Shades of Deep Magenta #B50DB9
Tints of Deep Magenta #B50DB9
RGB
CMYK
RGB Variations
Color information
#B50DB9 (or 0xB50DB9) is known color: Deep Magenta. HEX triplet: B5, 0D and B9. RGB value is (181,13,185). Sum of RGB (Red+Green+Blue) = 181+13+185=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #B50DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DB9 is #4AF246. Grayscale: #525252. Windows color (decimal): -4911687 or 12127669. OLE color: 12127669.
HSL color Cylindrical-coordinate representation of color #B50DB9: hue angle of 298.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DB9 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 13 | 185 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.27 |
| HSL | 298.6º | 0.87% | 0.39% | - |
| HSV(B) | 298.6º | 0.93% | 0.73% | - |
| XYZ | 27.96 | 13.61 | 47.05 | - |
| YUV | 82.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 185 | 0.02 | 0.93 | 0 | 0.27 | 298.6 | 0.87 | 0.39 |
| Hex | B5 | D | B9 | 2 | 5D | 0 | 1B | 12B | 57 | 27 |
| Octal | 265 | 15 | 271 | 2 | 135 | 0 | 33 | 453 | 127 | 47 |
| Binary | 10110101 | 1101 | 10111001 | 10 | 1011101 | 0 | 11011 | 100101011 | 1010111 | 100111 |
Color Harmonies of #B50DB9
Complementary color
Monochromatic Colors of #B50DB9
Black with #B50DB9
Text Example
Text Example
White with #B50DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DB9; }
p { color: rgb(181,13,185); }
H1.HeaderClassName
{
color: #B50DB9;
}
.AnyTagClassName
{
color: #B50DB9;
}
</style>
background-color css
<style>
a { background-color: #B50DB9; }
a { background-color: rgb(181,13,185); }
div.DivClassName
{
background-color: #B50DB9;
}
.BgClassName
{
background-color: #B50DB9;
}
</style>
border-color css
<style>
span { border-color: #B50DB9; }
span { border-color: rgb(181,13,185); }
td.TdClassName
{
border-color: #B50DB9;
}
.TagClassName
{
border-color: #B50DB9;
}
</style>