Shades of Deep Magenta #B520B0
Tints of Deep Magenta #B520B0
RGB
CMYK
RGB Variations
Color information
#B520B0 (or 0xB520B0) is known color: Deep Magenta. HEX triplet: B5, 20 and B0. RGB value is (181,32,176). Sum of RGB (Red+Green+Blue) = 181+32+176=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B520B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B520B0 is #4ADF4F. Grayscale: #5C5C5C. Windows color (decimal): -4906832 or 11542709. OLE color: 11542709.
HSL color Cylindrical-coordinate representation of color #B520B0: hue angle of 302.01º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B520B0 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 176 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.29 |
| HSL | 302.01º | 0.7% | 0.42% | - |
| HSV(B) | 302.01º | 0.82% | 0.71% | - |
| XYZ | 27.41 | 13.99 | 42.33 | - |
| YUV | 92.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 176 | 0 | 0.82 | 0.03 | 0.29 | 302.01 | 0.7 | 0.42 |
| Hex | B5 | 20 | B0 | 0 | 52 | 3 | 1D | 12E | 46 | 2A |
| Octal | 265 | 40 | 260 | 0 | 122 | 3 | 35 | 456 | 106 | 52 |
| Binary | 10110101 | 100000 | 10110000 | 0 | 1010010 | 11 | 11101 | 100101110 | 1000110 | 101010 |
Color Harmonies of #B520B0
Complementary color
Monochromatic Colors of #B520B0
Black with #B520B0
Text Example
Text Example
White with #B520B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520B0; }
p { color: rgb(181,32,176); }
H1.HeaderClassName
{
color: #B520B0;
}
.AnyTagClassName
{
color: #B520B0;
}
</style>
background-color css
<style>
a { background-color: #B520B0; }
a { background-color: rgb(181,32,176); }
div.DivClassName
{
background-color: #B520B0;
}
.BgClassName
{
background-color: #B520B0;
}
</style>
border-color css
<style>
span { border-color: #B520B0; }
span { border-color: rgb(181,32,176); }
td.TdClassName
{
border-color: #B520B0;
}
.TagClassName
{
border-color: #B520B0;
}
</style>