Shades of Deep Magenta #B50EDD
Tints of Deep Magenta #B50EDD
RGB
CMYK
RGB Variations
Color information
#B50EDD (or 0xB50EDD) is known color: Deep Magenta. HEX triplet: B5, 0E and DD. RGB value is (181,14,221). Sum of RGB (Red+Green+Blue) = 181+14+221=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B50EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EDD is #4AF122. Grayscale: #565656. Windows color (decimal): -4911395 or 14487221. OLE color: 14487221.
HSL color Cylindrical-coordinate representation of color #B50EDD: hue angle of 288.41º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EDD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 14 | 221 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.13 |
| HSL | 288.41º | 0.88% | 0.46% | - |
| HSV(B) | 288.41º | 0.94% | 0.87% | - |
| XYZ | 32.26 | 15.36 | 69.67 | - |
| YUV | 87.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 221 | 0.18 | 0.94 | 0 | 0.13 | 288.41 | 0.88 | 0.46 |
| Hex | B5 | E | DD | 12 | 5E | 0 | D | 120 | 58 | 2E |
| Octal | 265 | 16 | 335 | 22 | 136 | 0 | 15 | 440 | 130 | 56 |
| Binary | 10110101 | 1110 | 11011101 | 10010 | 1011110 | 0 | 1101 | 100100000 | 1011000 | 101110 |
Color Harmonies of #B50EDD
Complementary color
Monochromatic Colors of #B50EDD
Black with #B50EDD
Text Example
Text Example
White with #B50EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EDD; }
p { color: rgb(181,14,221); }
H1.HeaderClassName
{
color: #B50EDD;
}
.AnyTagClassName
{
color: #B50EDD;
}
</style>
background-color css
<style>
a { background-color: #B50EDD; }
a { background-color: rgb(181,14,221); }
div.DivClassName
{
background-color: #B50EDD;
}
.BgClassName
{
background-color: #B50EDD;
}
</style>
border-color css
<style>
span { border-color: #B50EDD; }
span { border-color: rgb(181,14,221); }
td.TdClassName
{
border-color: #B50EDD;
}
.TagClassName
{
border-color: #B50EDD;
}
</style>