Shades of Deep Magenta #BA1AD5
Tints of Deep Magenta #BA1AD5
RGB
CMYK
RGB Variations
Color information
#BA1AD5 (or 0xBA1AD5) is known color: Deep Magenta. HEX triplet: BA, 1A and D5. RGB value is (186,26,213). Sum of RGB (Red+Green+Blue) = 186+26+213=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA1AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AD5 is #45E52A. Grayscale: #5E5E5E. Windows color (decimal): -4580651 or 13966010. OLE color: 13966010.
HSL color Cylindrical-coordinate representation of color #BA1AD5: hue angle of 291.34º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1AD5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 26 | 213 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.16 |
| HSL | 291.34º | 0.78% | 0.47% | - |
| HSV(B) | 291.34º | 0.88% | 0.84% | - |
| XYZ | 32.63 | 15.98 | 64.32 | - |
| YUV | 95.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 213 | 0.13 | 0.88 | 0 | 0.16 | 291.34 | 0.78 | 0.47 |
| Hex | BA | 1A | D5 | D | 58 | 0 | 10 | 123 | 4E | 2F |
| Octal | 272 | 32 | 325 | 15 | 130 | 0 | 20 | 443 | 116 | 57 |
| Binary | 10111010 | 11010 | 11010101 | 1101 | 1011000 | 0 | 10000 | 100100011 | 1001110 | 101111 |
Color Harmonies of #BA1AD5
Complementary color
Monochromatic Colors of #BA1AD5
Black with #BA1AD5
Text Example
Text Example
White with #BA1AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AD5; }
p { color: rgb(186,26,213); }
H1.HeaderClassName
{
color: #BA1AD5;
}
.AnyTagClassName
{
color: #BA1AD5;
}
</style>
background-color css
<style>
a { background-color: #BA1AD5; }
a { background-color: rgb(186,26,213); }
div.DivClassName
{
background-color: #BA1AD5;
}
.BgClassName
{
background-color: #BA1AD5;
}
</style>
border-color css
<style>
span { border-color: #BA1AD5; }
span { border-color: rgb(186,26,213); }
td.TdClassName
{
border-color: #BA1AD5;
}
.TagClassName
{
border-color: #BA1AD5;
}
</style>