Shades of Eggplant #B10077
Tints of Eggplant #B10077
RGB
CMYK
RGB Variations
Color information
#B10077 (or 0xB10077) is known color: Eggplant. HEX triplet: B1, 00 and 77. RGB value is (177,0,119). Sum of RGB (Red+Green+Blue) = 177+0+119=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B10077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10077 is #4EFF88. Grayscale: #424242. Windows color (decimal): -5177225 or 7798961. OLE color: 7798961.
HSL color Cylindrical-coordinate representation of color #B10077: hue angle of 319.66º 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 #B10077 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.33 | 0.31 |
| HSL | 319.66º | 1% | 0.35% | - |
| HSV(B) | 319.66º | 1% | 0.69% | - |
| XYZ | 21.46 | 10.68 | 18.38 | - |
| YUV | 66.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 119 | 0 | 1 | 0.33 | 0.31 | 319.66 | 1 | 0.35 |
| Hex | B1 | 0 | 77 | 0 | 64 | 21 | 1F | 140 | 64 | 23 |
| Octal | 261 | 0 | 167 | 0 | 144 | 41 | 37 | 500 | 144 | 43 |
| Binary | 10110001 | 0 | 1110111 | 0 | 1100100 | 100001 | 11111 | 101000000 | 1100100 | 100011 |
Color Harmonies of #B10077
Complementary color
Monochromatic Colors of #B10077
Black with #B10077
Text Example
Text Example
White with #B10077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10077; }
p { color: rgb(177,0,119); }
H1.HeaderClassName
{
color: #B10077;
}
.AnyTagClassName
{
color: #B10077;
}
</style>
background-color css
<style>
a { background-color: #B10077; }
a { background-color: rgb(177,0,119); }
div.DivClassName
{
background-color: #B10077;
}
.BgClassName
{
background-color: #B10077;
}
</style>
border-color css
<style>
span { border-color: #B10077; }
span { border-color: rgb(177,0,119); }
td.TdClassName
{
border-color: #B10077;
}
.TagClassName
{
border-color: #B10077;
}
</style>