Shades of Eggplant #B00575
Tints of Eggplant #B00575
RGB
CMYK
RGB Variations
Color information
#B00575 (or 0xB00575) is known color: Eggplant. HEX triplet: B0, 05 and 75. RGB value is (176,5,117). Sum of RGB (Red+Green+Blue) = 176+5+117=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B00575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00575 is #4FFA8A. Grayscale: #444444. Windows color (decimal): -5241483 or 7669168. OLE color: 7669168.
HSL color Cylindrical-coordinate representation of color #B00575: hue angle of 320.7º 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 #B00575 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.31 |
| HSL | 320.7º | 0.94% | 0.35% | - |
| HSV(B) | 320.7º | 0.97% | 0.69% | - |
| XYZ | 21.17 | 10.62 | 17.76 | - |
| YUV | 68.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 117 | 0 | 0.97 | 0.34 | 0.31 | 320.7 | 0.94 | 0.35 |
| Hex | B0 | 5 | 75 | 0 | 61 | 22 | 1F | 141 | 5E | 23 |
| Octal | 260 | 5 | 165 | 0 | 141 | 42 | 37 | 501 | 136 | 43 |
| Binary | 10110000 | 101 | 1110101 | 0 | 1100001 | 100010 | 11111 | 101000001 | 1011110 | 100011 |
Color Harmonies of #B00575
Complementary color
Monochromatic Colors of #B00575
Black with #B00575
Text Example
Text Example
White with #B00575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00575; }
p { color: rgb(176,5,117); }
H1.HeaderClassName
{
color: #B00575;
}
.AnyTagClassName
{
color: #B00575;
}
</style>
background-color css
<style>
a { background-color: #B00575; }
a { background-color: rgb(176,5,117); }
div.DivClassName
{
background-color: #B00575;
}
.BgClassName
{
background-color: #B00575;
}
</style>
border-color css
<style>
span { border-color: #B00575; }
span { border-color: rgb(176,5,117); }
td.TdClassName
{
border-color: #B00575;
}
.TagClassName
{
border-color: #B00575;
}
</style>