Shades of Eggplant #B10478
Tints of Eggplant #B10478
RGB
CMYK
RGB Variations
Color information
#B10478 (or 0xB10478) is known color: Eggplant. HEX triplet: B1, 04 and 78. RGB value is (177,4,120). Sum of RGB (Red+Green+Blue) = 177+4+120=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B10478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10478 is #4EFB87. Grayscale: #444444. Windows color (decimal): -5176200 or 7865521. OLE color: 7865521.
HSL color Cylindrical-coordinate representation of color #B10478: hue angle of 319.77º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10478 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.31 |
| HSL | 319.77º | 0.96% | 0.35% | - |
| HSV(B) | 319.77º | 0.98% | 0.69% | - |
| XYZ | 21.57 | 10.79 | 18.72 | - |
| YUV | 68.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 120 | 0 | 0.98 | 0.32 | 0.31 | 319.77 | 0.96 | 0.35 |
| Hex | B1 | 4 | 78 | 0 | 62 | 20 | 1F | 140 | 60 | 23 |
| Octal | 261 | 4 | 170 | 0 | 142 | 40 | 37 | 500 | 140 | 43 |
| Binary | 10110001 | 100 | 1111000 | 0 | 1100010 | 100000 | 11111 | 101000000 | 1100000 | 100011 |
Color Harmonies of #B10478
Complementary color
Monochromatic Colors of #B10478
Black with #B10478
Text Example
Text Example
White with #B10478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10478; }
p { color: rgb(177,4,120); }
H1.HeaderClassName
{
color: #B10478;
}
.AnyTagClassName
{
color: #B10478;
}
</style>
background-color css
<style>
a { background-color: #B10478; }
a { background-color: rgb(177,4,120); }
div.DivClassName
{
background-color: #B10478;
}
.BgClassName
{
background-color: #B10478;
}
</style>
border-color css
<style>
span { border-color: #B10478; }
span { border-color: rgb(177,4,120); }
td.TdClassName
{
border-color: #B10478;
}
.TagClassName
{
border-color: #B10478;
}
</style>