Shades of Eggplant #B20079
Tints of Eggplant #B20079
RGB
CMYK
RGB Variations
Color information
#B20079 (or 0xB20079) is known color: Eggplant. HEX triplet: B2, 00 and 79. RGB value is (178,0,121). Sum of RGB (Red+Green+Blue) = 178+0+121=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B20079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20079 is #4DFF86. Grayscale: #424242. Windows color (decimal): -5111687 or 7930034. OLE color: 7930034.
HSL color Cylindrical-coordinate representation of color #B20079: hue angle of 319.21º 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 #B20079 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.32 | 0.30 |
| HSL | 319.21º | 1% | 0.35% | - |
| HSV(B) | 319.21º | 1% | 0.7% | - |
| XYZ | 21.81 | 10.85 | 19.03 | - |
| YUV | 67.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 121 | 0 | 1 | 0.32 | 0.30 | 319.21 | 1 | 0.35 |
| Hex | B2 | 0 | 79 | 0 | 64 | 20 | 1E | 13F | 64 | 23 |
| Octal | 262 | 0 | 171 | 0 | 144 | 40 | 36 | 477 | 144 | 43 |
| Binary | 10110010 | 0 | 1111001 | 0 | 1100100 | 100000 | 11110 | 100111111 | 1100100 | 100011 |
Color Harmonies of #B20079
Complementary color
Monochromatic Colors of #B20079
Black with #B20079
Text Example
Text Example
White with #B20079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20079; }
p { color: rgb(178,0,121); }
H1.HeaderClassName
{
color: #B20079;
}
.AnyTagClassName
{
color: #B20079;
}
</style>
background-color css
<style>
a { background-color: #B20079; }
a { background-color: rgb(178,0,121); }
div.DivClassName
{
background-color: #B20079;
}
.BgClassName
{
background-color: #B20079;
}
</style>
border-color css
<style>
span { border-color: #B20079; }
span { border-color: rgb(178,0,121); }
td.TdClassName
{
border-color: #B20079;
}
.TagClassName
{
border-color: #B20079;
}
</style>