Shades of Deep Magenta #B50ECC
Tints of Deep Magenta #B50ECC
RGB
CMYK
RGB Variations
Color information
#B50ECC (or 0xB50ECC) is known color: Deep Magenta. HEX triplet: B5, 0E and CC. RGB value is (181,14,204). Sum of RGB (Red+Green+Blue) = 181+14+204=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B50ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ECC is #4AF133. Grayscale: #555555. Windows color (decimal): -4911412 or 13373109. OLE color: 13373109.
HSL color Cylindrical-coordinate representation of color #B50ECC: hue angle of 292.74º 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 #B50ECC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 14 | 204 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.2 |
| HSL | 292.74º | 0.87% | 0.43% | - |
| HSV(B) | 292.74º | 0.93% | 0.8% | - |
| XYZ | 30.11 | 14.5 | 58.34 | - |
| YUV | 85.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 204 | 0.11 | 0.93 | 0 | 0.2 | 292.74 | 0.87 | 0.43 |
| Hex | B5 | E | CC | B | 5D | 0 | 14 | 125 | 57 | 2B |
| Octal | 265 | 16 | 314 | 13 | 135 | 0 | 24 | 445 | 127 | 53 |
| Binary | 10110101 | 1110 | 11001100 | 1011 | 1011101 | 0 | 10100 | 100100101 | 1010111 | 101011 |
Color Harmonies of #B50ECC
Complementary color
Monochromatic Colors of #B50ECC
Black with #B50ECC
Text Example
Text Example
White with #B50ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50ECC; }
p { color: rgb(181,14,204); }
H1.HeaderClassName
{
color: #B50ECC;
}
.AnyTagClassName
{
color: #B50ECC;
}
</style>
background-color css
<style>
a { background-color: #B50ECC; }
a { background-color: rgb(181,14,204); }
div.DivClassName
{
background-color: #B50ECC;
}
.BgClassName
{
background-color: #B50ECC;
}
</style>
border-color css
<style>
span { border-color: #B50ECC; }
span { border-color: rgb(181,14,204); }
td.TdClassName
{
border-color: #B50ECC;
}
.TagClassName
{
border-color: #B50ECC;
}
</style>