Shades of Deep Magenta #B10EC9
Tints of Deep Magenta #B10EC9
RGB
CMYK
RGB Variations
Color information
#B10EC9 (or 0xB10EC9) is known color: Deep Magenta. HEX triplet: B1, 0E and C9. RGB value is (177,14,201). Sum of RGB (Red+Green+Blue) = 177+14+201=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #B10EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EC9 is #4EF136. Grayscale: #535353. Windows color (decimal): -5173559 or 13176497. OLE color: 13176497.
HSL color Cylindrical-coordinate representation of color #B10EC9: hue angle of 292.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10EC9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 14 | 201 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.21 |
| HSL | 292.3º | 0.87% | 0.42% | - |
| HSV(B) | 292.3º | 0.93% | 0.79% | - |
| XYZ | 28.83 | 13.88 | 56.42 | - |
| YUV | 84.06 | 194 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 201 | 0.12 | 0.93 | 0 | 0.21 | 292.3 | 0.87 | 0.42 |
| Hex | B1 | E | C9 | C | 5D | 0 | 15 | 124 | 57 | 2A |
| Octal | 261 | 16 | 311 | 14 | 135 | 0 | 25 | 444 | 127 | 52 |
| Binary | 10110001 | 1110 | 11001001 | 1100 | 1011101 | 0 | 10101 | 100100100 | 1010111 | 101010 |
Color Harmonies of #B10EC9
Complementary color
Monochromatic Colors of #B10EC9
Black with #B10EC9
Text Example
Text Example
White with #B10EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10EC9; }
p { color: rgb(177,14,201); }
H1.HeaderClassName
{
color: #B10EC9;
}
.AnyTagClassName
{
color: #B10EC9;
}
</style>
background-color css
<style>
a { background-color: #B10EC9; }
a { background-color: rgb(177,14,201); }
div.DivClassName
{
background-color: #B10EC9;
}
.BgClassName
{
background-color: #B10EC9;
}
</style>
border-color css
<style>
span { border-color: #B10EC9; }
span { border-color: rgb(177,14,201); }
td.TdClassName
{
border-color: #B10EC9;
}
.TagClassName
{
border-color: #B10EC9;
}
</style>