Shades of Eggplant #B30176
Tints of Eggplant #B30176
RGB
CMYK
RGB Variations
Color information
#B30176 (or 0xB30176) is known color: Eggplant. HEX triplet: B3, 01 and 76. RGB value is (179,1,118). Sum of RGB (Red+Green+Blue) = 179+1+118=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B30176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30176 is #4CFE89. Grayscale: #434343. Windows color (decimal): -5045898 or 7733683. OLE color: 7733683.
HSL color Cylindrical-coordinate representation of color #B30176: hue angle of 320.56º 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 #B30176 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.30 |
| HSL | 320.56º | 0.99% | 0.35% | - |
| HSV(B) | 320.56º | 0.99% | 0.7% | - |
| XYZ | 21.87 | 10.91 | 18.09 | - |
| YUV | 67.56 | 156.47 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 118 | 0 | 0.99 | 0.34 | 0.30 | 320.56 | 0.99 | 0.35 |
| Hex | B3 | 1 | 76 | 0 | 63 | 22 | 1E | 141 | 63 | 23 |
| Octal | 263 | 1 | 166 | 0 | 143 | 42 | 36 | 501 | 143 | 43 |
| Binary | 10110011 | 1 | 1110110 | 0 | 1100011 | 100010 | 11110 | 101000001 | 1100011 | 100011 |
Color Harmonies of #B30176
Complementary color
Monochromatic Colors of #B30176
Black with #B30176
Text Example
Text Example
White with #B30176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30176; }
p { color: rgb(179,1,118); }
H1.HeaderClassName
{
color: #B30176;
}
.AnyTagClassName
{
color: #B30176;
}
</style>
background-color css
<style>
a { background-color: #B30176; }
a { background-color: rgb(179,1,118); }
div.DivClassName
{
background-color: #B30176;
}
.BgClassName
{
background-color: #B30176;
}
</style>
border-color css
<style>
span { border-color: #B30176; }
span { border-color: rgb(179,1,118); }
td.TdClassName
{
border-color: #B30176;
}
.TagClassName
{
border-color: #B30176;
}
</style>