Shades of Eggplant #B0007C
Tints of Eggplant #B0007C
RGB
CMYK
RGB Variations
Color information
#B0007C (or 0xB0007C) is known color: Eggplant. HEX triplet: B0, 00 and 7C. RGB value is (176,0,124). Sum of RGB (Red+Green+Blue) = 176+0+124=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0007C is #4FFF83. Grayscale: #424242. Windows color (decimal): -5242756 or 8126640. OLE color: 8126640.
HSL color Cylindrical-coordinate representation of color #B0007C: hue angle of 317.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0007C is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.30 | 0.31 |
| HSL | 317.73º | 1% | 0.35% | - |
| HSV(B) | 317.73º | 1% | 0.69% | - |
| XYZ | 21.54 | 10.69 | 20 | - |
| YUV | 66.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 124 | 0 | 1 | 0.30 | 0.31 | 317.73 | 1 | 0.35 |
| Hex | B0 | 0 | 7C | 0 | 64 | 1E | 1F | 13E | 64 | 23 |
| Octal | 260 | 0 | 174 | 0 | 144 | 36 | 37 | 476 | 144 | 43 |
| Binary | 10110000 | 0 | 1111100 | 0 | 1100100 | 11110 | 11111 | 100111110 | 1100100 | 100011 |
Color Harmonies of #B0007C
Complementary color
Monochromatic Colors of #B0007C
Black with #B0007C
Text Example
Text Example
White with #B0007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0007C; }
p { color: rgb(176,0,124); }
H1.HeaderClassName
{
color: #B0007C;
}
.AnyTagClassName
{
color: #B0007C;
}
</style>
background-color css
<style>
a { background-color: #B0007C; }
a { background-color: rgb(176,0,124); }
div.DivClassName
{
background-color: #B0007C;
}
.BgClassName
{
background-color: #B0007C;
}
</style>
border-color css
<style>
span { border-color: #B0007C; }
span { border-color: rgb(176,0,124); }
td.TdClassName
{
border-color: #B0007C;
}
.TagClassName
{
border-color: #B0007C;
}
</style>