Shades of Deep Magenta #B50BDE
Tints of Deep Magenta #B50BDE
RGB
CMYK
RGB Variations
Color information
#B50BDE (or 0xB50BDE) is known color: Deep Magenta. HEX triplet: B5, 0B and DE. RGB value is (181,11,222). Sum of RGB (Red+Green+Blue) = 181+11+222=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #B50BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BDE is #4AF421. Grayscale: #555555. Windows color (decimal): -4912162 or 14551989. OLE color: 14551989.
HSL color Cylindrical-coordinate representation of color #B50BDE: hue angle of 288.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50BDE is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 11 | 222 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.34º | 0.91% | 0.46% | - |
| HSV(B) | 288.34º | 0.95% | 0.87% | - |
| XYZ | 32.36 | 15.34 | 70.36 | - |
| YUV | 85.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 222 | 0.18 | 0.95 | 0 | 0.13 | 288.34 | 0.91 | 0.46 |
| Hex | B5 | B | DE | 12 | 5F | 0 | D | 120 | 5B | 2E |
| Octal | 265 | 13 | 336 | 22 | 137 | 0 | 15 | 440 | 133 | 56 |
| Binary | 10110101 | 1011 | 11011110 | 10010 | 1011111 | 0 | 1101 | 100100000 | 1011011 | 101110 |
Color Harmonies of #B50BDE
Complementary color
Monochromatic Colors of #B50BDE
Black with #B50BDE
Text Example
Text Example
White with #B50BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BDE; }
p { color: rgb(181,11,222); }
H1.HeaderClassName
{
color: #B50BDE;
}
.AnyTagClassName
{
color: #B50BDE;
}
</style>
background-color css
<style>
a { background-color: #B50BDE; }
a { background-color: rgb(181,11,222); }
div.DivClassName
{
background-color: #B50BDE;
}
.BgClassName
{
background-color: #B50BDE;
}
</style>
border-color css
<style>
span { border-color: #B50BDE; }
span { border-color: rgb(181,11,222); }
td.TdClassName
{
border-color: #B50BDE;
}
.TagClassName
{
border-color: #B50BDE;
}
</style>