Shades of Deep Magenta #B521BD
Tints of Deep Magenta #B521BD
RGB
CMYK
RGB Variations
Color information
#B521BD (or 0xB521BD) is known color: Deep Magenta. HEX triplet: B5, 21 and BD. RGB value is (181,33,189). Sum of RGB (Red+Green+Blue) = 181+33+189=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #B521BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BD is #4ADE42. Grayscale: #5E5E5E. Windows color (decimal): -4906563 or 12394933. OLE color: 12394933.
HSL color Cylindrical-coordinate representation of color #B521BD: hue angle of 296.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B521BD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 33 | 189 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.26 |
| HSL | 296.92º | 0.7% | 0.44% | - |
| HSV(B) | 296.92º | 0.83% | 0.74% | - |
| XYZ | 28.79 | 14.59 | 49.44 | - |
| YUV | 95.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 189 | 0.04 | 0.83 | 0 | 0.26 | 296.92 | 0.7 | 0.44 |
| Hex | B5 | 21 | BD | 4 | 53 | 0 | 1A | 129 | 46 | 2C |
| Octal | 265 | 41 | 275 | 4 | 123 | 0 | 32 | 451 | 106 | 54 |
| Binary | 10110101 | 100001 | 10111101 | 100 | 1010011 | 0 | 11010 | 100101001 | 1000110 | 101100 |
Color Harmonies of #B521BD
Complementary color
Monochromatic Colors of #B521BD
Black with #B521BD
Text Example
Text Example
White with #B521BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521BD; }
p { color: rgb(181,33,189); }
H1.HeaderClassName
{
color: #B521BD;
}
.AnyTagClassName
{
color: #B521BD;
}
</style>
background-color css
<style>
a { background-color: #B521BD; }
a { background-color: rgb(181,33,189); }
div.DivClassName
{
background-color: #B521BD;
}
.BgClassName
{
background-color: #B521BD;
}
</style>
border-color css
<style>
span { border-color: #B521BD; }
span { border-color: rgb(181,33,189); }
td.TdClassName
{
border-color: #B521BD;
}
.TagClassName
{
border-color: #B521BD;
}
</style>