Shades of Deep Magenta #B50EDB
Tints of Deep Magenta #B50EDB
RGB
CMYK
RGB Variations
Color information
#B50EDB (or 0xB50EDB) is known color: Deep Magenta. HEX triplet: B5, 0E and DB. RGB value is (181,14,219). Sum of RGB (Red+Green+Blue) = 181+14+219=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B50EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EDB is #4AF124. Grayscale: #565656. Windows color (decimal): -4911397 or 14356149. OLE color: 14356149.
HSL color Cylindrical-coordinate representation of color #B50EDB: hue angle of 288.88º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EDB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 14 | 219 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.14 |
| HSL | 288.88º | 0.88% | 0.46% | - |
| HSV(B) | 288.88º | 0.94% | 0.86% | - |
| XYZ | 32 | 15.25 | 68.28 | - |
| YUV | 87.3 | 202.33 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 219 | 0.17 | 0.94 | 0 | 0.14 | 288.88 | 0.88 | 0.46 |
| Hex | B5 | E | DB | 11 | 5E | 0 | E | 121 | 58 | 2E |
| Octal | 265 | 16 | 333 | 21 | 136 | 0 | 16 | 441 | 130 | 56 |
| Binary | 10110101 | 1110 | 11011011 | 10001 | 1011110 | 0 | 1110 | 100100001 | 1011000 | 101110 |
Color Harmonies of #B50EDB
Complementary color
Monochromatic Colors of #B50EDB
Black with #B50EDB
Text Example
Text Example
White with #B50EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EDB; }
p { color: rgb(181,14,219); }
H1.HeaderClassName
{
color: #B50EDB;
}
.AnyTagClassName
{
color: #B50EDB;
}
</style>
background-color css
<style>
a { background-color: #B50EDB; }
a { background-color: rgb(181,14,219); }
div.DivClassName
{
background-color: #B50EDB;
}
.BgClassName
{
background-color: #B50EDB;
}
</style>
border-color css
<style>
span { border-color: #B50EDB; }
span { border-color: rgb(181,14,219); }
td.TdClassName
{
border-color: #B50EDB;
}
.TagClassName
{
border-color: #B50EDB;
}
</style>