Shades of Deep Magenta #B521B9
Tints of Deep Magenta #B521B9
RGB
CMYK
RGB Variations
Color information
#B521B9 (or 0xB521B9) is known color: Deep Magenta. HEX triplet: B5, 21 and B9. RGB value is (181,33,185). Sum of RGB (Red+Green+Blue) = 181+33+185=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #B521B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521B9 is #4ADE46. Grayscale: #5E5E5E. Windows color (decimal): -4906567 or 12132789. OLE color: 12132789.
HSL color Cylindrical-coordinate representation of color #B521B9: hue angle of 298.42º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B521B9 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 33 | 185 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.27 |
| HSL | 298.42º | 0.7% | 0.43% | - |
| HSV(B) | 298.42º | 0.82% | 0.73% | - |
| XYZ | 28.36 | 14.41 | 47.19 | - |
| YUV | 94.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 185 | 0.02 | 0.82 | 0 | 0.27 | 298.42 | 0.7 | 0.43 |
| Hex | B5 | 21 | B9 | 2 | 52 | 0 | 1B | 12A | 46 | 2B |
| Octal | 265 | 41 | 271 | 2 | 122 | 0 | 33 | 452 | 106 | 53 |
| Binary | 10110101 | 100001 | 10111001 | 10 | 1010010 | 0 | 11011 | 100101010 | 1000110 | 101011 |
Color Harmonies of #B521B9
Complementary color
Monochromatic Colors of #B521B9
Black with #B521B9
Text Example
Text Example
White with #B521B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521B9; }
p { color: rgb(181,33,185); }
H1.HeaderClassName
{
color: #B521B9;
}
.AnyTagClassName
{
color: #B521B9;
}
</style>
background-color css
<style>
a { background-color: #B521B9; }
a { background-color: rgb(181,33,185); }
div.DivClassName
{
background-color: #B521B9;
}
.BgClassName
{
background-color: #B521B9;
}
</style>
border-color css
<style>
span { border-color: #B521B9; }
span { border-color: rgb(181,33,185); }
td.TdClassName
{
border-color: #B521B9;
}
.TagClassName
{
border-color: #B521B9;
}
</style>