Shades of Deep Magenta #B50FB2
Tints of Deep Magenta #B50FB2
RGB
CMYK
RGB Variations
Color information
#B50FB2 (or 0xB50FB2) is known color: Deep Magenta. HEX triplet: B5, 0F and B2. RGB value is (181,15,178). Sum of RGB (Red+Green+Blue) = 181+15+178=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50FB2 is #4AF04D. Grayscale: #525252. Windows color (decimal): -4911182 or 11669429. OLE color: 11669429.
HSL color Cylindrical-coordinate representation of color #B50FB2: hue angle of 301.08º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FB2 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 178 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.29 |
| HSL | 301.08º | 0.85% | 0.38% | - |
| HSV(B) | 301.08º | 0.92% | 0.71% | - |
| XYZ | 27.26 | 13.38 | 43.27 | - |
| YUV | 83.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 178 | 0 | 0.92 | 0.02 | 0.29 | 301.08 | 0.85 | 0.38 |
| Hex | B5 | F | B2 | 0 | 5C | 2 | 1D | 12D | 55 | 26 |
| Octal | 265 | 17 | 262 | 0 | 134 | 2 | 35 | 455 | 125 | 46 |
| Binary | 10110101 | 1111 | 10110010 | 0 | 1011100 | 10 | 11101 | 100101101 | 1010101 | 100110 |
Color Harmonies of #B50FB2
Complementary color
Monochromatic Colors of #B50FB2
Black with #B50FB2
Text Example
Text Example
White with #B50FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FB2; }
p { color: rgb(181,15,178); }
H1.HeaderClassName
{
color: #B50FB2;
}
.AnyTagClassName
{
color: #B50FB2;
}
</style>
background-color css
<style>
a { background-color: #B50FB2; }
a { background-color: rgb(181,15,178); }
div.DivClassName
{
background-color: #B50FB2;
}
.BgClassName
{
background-color: #B50FB2;
}
</style>
border-color css
<style>
span { border-color: #B50FB2; }
span { border-color: rgb(181,15,178); }
td.TdClassName
{
border-color: #B50FB2;
}
.TagClassName
{
border-color: #B50FB2;
}
</style>