Shades of Deep Magenta #B50CCC
Tints of Deep Magenta #B50CCC
RGB
CMYK
RGB Variations
Color information
#B50CCC (or 0xB50CCC) is known color: Deep Magenta. HEX triplet: B5, 0C and CC. RGB value is (181,12,204). Sum of RGB (Red+Green+Blue) = 181+12+204=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #B50CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CCC is #4AF333. Grayscale: #535353. Windows color (decimal): -4911924 or 13372597. OLE color: 13372597.
HSL color Cylindrical-coordinate representation of color #B50CCC: hue angle of 292.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CCC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 12 | 204 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.2 |
| HSL | 292.81º | 0.89% | 0.42% | - |
| HSV(B) | 292.81º | 0.94% | 0.8% | - |
| XYZ | 30.09 | 14.45 | 58.33 | - |
| YUV | 84.42 | 195.49 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 204 | 0.11 | 0.94 | 0 | 0.2 | 292.81 | 0.89 | 0.42 |
| Hex | B5 | C | CC | B | 5E | 0 | 14 | 125 | 59 | 2A |
| Octal | 265 | 14 | 314 | 13 | 136 | 0 | 24 | 445 | 131 | 52 |
| Binary | 10110101 | 1100 | 11001100 | 1011 | 1011110 | 0 | 10100 | 100100101 | 1011001 | 101010 |
Color Harmonies of #B50CCC
Complementary color
Monochromatic Colors of #B50CCC
Black with #B50CCC
Text Example
Text Example
White with #B50CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CCC; }
p { color: rgb(181,12,204); }
H1.HeaderClassName
{
color: #B50CCC;
}
.AnyTagClassName
{
color: #B50CCC;
}
</style>
background-color css
<style>
a { background-color: #B50CCC; }
a { background-color: rgb(181,12,204); }
div.DivClassName
{
background-color: #B50CCC;
}
.BgClassName
{
background-color: #B50CCC;
}
</style>
border-color css
<style>
span { border-color: #B50CCC; }
span { border-color: rgb(181,12,204); }
td.TdClassName
{
border-color: #B50CCC;
}
.TagClassName
{
border-color: #B50CCC;
}
</style>