Shades of Deep Magenta #B50DCE
Tints of Deep Magenta #B50DCE
RGB
CMYK
RGB Variations
Color information
#B50DCE (or 0xB50DCE) is known color: Deep Magenta. HEX triplet: B5, 0D and CE. RGB value is (181,13,206). Sum of RGB (Red+Green+Blue) = 181+13+206=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #B50DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DCE is #4AF231. Grayscale: #545454. Windows color (decimal): -4911666 or 13503925. OLE color: 13503925.
HSL color Cylindrical-coordinate representation of color #B50DCE: hue angle of 292.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50DCE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 13 | 206 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.19 |
| HSL | 292.23º | 0.88% | 0.43% | - |
| HSV(B) | 292.23º | 0.94% | 0.81% | - |
| XYZ | 30.34 | 14.57 | 59.61 | - |
| YUV | 85.23 | 196.16 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 206 | 0.12 | 0.94 | 0 | 0.19 | 292.23 | 0.88 | 0.43 |
| Hex | B5 | D | CE | C | 5E | 0 | 13 | 124 | 58 | 2B |
| Octal | 265 | 15 | 316 | 14 | 136 | 0 | 23 | 444 | 130 | 53 |
| Binary | 10110101 | 1101 | 11001110 | 1100 | 1011110 | 0 | 10011 | 100100100 | 1011000 | 101011 |
Color Harmonies of #B50DCE
Complementary color
Monochromatic Colors of #B50DCE
Black with #B50DCE
Text Example
Text Example
White with #B50DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DCE; }
p { color: rgb(181,13,206); }
H1.HeaderClassName
{
color: #B50DCE;
}
.AnyTagClassName
{
color: #B50DCE;
}
</style>
background-color css
<style>
a { background-color: #B50DCE; }
a { background-color: rgb(181,13,206); }
div.DivClassName
{
background-color: #B50DCE;
}
.BgClassName
{
background-color: #B50DCE;
}
</style>
border-color css
<style>
span { border-color: #B50DCE; }
span { border-color: rgb(181,13,206); }
td.TdClassName
{
border-color: #B50DCE;
}
.TagClassName
{
border-color: #B50DCE;
}
</style>