Shades of Eggplant #B00076
Tints of Eggplant #B00076
RGB
CMYK
RGB Variations
Color information
#B00076 (or 0xB00076) is known color: Eggplant. HEX triplet: B0, 00 and 76. RGB value is (176,0,118). Sum of RGB (Red+Green+Blue) = 176+0+118=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00076 is #4FFF89. Grayscale: #414141. Windows color (decimal): -5242762 or 7733424. OLE color: 7733424.
HSL color Cylindrical-coordinate representation of color #B00076: hue angle of 319.77º 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 #B00076 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.33 | 0.31 |
| HSL | 319.77º | 1% | 0.35% | - |
| HSV(B) | 319.77º | 1% | 0.69% | - |
| XYZ | 21.17 | 10.54 | 18.06 | - |
| YUV | 66.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 118 | 0 | 1 | 0.33 | 0.31 | 319.77 | 1 | 0.35 |
| Hex | B0 | 0 | 76 | 0 | 64 | 21 | 1F | 140 | 64 | 23 |
| Octal | 260 | 0 | 166 | 0 | 144 | 41 | 37 | 500 | 144 | 43 |
| Binary | 10110000 | 0 | 1110110 | 0 | 1100100 | 100001 | 11111 | 101000000 | 1100100 | 100011 |
Color Harmonies of #B00076
Complementary color
Monochromatic Colors of #B00076
Black with #B00076
Text Example
Text Example
White with #B00076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00076; }
p { color: rgb(176,0,118); }
H1.HeaderClassName
{
color: #B00076;
}
.AnyTagClassName
{
color: #B00076;
}
</style>
background-color css
<style>
a { background-color: #B00076; }
a { background-color: rgb(176,0,118); }
div.DivClassName
{
background-color: #B00076;
}
.BgClassName
{
background-color: #B00076;
}
</style>
border-color css
<style>
span { border-color: #B00076; }
span { border-color: rgb(176,0,118); }
td.TdClassName
{
border-color: #B00076;
}
.TagClassName
{
border-color: #B00076;
}
</style>