Shades of Eggplant #B00073
Tints of Eggplant #B00073
RGB
CMYK
RGB Variations
Color information
#B00073 (or 0xB00073) is known color: Eggplant. HEX triplet: B0, 00 and 73. RGB value is (176,0,115). Sum of RGB (Red+Green+Blue) = 176+0+115=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00073 is #4FFF8C. Grayscale: #414141. Windows color (decimal): -5242765 or 7536816. OLE color: 7536816.
HSL color Cylindrical-coordinate representation of color #B00073: hue angle of 320.8º 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 #B00073 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.35 | 0.31 |
| HSL | 320.8º | 1% | 0.35% | - |
| HSV(B) | 320.8º | 1% | 0.69% | - |
| XYZ | 21 | 10.47 | 17.13 | - |
| YUV | 65.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 115 | 0 | 1 | 0.35 | 0.31 | 320.8 | 1 | 0.35 |
| Hex | B0 | 0 | 73 | 0 | 64 | 23 | 1F | 141 | 64 | 23 |
| Octal | 260 | 0 | 163 | 0 | 144 | 43 | 37 | 501 | 144 | 43 |
| Binary | 10110000 | 0 | 1110011 | 0 | 1100100 | 100011 | 11111 | 101000001 | 1100100 | 100011 |
Color Harmonies of #B00073
Complementary color
Monochromatic Colors of #B00073
Black with #B00073
Text Example
Text Example
White with #B00073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00073; }
p { color: rgb(176,0,115); }
H1.HeaderClassName
{
color: #B00073;
}
.AnyTagClassName
{
color: #B00073;
}
</style>
background-color css
<style>
a { background-color: #B00073; }
a { background-color: rgb(176,0,115); }
div.DivClassName
{
background-color: #B00073;
}
.BgClassName
{
background-color: #B00073;
}
</style>
border-color css
<style>
span { border-color: #B00073; }
span { border-color: rgb(176,0,115); }
td.TdClassName
{
border-color: #B00073;
}
.TagClassName
{
border-color: #B00073;
}
</style>