Shades of Deep Magenta #B50BDB
Tints of Deep Magenta #B50BDB
RGB
CMYK
RGB Variations
Color information
#B50BDB (or 0xB50BDB) is known color: Deep Magenta. HEX triplet: B5, 0B and DB. RGB value is (181,11,219). Sum of RGB (Red+Green+Blue) = 181+11+219=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #B50BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BDB is #4AF424. Grayscale: #545454. Windows color (decimal): -4912165 or 14355381. OLE color: 14355381.
HSL color Cylindrical-coordinate representation of color #B50BDB: hue angle of 289.04º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50BDB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 11 | 219 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.14 |
| HSL | 289.04º | 0.9% | 0.45% | - |
| HSV(B) | 289.04º | 0.95% | 0.86% | - |
| XYZ | 31.96 | 15.18 | 68.26 | - |
| YUV | 85.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 219 | 0.17 | 0.95 | 0 | 0.14 | 289.04 | 0.9 | 0.45 |
| Hex | B5 | B | DB | 11 | 5F | 0 | E | 121 | 5A | 2D |
| Octal | 265 | 13 | 333 | 21 | 137 | 0 | 16 | 441 | 132 | 55 |
| Binary | 10110101 | 1011 | 11011011 | 10001 | 1011111 | 0 | 1110 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B50BDB
Complementary color
Monochromatic Colors of #B50BDB
Black with #B50BDB
Text Example
Text Example
White with #B50BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BDB; }
p { color: rgb(181,11,219); }
H1.HeaderClassName
{
color: #B50BDB;
}
.AnyTagClassName
{
color: #B50BDB;
}
</style>
background-color css
<style>
a { background-color: #B50BDB; }
a { background-color: rgb(181,11,219); }
div.DivClassName
{
background-color: #B50BDB;
}
.BgClassName
{
background-color: #B50BDB;
}
</style>
border-color css
<style>
span { border-color: #B50BDB; }
span { border-color: rgb(181,11,219); }
td.TdClassName
{
border-color: #B50BDB;
}
.TagClassName
{
border-color: #B50BDB;
}
</style>