Shades of Deep Magenta #B50FC6
Tints of Deep Magenta #B50FC6
RGB
CMYK
RGB Variations
Color information
#B50FC6 (or 0xB50FC6) is known color: Deep Magenta. HEX triplet: B5, 0F and C6. RGB value is (181,15,198). Sum of RGB (Red+Green+Blue) = 181+15+198=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #B50FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FC6 is #4AF039. Grayscale: #545454. Windows color (decimal): -4911162 or 12980149. OLE color: 12980149.
HSL color Cylindrical-coordinate representation of color #B50FC6: hue angle of 294.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FC6 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 15 | 198 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.22 |
| HSL | 294.43º | 0.86% | 0.42% | - |
| HSV(B) | 294.43º | 0.92% | 0.78% | - |
| XYZ | 29.42 | 14.24 | 54.62 | - |
| YUV | 85.5 | 191.5 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 198 | 0.09 | 0.92 | 0 | 0.22 | 294.43 | 0.86 | 0.42 |
| Hex | B5 | F | C6 | 9 | 5C | 0 | 16 | 126 | 56 | 2A |
| Octal | 265 | 17 | 306 | 11 | 134 | 0 | 26 | 446 | 126 | 52 |
| Binary | 10110101 | 1111 | 11000110 | 1001 | 1011100 | 0 | 10110 | 100100110 | 1010110 | 101010 |
Color Harmonies of #B50FC6
Complementary color
Monochromatic Colors of #B50FC6
Black with #B50FC6
Text Example
Text Example
White with #B50FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FC6; }
p { color: rgb(181,15,198); }
H1.HeaderClassName
{
color: #B50FC6;
}
.AnyTagClassName
{
color: #B50FC6;
}
</style>
background-color css
<style>
a { background-color: #B50FC6; }
a { background-color: rgb(181,15,198); }
div.DivClassName
{
background-color: #B50FC6;
}
.BgClassName
{
background-color: #B50FC6;
}
</style>
border-color css
<style>
span { border-color: #B50FC6; }
span { border-color: rgb(181,15,198); }
td.TdClassName
{
border-color: #B50FC6;
}
.TagClassName
{
border-color: #B50FC6;
}
</style>