Shades of Eggplant #B10274
Tints of Eggplant #B10274
RGB
CMYK
RGB Variations
Color information
#B10274 (or 0xB10274) is known color: Eggplant. HEX triplet: B1, 02 and 74. RGB value is (177,2,116). Sum of RGB (Red+Green+Blue) = 177+2+116=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B10274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10274 is #4EFD8B. Grayscale: #434343. Windows color (decimal): -5176716 or 7602865. OLE color: 7602865.
HSL color Cylindrical-coordinate representation of color #B10274: hue angle of 320.91º degrees, saturation: 0.98, 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 #B10274 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.31 |
| HSL | 320.91º | 0.98% | 0.35% | - |
| HSV(B) | 320.91º | 0.99% | 0.69% | - |
| XYZ | 21.31 | 10.65 | 17.46 | - |
| YUV | 67.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 116 | 0 | 0.99 | 0.34 | 0.31 | 320.91 | 0.98 | 0.35 |
| Hex | B1 | 2 | 74 | 0 | 63 | 22 | 1F | 141 | 62 | 23 |
| Octal | 261 | 2 | 164 | 0 | 143 | 42 | 37 | 501 | 142 | 43 |
| Binary | 10110001 | 10 | 1110100 | 0 | 1100011 | 100010 | 11111 | 101000001 | 1100010 | 100011 |
Color Harmonies of #B10274
Complementary color
Monochromatic Colors of #B10274
Black with #B10274
Text Example
Text Example
White with #B10274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10274; }
p { color: rgb(177,2,116); }
H1.HeaderClassName
{
color: #B10274;
}
.AnyTagClassName
{
color: #B10274;
}
</style>
background-color css
<style>
a { background-color: #B10274; }
a { background-color: rgb(177,2,116); }
div.DivClassName
{
background-color: #B10274;
}
.BgClassName
{
background-color: #B10274;
}
</style>
border-color css
<style>
span { border-color: #B10274; }
span { border-color: rgb(177,2,116); }
td.TdClassName
{
border-color: #B10274;
}
.TagClassName
{
border-color: #B10274;
}
</style>