Shades of Deep Magenta #B520B9
Tints of Deep Magenta #B520B9
RGB
CMYK
RGB Variations
Color information
#B520B9 (or 0xB520B9) is known color: Deep Magenta. HEX triplet: B5, 20 and B9. RGB value is (181,32,185). Sum of RGB (Red+Green+Blue) = 181+32+185=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #B520B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520B9 is #4ADF46. Grayscale: #5D5D5D. Windows color (decimal): -4906823 or 12132533. OLE color: 12132533.
HSL color Cylindrical-coordinate representation of color #B520B9: hue angle of 298.43º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520B9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 32 | 185 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.27 |
| HSL | 298.43º | 0.71% | 0.43% | - |
| HSV(B) | 298.43º | 0.83% | 0.73% | - |
| XYZ | 28.33 | 14.36 | 47.18 | - |
| YUV | 93.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 185 | 0.02 | 0.83 | 0 | 0.27 | 298.43 | 0.71 | 0.43 |
| Hex | B5 | 20 | B9 | 2 | 53 | 0 | 1B | 12A | 47 | 2B |
| Octal | 265 | 40 | 271 | 2 | 123 | 0 | 33 | 452 | 107 | 53 |
| Binary | 10110101 | 100000 | 10111001 | 10 | 1010011 | 0 | 11011 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B520B9
Complementary color
Monochromatic Colors of #B520B9
Black with #B520B9
Text Example
Text Example
White with #B520B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520B9; }
p { color: rgb(181,32,185); }
H1.HeaderClassName
{
color: #B520B9;
}
.AnyTagClassName
{
color: #B520B9;
}
</style>
background-color css
<style>
a { background-color: #B520B9; }
a { background-color: rgb(181,32,185); }
div.DivClassName
{
background-color: #B520B9;
}
.BgClassName
{
background-color: #B520B9;
}
</style>
border-color css
<style>
span { border-color: #B520B9; }
span { border-color: rgb(181,32,185); }
td.TdClassName
{
border-color: #B520B9;
}
.TagClassName
{
border-color: #B520B9;
}
</style>