Shades of Deep Magenta #B50CCD
Tints of Deep Magenta #B50CCD
RGB
CMYK
RGB Variations
Color information
#B50CCD (or 0xB50CCD) is known color: Deep Magenta. HEX triplet: B5, 0C and CD. RGB value is (181,12,205). Sum of RGB (Red+Green+Blue) = 181+12+205=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #B50CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CCD is #4AF332. Grayscale: #535353. Windows color (decimal): -4911923 or 13438133. OLE color: 13438133.
HSL color Cylindrical-coordinate representation of color #B50CCD: hue angle of 292.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CCD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 12 | 205 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.20 |
| HSL | 292.54º | 0.89% | 0.43% | - |
| HSV(B) | 292.54º | 0.94% | 0.8% | - |
| XYZ | 30.21 | 14.49 | 58.96 | - |
| YUV | 84.53 | 195.99 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 205 | 0.12 | 0.94 | 0 | 0.20 | 292.54 | 0.89 | 0.43 |
| Hex | B5 | C | CD | C | 5E | 0 | 14 | 125 | 59 | 2B |
| Octal | 265 | 14 | 315 | 14 | 136 | 0 | 24 | 445 | 131 | 53 |
| Binary | 10110101 | 1100 | 11001101 | 1100 | 1011110 | 0 | 10100 | 100100101 | 1011001 | 101011 |
Color Harmonies of #B50CCD
Complementary color
Monochromatic Colors of #B50CCD
Black with #B50CCD
Text Example
Text Example
White with #B50CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CCD; }
p { color: rgb(181,12,205); }
H1.HeaderClassName
{
color: #B50CCD;
}
.AnyTagClassName
{
color: #B50CCD;
}
</style>
background-color css
<style>
a { background-color: #B50CCD; }
a { background-color: rgb(181,12,205); }
div.DivClassName
{
background-color: #B50CCD;
}
.BgClassName
{
background-color: #B50CCD;
}
</style>
border-color css
<style>
span { border-color: #B50CCD; }
span { border-color: rgb(181,12,205); }
td.TdClassName
{
border-color: #B50CCD;
}
.TagClassName
{
border-color: #B50CCD;
}
</style>