Shades of Eggplant #B20176
Tints of Eggplant #B20176
RGB
CMYK
RGB Variations
Color information
#B20176 (or 0xB20176) is known color: Eggplant. HEX triplet: B2, 01 and 76. RGB value is (178,1,118). Sum of RGB (Red+Green+Blue) = 178+1+118=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B20176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20176 is #4DFE89. Grayscale: #424242. Windows color (decimal): -5111434 or 7733682. OLE color: 7733682.
HSL color Cylindrical-coordinate representation of color #B20176: hue angle of 320.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20176 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.30 |
| HSL | 320.34º | 0.99% | 0.35% | - |
| HSV(B) | 320.34º | 0.99% | 0.7% | - |
| XYZ | 21.64 | 10.79 | 18.08 | - |
| YUV | 67.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 118 | 0 | 0.99 | 0.34 | 0.30 | 320.34 | 0.99 | 0.35 |
| Hex | B2 | 1 | 76 | 0 | 63 | 22 | 1E | 140 | 63 | 23 |
| Octal | 262 | 1 | 166 | 0 | 143 | 42 | 36 | 500 | 143 | 43 |
| Binary | 10110010 | 1 | 1110110 | 0 | 1100011 | 100010 | 11110 | 101000000 | 1100011 | 100011 |
Color Harmonies of #B20176
Complementary color
Monochromatic Colors of #B20176
Black with #B20176
Text Example
Text Example
White with #B20176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20176; }
p { color: rgb(178,1,118); }
H1.HeaderClassName
{
color: #B20176;
}
.AnyTagClassName
{
color: #B20176;
}
</style>
background-color css
<style>
a { background-color: #B20176; }
a { background-color: rgb(178,1,118); }
div.DivClassName
{
background-color: #B20176;
}
.BgClassName
{
background-color: #B20176;
}
</style>
border-color css
<style>
span { border-color: #B20176; }
span { border-color: rgb(178,1,118); }
td.TdClassName
{
border-color: #B20176;
}
.TagClassName
{
border-color: #B20176;
}
</style>