Shades of Deep Magenta #B50AAA
Tints of Deep Magenta #B50AAA
RGB
CMYK
RGB Variations
Color information
#B50AAA (or 0xB50AAA) is known color: Deep Magenta. HEX triplet: B5, 0A and AA. RGB value is (181,10,170). Sum of RGB (Red+Green+Blue) = 181+10+170=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B50AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50AAA is #4AF555. Grayscale: #4E4E4E. Windows color (decimal): -4912470 or 11143861. OLE color: 11143861.
HSL color Cylindrical-coordinate representation of color #B50AAA: hue angle of 303.86º 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 #B50AAA is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 170 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.29 |
| HSL | 303.86º | 0.9% | 0.37% | - |
| HSV(B) | 303.86º | 0.94% | 0.71% | - |
| XYZ | 26.42 | 12.94 | 39.14 | - |
| YUV | 79.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 170 | 0 | 0.94 | 0.06 | 0.29 | 303.86 | 0.9 | 0.37 |
| Hex | B5 | A | AA | 0 | 5E | 6 | 1D | 130 | 5A | 25 |
| Octal | 265 | 12 | 252 | 0 | 136 | 6 | 35 | 460 | 132 | 45 |
| Binary | 10110101 | 1010 | 10101010 | 0 | 1011110 | 110 | 11101 | 100110000 | 1011010 | 100101 |
Color Harmonies of #B50AAA
Complementary color
Monochromatic Colors of #B50AAA
Black with #B50AAA
Text Example
Text Example
White with #B50AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50AAA; }
p { color: rgb(181,10,170); }
H1.HeaderClassName
{
color: #B50AAA;
}
.AnyTagClassName
{
color: #B50AAA;
}
</style>
background-color css
<style>
a { background-color: #B50AAA; }
a { background-color: rgb(181,10,170); }
div.DivClassName
{
background-color: #B50AAA;
}
.BgClassName
{
background-color: #B50AAA;
}
</style>
border-color css
<style>
span { border-color: #B50AAA; }
span { border-color: rgb(181,10,170); }
td.TdClassName
{
border-color: #B50AAA;
}
.TagClassName
{
border-color: #B50AAA;
}
</style>