Shades of Deep Magenta #B50FCE
Tints of Deep Magenta #B50FCE
RGB
CMYK
RGB Variations
Color information
#B50FCE (or 0xB50FCE) is known color: Deep Magenta. HEX triplet: B5, 0F and CE. RGB value is (181,15,206). Sum of RGB (Red+Green+Blue) = 181+15+206=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #B50FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FCE is #4AF031. Grayscale: #555555. Windows color (decimal): -4911154 or 13504437. OLE color: 13504437.
HSL color Cylindrical-coordinate representation of color #B50FCE: hue angle of 292.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FCE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 15 | 206 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.19 |
| HSL | 292.15º | 0.86% | 0.43% | - |
| HSV(B) | 292.15º | 0.93% | 0.81% | - |
| XYZ | 30.37 | 14.62 | 59.61 | - |
| YUV | 86.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 206 | 0.12 | 0.93 | 0 | 0.19 | 292.15 | 0.86 | 0.43 |
| Hex | B5 | F | CE | C | 5D | 0 | 13 | 124 | 56 | 2B |
| Octal | 265 | 17 | 316 | 14 | 135 | 0 | 23 | 444 | 126 | 53 |
| Binary | 10110101 | 1111 | 11001110 | 1100 | 1011101 | 0 | 10011 | 100100100 | 1010110 | 101011 |
Color Harmonies of #B50FCE
Complementary color
Monochromatic Colors of #B50FCE
Black with #B50FCE
Text Example
Text Example
White with #B50FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FCE; }
p { color: rgb(181,15,206); }
H1.HeaderClassName
{
color: #B50FCE;
}
.AnyTagClassName
{
color: #B50FCE;
}
</style>
background-color css
<style>
a { background-color: #B50FCE; }
a { background-color: rgb(181,15,206); }
div.DivClassName
{
background-color: #B50FCE;
}
.BgClassName
{
background-color: #B50FCE;
}
</style>
border-color css
<style>
span { border-color: #B50FCE; }
span { border-color: rgb(181,15,206); }
td.TdClassName
{
border-color: #B50FCE;
}
.TagClassName
{
border-color: #B50FCE;
}
</style>