Shades of Deep Magenta #B522B2
Tints of Deep Magenta #B522B2
RGB
CMYK
RGB Variations
Color information
#B522B2 (or 0xB522B2) is known color: Deep Magenta. HEX triplet: B5, 22 and B2. RGB value is (181,34,178). Sum of RGB (Red+Green+Blue) = 181+34+178=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B522B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522B2 is #4ADD4D. Grayscale: #5D5D5D. Windows color (decimal): -4906318 or 11674293. OLE color: 11674293.
HSL color Cylindrical-coordinate representation of color #B522B2: hue angle of 301.22º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B522B2 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 178 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.29 |
| HSL | 301.22º | 0.68% | 0.42% | - |
| HSV(B) | 301.22º | 0.81% | 0.71% | - |
| XYZ | 27.66 | 14.18 | 43.4 | - |
| YUV | 94.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 178 | 0 | 0.81 | 0.02 | 0.29 | 301.22 | 0.68 | 0.42 |
| Hex | B5 | 22 | B2 | 0 | 51 | 2 | 1D | 12D | 44 | 2A |
| Octal | 265 | 42 | 262 | 0 | 121 | 2 | 35 | 455 | 104 | 52 |
| Binary | 10110101 | 100010 | 10110010 | 0 | 1010001 | 10 | 11101 | 100101101 | 1000100 | 101010 |
Color Harmonies of #B522B2
Complementary color
Monochromatic Colors of #B522B2
Black with #B522B2
Text Example
Text Example
White with #B522B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522B2; }
p { color: rgb(181,34,178); }
H1.HeaderClassName
{
color: #B522B2;
}
.AnyTagClassName
{
color: #B522B2;
}
</style>
background-color css
<style>
a { background-color: #B522B2; }
a { background-color: rgb(181,34,178); }
div.DivClassName
{
background-color: #B522B2;
}
.BgClassName
{
background-color: #B522B2;
}
</style>
border-color css
<style>
span { border-color: #B522B2; }
span { border-color: rgb(181,34,178); }
td.TdClassName
{
border-color: #B522B2;
}
.TagClassName
{
border-color: #B522B2;
}
</style>