| Photography |
| More About Pixels and Color In a color image, each pixel can be described using its hue, saturation, and value (HSV), but is usually represented instead as the red, green, and blue intensities (in its RGB color space). The number of distinct colors that can be represented by a pixel depends on the number of bits per pixel (bpp). The maximum number of colors a pixel can take can be found by taking two to the power of the color depth. For example, common values are 8 bpp, 28 = 256 colors 16 bpp, 216 = 65536 colors; known as Highcolor or Thousands 24 bpp, 224 = 16,777,216 colors; known as Truecolor or Millions 48 bpp; for all practical purposes a continuous colorspace; used in many flatbed scanners and for professional work. Source: Wikipedia |