Shades of Deep Magenta #B521AF
Tints of Deep Magenta #B521AF
RGB
CMYK
RGB Variations
Color information
#B521AF (or 0xB521AF) is known color: Deep Magenta. HEX triplet: B5, 21 and AF. RGB value is (181,33,175). Sum of RGB (Red+Green+Blue) = 181+33+175=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B521AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B521AF is #4ADE50. Grayscale: #5D5D5D. Windows color (decimal): -4906577 or 11477429. OLE color: 11477429.
HSL color Cylindrical-coordinate representation of color #B521AF: hue angle of 302.43º 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 #B521AF is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 175 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.29 |
| HSL | 302.43º | 0.69% | 0.42% | - |
| HSV(B) | 302.43º | 0.82% | 0.71% | - |
| XYZ | 27.34 | 14.01 | 41.82 | - |
| YUV | 93.44 | 174.03 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 175 | 0 | 0.82 | 0.03 | 0.29 | 302.43 | 0.69 | 0.42 |
| Hex | B5 | 21 | AF | 0 | 52 | 3 | 1D | 12E | 45 | 2A |
| Octal | 265 | 41 | 257 | 0 | 122 | 3 | 35 | 456 | 105 | 52 |
| Binary | 10110101 | 100001 | 10101111 | 0 | 1010010 | 11 | 11101 | 100101110 | 1000101 | 101010 |
Color Harmonies of #B521AF
Complementary color
Monochromatic Colors of #B521AF
Black with #B521AF
Text Example
Text Example
White with #B521AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521AF; }
p { color: rgb(181,33,175); }
H1.HeaderClassName
{
color: #B521AF;
}
.AnyTagClassName
{
color: #B521AF;
}
</style>
background-color css
<style>
a { background-color: #B521AF; }
a { background-color: rgb(181,33,175); }
div.DivClassName
{
background-color: #B521AF;
}
.BgClassName
{
background-color: #B521AF;
}
</style>
border-color css
<style>
span { border-color: #B521AF; }
span { border-color: rgb(181,33,175); }
td.TdClassName
{
border-color: #B521AF;
}
.TagClassName
{
border-color: #B521AF;
}
</style>