Shades of Deep Magenta #B50AAF
Tints of Deep Magenta #B50AAF
RGB
CMYK
RGB Variations
Color information
#B50AAF (or 0xB50AAF) is known color: Deep Magenta. HEX triplet: B5, 0A and AF. RGB value is (181,10,175). Sum of RGB (Red+Green+Blue) = 181+10+175=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B50AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50AAF is #4AF550. Grayscale: #4F4F4F. Windows color (decimal): -4912465 or 11471541. OLE color: 11471541.
HSL color Cylindrical-coordinate representation of color #B50AAF: hue angle of 302.11º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50AAF is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 175 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.29 |
| HSL | 302.11º | 0.9% | 0.37% | - |
| HSV(B) | 302.11º | 0.94% | 0.71% | - |
| XYZ | 26.9 | 13.14 | 41.68 | - |
| YUV | 79.94 | 181.65 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 175 | 0 | 0.94 | 0.03 | 0.29 | 302.11 | 0.9 | 0.37 |
| Hex | B5 | A | AF | 0 | 5E | 3 | 1D | 12E | 5A | 25 |
| Octal | 265 | 12 | 257 | 0 | 136 | 3 | 35 | 456 | 132 | 45 |
| Binary | 10110101 | 1010 | 10101111 | 0 | 1011110 | 11 | 11101 | 100101110 | 1011010 | 100101 |
Color Harmonies of #B50AAF
Complementary color
Monochromatic Colors of #B50AAF
Black with #B50AAF
Text Example
Text Example
White with #B50AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50AAF; }
p { color: rgb(181,10,175); }
H1.HeaderClassName
{
color: #B50AAF;
}
.AnyTagClassName
{
color: #B50AAF;
}
</style>
background-color css
<style>
a { background-color: #B50AAF; }
a { background-color: rgb(181,10,175); }
div.DivClassName
{
background-color: #B50AAF;
}
.BgClassName
{
background-color: #B50AAF;
}
</style>
border-color css
<style>
span { border-color: #B50AAF; }
span { border-color: rgb(181,10,175); }
td.TdClassName
{
border-color: #B50AAF;
}
.TagClassName
{
border-color: #B50AAF;
}
</style>