Shades of Deep Magenta #B10ECD
Tints of Deep Magenta #B10ECD
RGB
CMYK
RGB Variations
Color information
#B10ECD (or 0xB10ECD) is known color: Deep Magenta. HEX triplet: B1, 0E and CD. RGB value is (177,14,205). Sum of RGB (Red+Green+Blue) = 177+14+205=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #B10ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ECD is #4EF132. Grayscale: #535353. Windows color (decimal): -5173555 or 13438641. OLE color: 13438641.
HSL color Cylindrical-coordinate representation of color #B10ECD: hue angle of 291.2º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10ECD is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 14 | 205 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.20 |
| HSL | 291.2º | 0.87% | 0.43% | - |
| HSV(B) | 291.2º | 0.93% | 0.8% | - |
| XYZ | 29.31 | 14.07 | 58.93 | - |
| YUV | 84.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 14 | 205 | 0.14 | 0.93 | 0 | 0.20 | 291.2 | 0.87 | 0.43 |
| Hex | B1 | E | CD | E | 5D | 0 | 14 | 123 | 57 | 2B |
| Octal | 261 | 16 | 315 | 16 | 135 | 0 | 24 | 443 | 127 | 53 |
| Binary | 10110001 | 1110 | 11001101 | 1110 | 1011101 | 0 | 10100 | 100100011 | 1010111 | 101011 |
Color Harmonies of #B10ECD
Complementary color
Monochromatic Colors of #B10ECD
Black with #B10ECD
Text Example
Text Example
White with #B10ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10ECD; }
p { color: rgb(177,14,205); }
H1.HeaderClassName
{
color: #B10ECD;
}
.AnyTagClassName
{
color: #B10ECD;
}
</style>
background-color css
<style>
a { background-color: #B10ECD; }
a { background-color: rgb(177,14,205); }
div.DivClassName
{
background-color: #B10ECD;
}
.BgClassName
{
background-color: #B10ECD;
}
</style>
border-color css
<style>
span { border-color: #B10ECD; }
span { border-color: rgb(177,14,205); }
td.TdClassName
{
border-color: #B10ECD;
}
.TagClassName
{
border-color: #B10ECD;
}
</style>