Shades of Eggplant #B00071
Tints of Eggplant #B00071
RGB
CMYK
RGB Variations
Color information
#B00071 (or 0xB00071) is known color: Eggplant. HEX triplet: B0, 00 and 71. RGB value is (176,0,113). Sum of RGB (Red+Green+Blue) = 176+0+113=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B00071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00071 is #4FFF8E. Grayscale: #414141. Windows color (decimal): -5242767 or 7405744. OLE color: 7405744.
HSL color Cylindrical-coordinate representation of color #B00071: hue angle of 321.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00071 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.36 | 0.31 |
| HSL | 321.48º | 1% | 0.35% | - |
| HSV(B) | 321.48º | 1% | 0.69% | - |
| XYZ | 20.89 | 10.42 | 16.53 | - |
| YUV | 65.51 | 154.81 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 113 | 0 | 1 | 0.36 | 0.31 | 321.48 | 1 | 0.35 |
| Hex | B0 | 0 | 71 | 0 | 64 | 24 | 1F | 141 | 64 | 23 |
| Octal | 260 | 0 | 161 | 0 | 144 | 44 | 37 | 501 | 144 | 43 |
| Binary | 10110000 | 0 | 1110001 | 0 | 1100100 | 100100 | 11111 | 101000001 | 1100100 | 100011 |
Color Harmonies of #B00071
Complementary color
Monochromatic Colors of #B00071
Black with #B00071
Text Example
Text Example
White with #B00071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00071; }
p { color: rgb(176,0,113); }
H1.HeaderClassName
{
color: #B00071;
}
.AnyTagClassName
{
color: #B00071;
}
</style>
background-color css
<style>
a { background-color: #B00071; }
a { background-color: rgb(176,0,113); }
div.DivClassName
{
background-color: #B00071;
}
.BgClassName
{
background-color: #B00071;
}
</style>
border-color css
<style>
span { border-color: #B00071; }
span { border-color: rgb(176,0,113); }
td.TdClassName
{
border-color: #B00071;
}
.TagClassName
{
border-color: #B00071;
}
</style>