Shades of Eggplant #B00173
Tints of Eggplant #B00173
RGB
CMYK
RGB Variations
Color information
#B00173 (or 0xB00173) is known color: Eggplant. HEX triplet: B0, 01 and 73. RGB value is (176,1,115). Sum of RGB (Red+Green+Blue) = 176+1+115=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B00173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00173 is #4FFE8C. Grayscale: #424242. Windows color (decimal): -5242509 or 7537072. OLE color: 7537072.
HSL color Cylindrical-coordinate representation of color #B00173: hue angle of 320.91º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00173 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.31 |
| HSL | 320.91º | 0.99% | 0.35% | - |
| HSV(B) | 320.91º | 0.99% | 0.69% | - |
| XYZ | 21.01 | 10.49 | 17.14 | - |
| YUV | 66.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 115 | 0 | 0.99 | 0.35 | 0.31 | 320.91 | 0.99 | 0.35 |
| Hex | B0 | 1 | 73 | 0 | 63 | 23 | 1F | 141 | 63 | 23 |
| Octal | 260 | 1 | 163 | 0 | 143 | 43 | 37 | 501 | 143 | 43 |
| Binary | 10110000 | 1 | 1110011 | 0 | 1100011 | 100011 | 11111 | 101000001 | 1100011 | 100011 |
Color Harmonies of #B00173
Complementary color
Monochromatic Colors of #B00173
Black with #B00173
Text Example
Text Example
White with #B00173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00173; }
p { color: rgb(176,1,115); }
H1.HeaderClassName
{
color: #B00173;
}
.AnyTagClassName
{
color: #B00173;
}
</style>
background-color css
<style>
a { background-color: #B00173; }
a { background-color: rgb(176,1,115); }
div.DivClassName
{
background-color: #B00173;
}
.BgClassName
{
background-color: #B00173;
}
</style>
border-color css
<style>
span { border-color: #B00173; }
span { border-color: rgb(176,1,115); }
td.TdClassName
{
border-color: #B00173;
}
.TagClassName
{
border-color: #B00173;
}
</style>