Shades of Eggplant #B00175
Tints of Eggplant #B00175
RGB
CMYK
RGB Variations
Color information
#B00175 (or 0xB00175) is known color: Eggplant. HEX triplet: B0, 01 and 75. RGB value is (176,1,117). Sum of RGB (Red+Green+Blue) = 176+1+117=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00175 is #4FFE8A. Grayscale: #424242. Windows color (decimal): -5242507 or 7668144. OLE color: 7668144.
HSL color Cylindrical-coordinate representation of color #B00175: hue angle of 320.23º 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 #B00175 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.31 |
| HSL | 320.23º | 0.99% | 0.35% | - |
| HSV(B) | 320.23º | 0.99% | 0.69% | - |
| XYZ | 21.13 | 10.54 | 17.75 | - |
| YUV | 66.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 117 | 0 | 0.99 | 0.34 | 0.31 | 320.23 | 0.99 | 0.35 |
| Hex | B0 | 1 | 75 | 0 | 63 | 22 | 1F | 140 | 63 | 23 |
| Octal | 260 | 1 | 165 | 0 | 143 | 42 | 37 | 500 | 143 | 43 |
| Binary | 10110000 | 1 | 1110101 | 0 | 1100011 | 100010 | 11111 | 101000000 | 1100011 | 100011 |
Color Harmonies of #B00175
Complementary color
Monochromatic Colors of #B00175
Black with #B00175
Text Example
Text Example
White with #B00175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00175; }
p { color: rgb(176,1,117); }
H1.HeaderClassName
{
color: #B00175;
}
.AnyTagClassName
{
color: #B00175;
}
</style>
background-color css
<style>
a { background-color: #B00175; }
a { background-color: rgb(176,1,117); }
div.DivClassName
{
background-color: #B00175;
}
.BgClassName
{
background-color: #B00175;
}
</style>
border-color css
<style>
span { border-color: #B00175; }
span { border-color: rgb(176,1,117); }
td.TdClassName
{
border-color: #B00175;
}
.TagClassName
{
border-color: #B00175;
}
</style>