Shades of Deep Magenta #B520BA
Tints of Deep Magenta #B520BA
RGB
CMYK
RGB Variations
Color information
#B520BA (or 0xB520BA) is known color: Deep Magenta. HEX triplet: B5, 20 and BA. RGB value is (181,32,186). Sum of RGB (Red+Green+Blue) = 181+32+186=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #B520BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520BA is #4ADF45. Grayscale: #5D5D5D. Windows color (decimal): -4906822 or 12198069. OLE color: 12198069.
HSL color Cylindrical-coordinate representation of color #B520BA: hue angle of 298.05º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520BA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 32 | 186 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.27 |
| HSL | 298.05º | 0.71% | 0.43% | - |
| HSV(B) | 298.05º | 0.83% | 0.73% | - |
| XYZ | 28.44 | 14.4 | 47.74 | - |
| YUV | 94.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 186 | 0.03 | 0.83 | 0 | 0.27 | 298.05 | 0.71 | 0.43 |
| Hex | B5 | 20 | BA | 3 | 53 | 0 | 1B | 12A | 47 | 2B |
| Octal | 265 | 40 | 272 | 3 | 123 | 0 | 33 | 452 | 107 | 53 |
| Binary | 10110101 | 100000 | 10111010 | 11 | 1010011 | 0 | 11011 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B520BA
Complementary color
Monochromatic Colors of #B520BA
Black with #B520BA
Text Example
Text Example
White with #B520BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520BA; }
p { color: rgb(181,32,186); }
H1.HeaderClassName
{
color: #B520BA;
}
.AnyTagClassName
{
color: #B520BA;
}
</style>
background-color css
<style>
a { background-color: #B520BA; }
a { background-color: rgb(181,32,186); }
div.DivClassName
{
background-color: #B520BA;
}
.BgClassName
{
background-color: #B520BA;
}
</style>
border-color css
<style>
span { border-color: #B520BA; }
span { border-color: rgb(181,32,186); }
td.TdClassName
{
border-color: #B520BA;
}
.TagClassName
{
border-color: #B520BA;
}
</style>