Shades of Eggplant #B00378
Tints of Eggplant #B00378
RGB
CMYK
RGB Variations
Color information
#B00378 (or 0xB00378) is known color: Eggplant. HEX triplet: B0, 03 and 78. RGB value is (176,3,120). Sum of RGB (Red+Green+Blue) = 176+3+120=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00378 is #4FFC87. Grayscale: #434343. Windows color (decimal): -5241992 or 7865264. OLE color: 7865264.
HSL color Cylindrical-coordinate representation of color #B00378: hue angle of 319.42º 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 #B00378 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.31 |
| HSL | 319.42º | 0.97% | 0.35% | - |
| HSV(B) | 319.42º | 0.98% | 0.69% | - |
| XYZ | 21.33 | 10.65 | 18.7 | - |
| YUV | 68.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 120 | 0 | 0.98 | 0.32 | 0.31 | 319.42 | 0.97 | 0.35 |
| Hex | B0 | 3 | 78 | 0 | 62 | 20 | 1F | 13F | 61 | 23 |
| Octal | 260 | 3 | 170 | 0 | 142 | 40 | 37 | 477 | 141 | 43 |
| Binary | 10110000 | 11 | 1111000 | 0 | 1100010 | 100000 | 11111 | 100111111 | 1100001 | 100011 |
Color Harmonies of #B00378
Complementary color
Monochromatic Colors of #B00378
Black with #B00378
Text Example
Text Example
White with #B00378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00378; }
p { color: rgb(176,3,120); }
H1.HeaderClassName
{
color: #B00378;
}
.AnyTagClassName
{
color: #B00378;
}
</style>
background-color css
<style>
a { background-color: #B00378; }
a { background-color: rgb(176,3,120); }
div.DivClassName
{
background-color: #B00378;
}
.BgClassName
{
background-color: #B00378;
}
</style>
border-color css
<style>
span { border-color: #B00378; }
span { border-color: rgb(176,3,120); }
td.TdClassName
{
border-color: #B00378;
}
.TagClassName
{
border-color: #B00378;
}
</style>