Shades of Deep Magenta #B521B1
Tints of Deep Magenta #B521B1
RGB
CMYK
RGB Variations
Color information
#B521B1 (or 0xB521B1) is known color: Deep Magenta. HEX triplet: B5, 21 and B1. RGB value is (181,33,177). Sum of RGB (Red+Green+Blue) = 181+33+177=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B521B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521B1 is #4ADE4E. Grayscale: #5D5D5D. Windows color (decimal): -4906575 or 11608501. OLE color: 11608501.
HSL color Cylindrical-coordinate representation of color #B521B1: hue angle of 301.62º degrees, saturation: 0.69, 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 #B521B1 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 177 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.29 |
| HSL | 301.62º | 0.69% | 0.42% | - |
| HSV(B) | 301.62º | 0.82% | 0.71% | - |
| XYZ | 27.54 | 14.09 | 42.86 | - |
| YUV | 93.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 177 | 0 | 0.82 | 0.02 | 0.29 | 301.62 | 0.69 | 0.42 |
| Hex | B5 | 21 | B1 | 0 | 52 | 2 | 1D | 12E | 45 | 2A |
| Octal | 265 | 41 | 261 | 0 | 122 | 2 | 35 | 456 | 105 | 52 |
| Binary | 10110101 | 100001 | 10110001 | 0 | 1010010 | 10 | 11101 | 100101110 | 1000101 | 101010 |
Color Harmonies of #B521B1
Complementary color
Monochromatic Colors of #B521B1
Black with #B521B1
Text Example
Text Example
White with #B521B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521B1; }
p { color: rgb(181,33,177); }
H1.HeaderClassName
{
color: #B521B1;
}
.AnyTagClassName
{
color: #B521B1;
}
</style>
background-color css
<style>
a { background-color: #B521B1; }
a { background-color: rgb(181,33,177); }
div.DivClassName
{
background-color: #B521B1;
}
.BgClassName
{
background-color: #B521B1;
}
</style>
border-color css
<style>
span { border-color: #B521B1; }
span { border-color: rgb(181,33,177); }
td.TdClassName
{
border-color: #B521B1;
}
.TagClassName
{
border-color: #B521B1;
}
</style>