Shades of Deep Magenta #B50CDD
Tints of Deep Magenta #B50CDD
RGB
CMYK
RGB Variations
Color information
#B50CDD (or 0xB50CDD) is known color: Deep Magenta. HEX triplet: B5, 0C and DD. RGB value is (181,12,221). Sum of RGB (Red+Green+Blue) = 181+12+221=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #B50CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CDD is #4AF322. Grayscale: #555555. Windows color (decimal): -4911907 or 14486709. OLE color: 14486709.
HSL color Cylindrical-coordinate representation of color #B50CDD: hue angle of 288.52º degrees, saturation: 0.9, 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 #B50CDD is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 12 | 221 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.13 |
| HSL | 288.52º | 0.9% | 0.46% | - |
| HSV(B) | 288.52º | 0.95% | 0.87% | - |
| XYZ | 32.24 | 15.31 | 69.66 | - |
| YUV | 86.36 | 203.99 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 221 | 0.18 | 0.95 | 0 | 0.13 | 288.52 | 0.9 | 0.46 |
| Hex | B5 | C | DD | 12 | 5F | 0 | D | 121 | 5A | 2E |
| Octal | 265 | 14 | 335 | 22 | 137 | 0 | 15 | 441 | 132 | 56 |
| Binary | 10110101 | 1100 | 11011101 | 10010 | 1011111 | 0 | 1101 | 100100001 | 1011010 | 101110 |
Color Harmonies of #B50CDD
Complementary color
Monochromatic Colors of #B50CDD
Black with #B50CDD
Text Example
Text Example
White with #B50CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CDD; }
p { color: rgb(181,12,221); }
H1.HeaderClassName
{
color: #B50CDD;
}
.AnyTagClassName
{
color: #B50CDD;
}
</style>
background-color css
<style>
a { background-color: #B50CDD; }
a { background-color: rgb(181,12,221); }
div.DivClassName
{
background-color: #B50CDD;
}
.BgClassName
{
background-color: #B50CDD;
}
</style>
border-color css
<style>
span { border-color: #B50CDD; }
span { border-color: rgb(181,12,221); }
td.TdClassName
{
border-color: #B50CDD;
}
.TagClassName
{
border-color: #B50CDD;
}
</style>