Shades of Eggplant #B10176
Tints of Eggplant #B10176
RGB
CMYK
RGB Variations
Color information
#B10176 (or 0xB10176) is known color: Eggplant. HEX triplet: B1, 01 and 76. RGB value is (177,1,118). Sum of RGB (Red+Green+Blue) = 177+1+118=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B10176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10176 is #4EFE89. Grayscale: #424242. Windows color (decimal): -5176970 or 7733681. OLE color: 7733681.
HSL color Cylindrical-coordinate representation of color #B10176: hue angle of 320.11º 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 #B10176 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.31 |
| HSL | 320.11º | 0.99% | 0.35% | - |
| HSV(B) | 320.11º | 0.99% | 0.69% | - |
| XYZ | 21.41 | 10.68 | 18.07 | - |
| YUV | 66.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 118 | 0 | 0.99 | 0.33 | 0.31 | 320.11 | 0.99 | 0.35 |
| Hex | B1 | 1 | 76 | 0 | 63 | 21 | 1F | 140 | 63 | 23 |
| Octal | 261 | 1 | 166 | 0 | 143 | 41 | 37 | 500 | 143 | 43 |
| Binary | 10110001 | 1 | 1110110 | 0 | 1100011 | 100001 | 11111 | 101000000 | 1100011 | 100011 |
Color Harmonies of #B10176
Complementary color
Monochromatic Colors of #B10176
Black with #B10176
Text Example
Text Example
White with #B10176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10176; }
p { color: rgb(177,1,118); }
H1.HeaderClassName
{
color: #B10176;
}
.AnyTagClassName
{
color: #B10176;
}
</style>
background-color css
<style>
a { background-color: #B10176; }
a { background-color: rgb(177,1,118); }
div.DivClassName
{
background-color: #B10176;
}
.BgClassName
{
background-color: #B10176;
}
</style>
border-color css
<style>
span { border-color: #B10176; }
span { border-color: rgb(177,1,118); }
td.TdClassName
{
border-color: #B10176;
}
.TagClassName
{
border-color: #B10176;
}
</style>