Shades of Deep Magenta #B50CCF
Tints of Deep Magenta #B50CCF
RGB
CMYK
RGB Variations
Color information
#B50CCF (or 0xB50CCF) is known color: Deep Magenta. HEX triplet: B5, 0C and CF. RGB value is (181,12,207). Sum of RGB (Red+Green+Blue) = 181+12+207=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #B50CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CCF is #4AF330. Grayscale: #545454. Windows color (decimal): -4911921 or 13569205. OLE color: 13569205.
HSL color Cylindrical-coordinate representation of color #B50CCF: hue angle of 292º degrees, saturation: 0.89, 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 #B50CCF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 12 | 207 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.19 |
| HSL | 292º | 0.89% | 0.43% | - |
| HSV(B) | 292º | 0.94% | 0.81% | - |
| XYZ | 30.45 | 14.59 | 60.24 | - |
| YUV | 84.76 | 196.99 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 12 | 207 | 0.13 | 0.94 | 0 | 0.19 | 292 | 0.89 | 0.43 |
| Hex | B5 | C | CF | D | 5E | 0 | 13 | 124 | 59 | 2B |
| Octal | 265 | 14 | 317 | 15 | 136 | 0 | 23 | 444 | 131 | 53 |
| Binary | 10110101 | 1100 | 11001111 | 1101 | 1011110 | 0 | 10011 | 100100100 | 1011001 | 101011 |
Color Harmonies of #B50CCF
Complementary color
Monochromatic Colors of #B50CCF
Black with #B50CCF
Text Example
Text Example
White with #B50CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50CCF; }
p { color: rgb(181,12,207); }
H1.HeaderClassName
{
color: #B50CCF;
}
.AnyTagClassName
{
color: #B50CCF;
}
</style>
background-color css
<style>
a { background-color: #B50CCF; }
a { background-color: rgb(181,12,207); }
div.DivClassName
{
background-color: #B50CCF;
}
.BgClassName
{
background-color: #B50CCF;
}
</style>
border-color css
<style>
span { border-color: #B50CCF; }
span { border-color: rgb(181,12,207); }
td.TdClassName
{
border-color: #B50CCF;
}
.TagClassName
{
border-color: #B50CCF;
}
</style>