35.1k views
25 votes
Each pixel includes 3 colors; Red, Green and Blue. Each color uses 8 bits to store it's intensity. How many Bytes are needed for each pixel

User Alex Varju
by
4.5k points

2 Answers

6 votes

Answer:

3 bytes...I think

Step-by-step explanation:

User Tatranskymedved
by
4.3k points
10 votes

Answer: 3 bytes

Step-by-step explanation:

A Pixel uses 3 colors and each of these colors uses 8 bits to store their intensity.

One pixel will therefore have:

= 8 * 3

= 24 bits

1 byte = 8 bits

24 bits will therefore be:

= 24/8

= 3 bytes

User Alexander Craggs
by
5.2k points