Shades of Eggplant #B0017B
Tints of Eggplant #B0017B
RGB
CMYK
RGB Variations
Color information
#B0017B (or 0xB0017B) is known color: Eggplant. HEX triplet: B0, 01 and 7B. RGB value is (176,1,123). Sum of RGB (Red+Green+Blue) = 176+1+123=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0017B is #4FFE84. Grayscale: #424242. Windows color (decimal): -5242501 or 8061360. OLE color: 8061360.
HSL color Cylindrical-coordinate representation of color #B0017B: hue angle of 318.17º 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 #B0017B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.31 |
| HSL | 318.17º | 0.99% | 0.35% | - |
| HSV(B) | 318.17º | 0.99% | 0.69% | - |
| XYZ | 21.49 | 10.68 | 19.67 | - |
| YUV | 67.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 123 | 0 | 0.99 | 0.30 | 0.31 | 318.17 | 0.99 | 0.35 |
| Hex | B0 | 1 | 7B | 0 | 63 | 1E | 1F | 13E | 63 | 23 |
| Octal | 260 | 1 | 173 | 0 | 143 | 36 | 37 | 476 | 143 | 43 |
| Binary | 10110000 | 1 | 1111011 | 0 | 1100011 | 11110 | 11111 | 100111110 | 1100011 | 100011 |
Color Harmonies of #B0017B
Complementary color
Monochromatic Colors of #B0017B
Black with #B0017B
Text Example
Text Example
White with #B0017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0017B; }
p { color: rgb(176,1,123); }
H1.HeaderClassName
{
color: #B0017B;
}
.AnyTagClassName
{
color: #B0017B;
}
</style>
background-color css
<style>
a { background-color: #B0017B; }
a { background-color: rgb(176,1,123); }
div.DivClassName
{
background-color: #B0017B;
}
.BgClassName
{
background-color: #B0017B;
}
</style>
border-color css
<style>
span { border-color: #B0017B; }
span { border-color: rgb(176,1,123); }
td.TdClassName
{
border-color: #B0017B;
}
.TagClassName
{
border-color: #B0017B;
}
</style>