Shades of Eggplant #B20078
Tints of Eggplant #B20078
RGB
CMYK
RGB Variations
Color information
#B20078 (or 0xB20078) is known color: Eggplant. HEX triplet: B2, 00 and 78. RGB value is (178,0,120). Sum of RGB (Red+Green+Blue) = 178+0+120=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20078 is #4DFF87. Grayscale: #424242. Windows color (decimal): -5111688 or 7864498. OLE color: 7864498.
HSL color Cylindrical-coordinate representation of color #B20078: hue angle of 319.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20078 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.33 | 0.30 |
| HSL | 319.55º | 1% | 0.35% | - |
| HSV(B) | 319.55º | 1% | 0.7% | - |
| XYZ | 21.75 | 10.82 | 18.71 | - |
| YUV | 66.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 120 | 0 | 1 | 0.33 | 0.30 | 319.55 | 1 | 0.35 |
| Hex | B2 | 0 | 78 | 0 | 64 | 21 | 1E | 140 | 64 | 23 |
| Octal | 262 | 0 | 170 | 0 | 144 | 41 | 36 | 500 | 144 | 43 |
| Binary | 10110010 | 0 | 1111000 | 0 | 1100100 | 100001 | 11110 | 101000000 | 1100100 | 100011 |
Color Harmonies of #B20078
Complementary color
Monochromatic Colors of #B20078
Black with #B20078
Text Example
Text Example
White with #B20078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20078; }
p { color: rgb(178,0,120); }
H1.HeaderClassName
{
color: #B20078;
}
.AnyTagClassName
{
color: #B20078;
}
</style>
background-color css
<style>
a { background-color: #B20078; }
a { background-color: rgb(178,0,120); }
div.DivClassName
{
background-color: #B20078;
}
.BgClassName
{
background-color: #B20078;
}
</style>
border-color css
<style>
span { border-color: #B20078; }
span { border-color: rgb(178,0,120); }
td.TdClassName
{
border-color: #B20078;
}
.TagClassName
{
border-color: #B20078;
}
</style>