Shades of Eggplant #B20174
Tints of Eggplant #B20174
RGB
CMYK
RGB Variations
Color information
#B20174 (or 0xB20174) is known color: Eggplant. HEX triplet: B2, 01 and 74. RGB value is (178,1,116). Sum of RGB (Red+Green+Blue) = 178+1+116=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B20174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20174 is #4DFE8B. Grayscale: #424242. Windows color (decimal): -5111436 or 7602610. OLE color: 7602610.
HSL color Cylindrical-coordinate representation of color #B20174: hue angle of 321.02º 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 #B20174 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.30 |
| HSL | 321.02º | 0.99% | 0.35% | - |
| HSV(B) | 321.02º | 0.99% | 0.7% | - |
| XYZ | 21.52 | 10.75 | 17.46 | - |
| YUV | 67.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 116 | 0 | 0.99 | 0.35 | 0.30 | 321.02 | 0.99 | 0.35 |
| Hex | B2 | 1 | 74 | 0 | 63 | 23 | 1E | 141 | 63 | 23 |
| Octal | 262 | 1 | 164 | 0 | 143 | 43 | 36 | 501 | 143 | 43 |
| Binary | 10110010 | 1 | 1110100 | 0 | 1100011 | 100011 | 11110 | 101000001 | 1100011 | 100011 |
Color Harmonies of #B20174
Complementary color
Monochromatic Colors of #B20174
Black with #B20174
Text Example
Text Example
White with #B20174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20174; }
p { color: rgb(178,1,116); }
H1.HeaderClassName
{
color: #B20174;
}
.AnyTagClassName
{
color: #B20174;
}
</style>
background-color css
<style>
a { background-color: #B20174; }
a { background-color: rgb(178,1,116); }
div.DivClassName
{
background-color: #B20174;
}
.BgClassName
{
background-color: #B20174;
}
</style>
border-color css
<style>
span { border-color: #B20174; }
span { border-color: rgb(178,1,116); }
td.TdClassName
{
border-color: #B20174;
}
.TagClassName
{
border-color: #B20174;
}
</style>