Shades of Eggplant #B20074
Tints of Eggplant #B20074
RGB
CMYK
RGB Variations
Color information
#B20074 (or 0xB20074) is known color: Eggplant. HEX triplet: B2, 00 and 74. RGB value is (178,0,116). Sum of RGB (Red+Green+Blue) = 178+0+116=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B20074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20074 is #4DFF8B. Grayscale: #424242. Windows color (decimal): -5111692 or 7602354. OLE color: 7602354.
HSL color Cylindrical-coordinate representation of color #B20074: hue angle of 320.9º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20074 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.35 | 0.30 |
| HSL | 320.9º | 1% | 0.35% | - |
| HSV(B) | 320.9º | 1% | 0.7% | - |
| XYZ | 21.51 | 10.73 | 17.46 | - |
| YUV | 66.45 | 155.97 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 116 | 0 | 1 | 0.35 | 0.30 | 320.9 | 1 | 0.35 |
| Hex | B2 | 0 | 74 | 0 | 64 | 23 | 1E | 141 | 64 | 23 |
| Octal | 262 | 0 | 164 | 0 | 144 | 43 | 36 | 501 | 144 | 43 |
| Binary | 10110010 | 0 | 1110100 | 0 | 1100100 | 100011 | 11110 | 101000001 | 1100100 | 100011 |
Color Harmonies of #B20074
Complementary color
Monochromatic Colors of #B20074
Black with #B20074
Text Example
Text Example
White with #B20074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20074; }
p { color: rgb(178,0,116); }
H1.HeaderClassName
{
color: #B20074;
}
.AnyTagClassName
{
color: #B20074;
}
</style>
background-color css
<style>
a { background-color: #B20074; }
a { background-color: rgb(178,0,116); }
div.DivClassName
{
background-color: #B20074;
}
.BgClassName
{
background-color: #B20074;
}
</style>
border-color css
<style>
span { border-color: #B20074; }
span { border-color: rgb(178,0,116); }
td.TdClassName
{
border-color: #B20074;
}
.TagClassName
{
border-color: #B20074;
}
</style>