Shades of Deep Magenta #B50DBB
Tints of Deep Magenta #B50DBB
RGB
CMYK
RGB Variations
Color information
#B50DBB (or 0xB50DBB) is known color: Deep Magenta. HEX triplet: B5, 0D and BB. RGB value is (181,13,187). Sum of RGB (Red+Green+Blue) = 181+13+187=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #B50DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DBB is #4AF244. Grayscale: #525252. Windows color (decimal): -4911685 or 12258741. OLE color: 12258741.
HSL color Cylindrical-coordinate representation of color #B50DBB: hue angle of 297.93º 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 #B50DBB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 13 | 187 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.27 |
| HSL | 297.93º | 0.87% | 0.39% | - |
| HSV(B) | 297.93º | 0.93% | 0.73% | - |
| XYZ | 28.17 | 13.7 | 48.17 | - |
| YUV | 83.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 187 | 0.03 | 0.93 | 0 | 0.27 | 297.93 | 0.87 | 0.39 |
| Hex | B5 | D | BB | 3 | 5D | 0 | 1B | 12A | 57 | 27 |
| Octal | 265 | 15 | 273 | 3 | 135 | 0 | 33 | 452 | 127 | 47 |
| Binary | 10110101 | 1101 | 10111011 | 11 | 1011101 | 0 | 11011 | 100101010 | 1010111 | 100111 |
Color Harmonies of #B50DBB
Complementary color
Monochromatic Colors of #B50DBB
Black with #B50DBB
Text Example
Text Example
White with #B50DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DBB; }
p { color: rgb(181,13,187); }
H1.HeaderClassName
{
color: #B50DBB;
}
.AnyTagClassName
{
color: #B50DBB;
}
</style>
background-color css
<style>
a { background-color: #B50DBB; }
a { background-color: rgb(181,13,187); }
div.DivClassName
{
background-color: #B50DBB;
}
.BgClassName
{
background-color: #B50DBB;
}
</style>
border-color css
<style>
span { border-color: #B50DBB; }
span { border-color: rgb(181,13,187); }
td.TdClassName
{
border-color: #B50DBB;
}
.TagClassName
{
border-color: #B50DBB;
}
</style>