Shades of Eggplant #B00277
Tints of Eggplant #B00277
RGB
CMYK
RGB Variations
Color information
#B00277 (or 0xB00277) is known color: Eggplant. HEX triplet: B0, 02 and 77. RGB value is (176,2,119). Sum of RGB (Red+Green+Blue) = 176+2+119=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B00277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00277 is #4FFD88. Grayscale: #434343. Windows color (decimal): -5242249 or 7799472. OLE color: 7799472.
HSL color Cylindrical-coordinate representation of color #B00277: hue angle of 319.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00277 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.31 |
| HSL | 319.66º | 0.98% | 0.35% | - |
| HSV(B) | 319.66º | 0.99% | 0.69% | - |
| XYZ | 21.26 | 10.61 | 18.38 | - |
| YUV | 67.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 119 | 0 | 0.99 | 0.32 | 0.31 | 319.66 | 0.98 | 0.35 |
| Hex | B0 | 2 | 77 | 0 | 63 | 20 | 1F | 140 | 62 | 23 |
| Octal | 260 | 2 | 167 | 0 | 143 | 40 | 37 | 500 | 142 | 43 |
| Binary | 10110000 | 10 | 1110111 | 0 | 1100011 | 100000 | 11111 | 101000000 | 1100010 | 100011 |
Color Harmonies of #B00277
Complementary color
Monochromatic Colors of #B00277
Black with #B00277
Text Example
Text Example
White with #B00277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00277; }
p { color: rgb(176,2,119); }
H1.HeaderClassName
{
color: #B00277;
}
.AnyTagClassName
{
color: #B00277;
}
</style>
background-color css
<style>
a { background-color: #B00277; }
a { background-color: rgb(176,2,119); }
div.DivClassName
{
background-color: #B00277;
}
.BgClassName
{
background-color: #B00277;
}
</style>
border-color css
<style>
span { border-color: #B00277; }
span { border-color: rgb(176,2,119); }
td.TdClassName
{
border-color: #B00277;
}
.TagClassName
{
border-color: #B00277;
}
</style>