Shades of Deep Magenta #B50ECD
Tints of Deep Magenta #B50ECD
RGB
CMYK
RGB Variations
Color information
#B50ECD (or 0xB50ECD) is known color: Deep Magenta. HEX triplet: B5, 0E and CD. RGB value is (181,14,205). Sum of RGB (Red+Green+Blue) = 181+14+205=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #B50ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ECD is #4AF132. Grayscale: #555555. Windows color (decimal): -4911411 or 13438645. OLE color: 13438645.
HSL color Cylindrical-coordinate representation of color #B50ECD: hue angle of 292.46º 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 #B50ECD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 14 | 205 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.20 |
| HSL | 292.46º | 0.87% | 0.43% | - |
| HSV(B) | 292.46º | 0.93% | 0.8% | - |
| XYZ | 30.23 | 14.55 | 58.97 | - |
| YUV | 85.71 | 195.33 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 205 | 0.12 | 0.93 | 0 | 0.20 | 292.46 | 0.87 | 0.43 |
| Hex | B5 | E | CD | C | 5D | 0 | 14 | 124 | 57 | 2B |
| Octal | 265 | 16 | 315 | 14 | 135 | 0 | 24 | 444 | 127 | 53 |
| Binary | 10110101 | 1110 | 11001101 | 1100 | 1011101 | 0 | 10100 | 100100100 | 1010111 | 101011 |
Color Harmonies of #B50ECD
Complementary color
Monochromatic Colors of #B50ECD
Black with #B50ECD
Text Example
Text Example
White with #B50ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50ECD; }
p { color: rgb(181,14,205); }
H1.HeaderClassName
{
color: #B50ECD;
}
.AnyTagClassName
{
color: #B50ECD;
}
</style>
background-color css
<style>
a { background-color: #B50ECD; }
a { background-color: rgb(181,14,205); }
div.DivClassName
{
background-color: #B50ECD;
}
.BgClassName
{
background-color: #B50ECD;
}
</style>
border-color css
<style>
span { border-color: #B50ECD; }
span { border-color: rgb(181,14,205); }
td.TdClassName
{
border-color: #B50ECD;
}
.TagClassName
{
border-color: #B50ECD;
}
</style>