Shades of Eggplant #B30076
Tints of Eggplant #B30076
RGB
CMYK
RGB Variations
Color information
#B30076 (or 0xB30076) is known color: Eggplant. HEX triplet: B3, 00 and 76. RGB value is (179,0,118). Sum of RGB (Red+Green+Blue) = 179+0+118=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B30076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30076 is #4CFF89. Grayscale: #424242. Windows color (decimal): -5046154 or 7733427. OLE color: 7733427.
HSL color Cylindrical-coordinate representation of color #B30076: hue angle of 320.45º 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 #B30076 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.34 | 0.30 |
| HSL | 320.45º | 1% | 0.35% | - |
| HSV(B) | 320.45º | 1% | 0.7% | - |
| XYZ | 21.86 | 10.89 | 18.09 | - |
| YUV | 66.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 118 | 0 | 1 | 0.34 | 0.30 | 320.45 | 1 | 0.35 |
| Hex | B3 | 0 | 76 | 0 | 64 | 22 | 1E | 140 | 64 | 23 |
| Octal | 263 | 0 | 166 | 0 | 144 | 42 | 36 | 500 | 144 | 43 |
| Binary | 10110011 | 0 | 1110110 | 0 | 1100100 | 100010 | 11110 | 101000000 | 1100100 | 100011 |
Color Harmonies of #B30076
Complementary color
Monochromatic Colors of #B30076
Black with #B30076
Text Example
Text Example
White with #B30076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30076; }
p { color: rgb(179,0,118); }
H1.HeaderClassName
{
color: #B30076;
}
.AnyTagClassName
{
color: #B30076;
}
</style>
background-color css
<style>
a { background-color: #B30076; }
a { background-color: rgb(179,0,118); }
div.DivClassName
{
background-color: #B30076;
}
.BgClassName
{
background-color: #B30076;
}
</style>
border-color css
<style>
span { border-color: #B30076; }
span { border-color: rgb(179,0,118); }
td.TdClassName
{
border-color: #B30076;
}
.TagClassName
{
border-color: #B30076;
}
</style>