Shades of Eggplant #B10175
Tints of Eggplant #B10175
RGB
CMYK
RGB Variations
Color information
#B10175 (or 0xB10175) is known color: Eggplant. HEX triplet: B1, 01 and 75. RGB value is (177,1,117). Sum of RGB (Red+Green+Blue) = 177+1+117=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B10175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10175 is #4EFE8A. Grayscale: #424242. Windows color (decimal): -5176971 or 7668145. OLE color: 7668145.
HSL color Cylindrical-coordinate representation of color #B10175: hue angle of 320.45º 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 #B10175 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.31 |
| HSL | 320.45º | 0.99% | 0.35% | - |
| HSV(B) | 320.45º | 0.99% | 0.69% | - |
| XYZ | 21.35 | 10.65 | 17.76 | - |
| YUV | 66.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 117 | 0 | 0.99 | 0.34 | 0.31 | 320.45 | 0.99 | 0.35 |
| Hex | B1 | 1 | 75 | 0 | 63 | 22 | 1F | 140 | 63 | 23 |
| Octal | 261 | 1 | 165 | 0 | 143 | 42 | 37 | 500 | 143 | 43 |
| Binary | 10110001 | 1 | 1110101 | 0 | 1100011 | 100010 | 11111 | 101000000 | 1100011 | 100011 |
Color Harmonies of #B10175
Complementary color
Monochromatic Colors of #B10175
Black with #B10175
Text Example
Text Example
White with #B10175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10175; }
p { color: rgb(177,1,117); }
H1.HeaderClassName
{
color: #B10175;
}
.AnyTagClassName
{
color: #B10175;
}
</style>
background-color css
<style>
a { background-color: #B10175; }
a { background-color: rgb(177,1,117); }
div.DivClassName
{
background-color: #B10175;
}
.BgClassName
{
background-color: #B10175;
}
</style>
border-color css
<style>
span { border-color: #B10175; }
span { border-color: rgb(177,1,117); }
td.TdClassName
{
border-color: #B10175;
}
.TagClassName
{
border-color: #B10175;
}
</style>