Shades of Deep Magenta #B50AD5
Tints of Deep Magenta #B50AD5
RGB
CMYK
RGB Variations
Color information
#B50AD5 (or 0xB50AD5) is known color: Deep Magenta. HEX triplet: B5, 0A and D5. RGB value is (181,10,213). Sum of RGB (Red+Green+Blue) = 181+10+213=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #B50AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50AD5 is #4AF52A. Grayscale: #535353. Windows color (decimal): -4912427 or 13961909. OLE color: 13961909.
HSL color Cylindrical-coordinate representation of color #B50AD5: hue angle of 290.54º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50AD5 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 10 | 213 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.16 |
| HSL | 290.54º | 0.91% | 0.44% | - |
| HSV(B) | 290.54º | 0.95% | 0.84% | - |
| XYZ | 31.17 | 14.84 | 64.17 | - |
| YUV | 84.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 213 | 0.15 | 0.95 | 0 | 0.16 | 290.54 | 0.91 | 0.44 |
| Hex | B5 | A | D5 | F | 5F | 0 | 10 | 123 | 5B | 2C |
| Octal | 265 | 12 | 325 | 17 | 137 | 0 | 20 | 443 | 133 | 54 |
| Binary | 10110101 | 1010 | 11010101 | 1111 | 1011111 | 0 | 10000 | 100100011 | 1011011 | 101100 |
Color Harmonies of #B50AD5
Complementary color
Monochromatic Colors of #B50AD5
Black with #B50AD5
Text Example
Text Example
White with #B50AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50AD5; }
p { color: rgb(181,10,213); }
H1.HeaderClassName
{
color: #B50AD5;
}
.AnyTagClassName
{
color: #B50AD5;
}
</style>
background-color css
<style>
a { background-color: #B50AD5; }
a { background-color: rgb(181,10,213); }
div.DivClassName
{
background-color: #B50AD5;
}
.BgClassName
{
background-color: #B50AD5;
}
</style>
border-color css
<style>
span { border-color: #B50AD5; }
span { border-color: rgb(181,10,213); }
td.TdClassName
{
border-color: #B50AD5;
}
.TagClassName
{
border-color: #B50AD5;
}
</style>