Shades of Eggplant #B00077
Tints of Eggplant #B00077
RGB
CMYK
RGB Variations
Color information
#B00077 (or 0xB00077) is known color: Eggplant. HEX triplet: B0, 00 and 77. RGB value is (176,0,119). Sum of RGB (Red+Green+Blue) = 176+0+119=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00077 is #4FFF88. Grayscale: #414141. Windows color (decimal): -5242761 or 7798960. OLE color: 7798960.
HSL color Cylindrical-coordinate representation of color #B00077: hue angle of 319.43º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00077 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.32 | 0.31 |
| HSL | 319.43º | 1% | 0.35% | - |
| HSV(B) | 319.43º | 1% | 0.69% | - |
| XYZ | 21.23 | 10.56 | 18.37 | - |
| YUV | 66.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 119 | 0 | 1 | 0.32 | 0.31 | 319.43 | 1 | 0.35 |
| Hex | B0 | 0 | 77 | 0 | 64 | 20 | 1F | 13F | 64 | 23 |
| Octal | 260 | 0 | 167 | 0 | 144 | 40 | 37 | 477 | 144 | 43 |
| Binary | 10110000 | 0 | 1110111 | 0 | 1100100 | 100000 | 11111 | 100111111 | 1100100 | 100011 |
Color Harmonies of #B00077
Complementary color
Monochromatic Colors of #B00077
Black with #B00077
Text Example
Text Example
White with #B00077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00077; }
p { color: rgb(176,0,119); }
H1.HeaderClassName
{
color: #B00077;
}
.AnyTagClassName
{
color: #B00077;
}
</style>
background-color css
<style>
a { background-color: #B00077; }
a { background-color: rgb(176,0,119); }
div.DivClassName
{
background-color: #B00077;
}
.BgClassName
{
background-color: #B00077;
}
</style>
border-color css
<style>
span { border-color: #B00077; }
span { border-color: rgb(176,0,119); }
td.TdClassName
{
border-color: #B00077;
}
.TagClassName
{
border-color: #B00077;
}
</style>