Shades of Deep Magenta #B50BDA
Tints of Deep Magenta #B50BDA
RGB
CMYK
RGB Variations
Color information
#B50BDA (or 0xB50BDA) is known color: Deep Magenta. HEX triplet: B5, 0B and DA. RGB value is (181,11,218). Sum of RGB (Red+Green+Blue) = 181+11+218=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #B50BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BDA is #4AF425. Grayscale: #545454. Windows color (decimal): -4912166 or 14289845. OLE color: 14289845.
HSL color Cylindrical-coordinate representation of color #B50BDA: hue angle of 289.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50BDA is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 11 | 218 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.15 |
| HSL | 289.28º | 0.9% | 0.45% | - |
| HSV(B) | 289.28º | 0.95% | 0.85% | - |
| XYZ | 31.83 | 15.13 | 67.57 | - |
| YUV | 85.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 218 | 0.17 | 0.95 | 0 | 0.15 | 289.28 | 0.9 | 0.45 |
| Hex | B5 | B | DA | 11 | 5F | 0 | F | 121 | 5A | 2D |
| Octal | 265 | 13 | 332 | 21 | 137 | 0 | 17 | 441 | 132 | 55 |
| Binary | 10110101 | 1011 | 11011010 | 10001 | 1011111 | 0 | 1111 | 100100001 | 1011010 | 101101 |
Color Harmonies of #B50BDA
Complementary color
Monochromatic Colors of #B50BDA
Black with #B50BDA
Text Example
Text Example
White with #B50BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50BDA; }
p { color: rgb(181,11,218); }
H1.HeaderClassName
{
color: #B50BDA;
}
.AnyTagClassName
{
color: #B50BDA;
}
</style>
background-color css
<style>
a { background-color: #B50BDA; }
a { background-color: rgb(181,11,218); }
div.DivClassName
{
background-color: #B50BDA;
}
.BgClassName
{
background-color: #B50BDA;
}
</style>
border-color css
<style>
span { border-color: #B50BDA; }
span { border-color: rgb(181,11,218); }
td.TdClassName
{
border-color: #B50BDA;
}
.TagClassName
{
border-color: #B50BDA;
}
</style>