Shades of Eggplant #B00373
Tints of Eggplant #B00373
RGB
CMYK
RGB Variations
Color information
#B00373 (or 0xB00373) is known color: Eggplant. HEX triplet: B0, 03 and 73. RGB value is (176,3,115). Sum of RGB (Red+Green+Blue) = 176+3+115=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00373 is #4FFC8C. Grayscale: #434343. Windows color (decimal): -5241997 or 7537584. OLE color: 7537584.
HSL color Cylindrical-coordinate representation of color #B00373: hue angle of 321.16º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00373 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.31 |
| HSL | 321.16º | 0.97% | 0.35% | - |
| HSV(B) | 321.16º | 0.98% | 0.69% | - |
| XYZ | 21.03 | 10.53 | 17.14 | - |
| YUV | 67.5 | 154.81 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 115 | 0 | 0.98 | 0.35 | 0.31 | 321.16 | 0.97 | 0.35 |
| Hex | B0 | 3 | 73 | 0 | 62 | 23 | 1F | 141 | 61 | 23 |
| Octal | 260 | 3 | 163 | 0 | 142 | 43 | 37 | 501 | 141 | 43 |
| Binary | 10110000 | 11 | 1110011 | 0 | 1100010 | 100011 | 11111 | 101000001 | 1100001 | 100011 |
Color Harmonies of #B00373
Complementary color
Monochromatic Colors of #B00373
Black with #B00373
Text Example
Text Example
White with #B00373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00373; }
p { color: rgb(176,3,115); }
H1.HeaderClassName
{
color: #B00373;
}
.AnyTagClassName
{
color: #B00373;
}
</style>
background-color css
<style>
a { background-color: #B00373; }
a { background-color: rgb(176,3,115); }
div.DivClassName
{
background-color: #B00373;
}
.BgClassName
{
background-color: #B00373;
}
</style>
border-color css
<style>
span { border-color: #B00373; }
span { border-color: rgb(176,3,115); }
td.TdClassName
{
border-color: #B00373;
}
.TagClassName
{
border-color: #B00373;
}
</style>