Shades of Eggplant #B00577
Tints of Eggplant #B00577
RGB
CMYK
RGB Variations
Color information
#B00577 (or 0xB00577) is known color: Eggplant. HEX triplet: B0, 05 and 77. RGB value is (176,5,119). Sum of RGB (Red+Green+Blue) = 176+5+119=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B00577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00577 is #4FFA88. Grayscale: #444444. Windows color (decimal): -5241481 or 7800240. OLE color: 7800240.
HSL color Cylindrical-coordinate representation of color #B00577: hue angle of 320º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00577 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.31 |
| HSL | 320º | 0.94% | 0.35% | - |
| HSV(B) | 320º | 0.97% | 0.69% | - |
| XYZ | 21.29 | 10.67 | 18.39 | - |
| YUV | 69.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 119 | 0 | 0.97 | 0.32 | 0.31 | 320 | 0.94 | 0.35 |
| Hex | B0 | 5 | 77 | 0 | 61 | 20 | 1F | 140 | 5E | 23 |
| Octal | 260 | 5 | 167 | 0 | 141 | 40 | 37 | 500 | 136 | 43 |
| Binary | 10110000 | 101 | 1110111 | 0 | 1100001 | 100000 | 11111 | 101000000 | 1011110 | 100011 |
Color Harmonies of #B00577
Complementary color
Monochromatic Colors of #B00577
Black with #B00577
Text Example
Text Example
White with #B00577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00577; }
p { color: rgb(176,5,119); }
H1.HeaderClassName
{
color: #B00577;
}
.AnyTagClassName
{
color: #B00577;
}
</style>
background-color css
<style>
a { background-color: #B00577; }
a { background-color: rgb(176,5,119); }
div.DivClassName
{
background-color: #B00577;
}
.BgClassName
{
background-color: #B00577;
}
</style>
border-color css
<style>
span { border-color: #B00577; }
span { border-color: rgb(176,5,119); }
td.TdClassName
{
border-color: #B00577;
}
.TagClassName
{
border-color: #B00577;
}
</style>