Shades of Eggplant #B10073
Tints of Eggplant #B10073
RGB
CMYK
RGB Variations
Color information
#B10073 (or 0xB10073) is known color: Eggplant. HEX triplet: B1, 00 and 73. RGB value is (177,0,115). Sum of RGB (Red+Green+Blue) = 177+0+115=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B10073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10073 is #4EFF8C. Grayscale: #414141. Windows color (decimal): -5177229 or 7536817. OLE color: 7536817.
HSL color Cylindrical-coordinate representation of color #B10073: hue angle of 321.02º 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 #B10073 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.35 | 0.31 |
| HSL | 321.02º | 1% | 0.35% | - |
| HSV(B) | 321.02º | 1% | 0.69% | - |
| XYZ | 21.23 | 10.58 | 17.14 | - |
| YUV | 66.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 115 | 0 | 1 | 0.35 | 0.31 | 321.02 | 1 | 0.35 |
| Hex | B1 | 0 | 73 | 0 | 64 | 23 | 1F | 141 | 64 | 23 |
| Octal | 261 | 0 | 163 | 0 | 144 | 43 | 37 | 501 | 144 | 43 |
| Binary | 10110001 | 0 | 1110011 | 0 | 1100100 | 100011 | 11111 | 101000001 | 1100100 | 100011 |
Color Harmonies of #B10073
Complementary color
Monochromatic Colors of #B10073
Black with #B10073
Text Example
Text Example
White with #B10073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10073; }
p { color: rgb(177,0,115); }
H1.HeaderClassName
{
color: #B10073;
}
.AnyTagClassName
{
color: #B10073;
}
</style>
background-color css
<style>
a { background-color: #B10073; }
a { background-color: rgb(177,0,115); }
div.DivClassName
{
background-color: #B10073;
}
.BgClassName
{
background-color: #B10073;
}
</style>
border-color css
<style>
span { border-color: #B10073; }
span { border-color: rgb(177,0,115); }
td.TdClassName
{
border-color: #B10073;
}
.TagClassName
{
border-color: #B10073;
}
</style>