Shades of Deep Magenta #BA1ACD
Tints of Deep Magenta #BA1ACD
RGB
CMYK
RGB Variations
Color information
#BA1ACD (or 0xBA1ACD) is known color: Deep Magenta. HEX triplet: BA, 1A and CD. RGB value is (186,26,205). Sum of RGB (Red+Green+Blue) = 186+26+205=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ACD is #45E532. Grayscale: #5D5D5D. Windows color (decimal): -4580659 or 13441722. OLE color: 13441722.
HSL color Cylindrical-coordinate representation of color #BA1ACD: hue angle of 293.63º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1ACD is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 26 | 205 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.20 |
| HSL | 293.63º | 0.77% | 0.45% | - |
| HSV(B) | 293.63º | 0.87% | 0.8% | - |
| XYZ | 31.64 | 15.59 | 59.1 | - |
| YUV | 94.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 205 | 0.09 | 0.87 | 0 | 0.20 | 293.63 | 0.77 | 0.45 |
| Hex | BA | 1A | CD | 9 | 57 | 0 | 14 | 126 | 4D | 2D |
| Octal | 272 | 32 | 315 | 11 | 127 | 0 | 24 | 446 | 115 | 55 |
| Binary | 10111010 | 11010 | 11001101 | 1001 | 1010111 | 0 | 10100 | 100100110 | 1001101 | 101101 |
Color Harmonies of #BA1ACD
Complementary color
Monochromatic Colors of #BA1ACD
Black with #BA1ACD
Text Example
Text Example
White with #BA1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ACD; }
p { color: rgb(186,26,205); }
H1.HeaderClassName
{
color: #BA1ACD;
}
.AnyTagClassName
{
color: #BA1ACD;
}
</style>
background-color css
<style>
a { background-color: #BA1ACD; }
a { background-color: rgb(186,26,205); }
div.DivClassName
{
background-color: #BA1ACD;
}
.BgClassName
{
background-color: #BA1ACD;
}
</style>
border-color css
<style>
span { border-color: #BA1ACD; }
span { border-color: rgb(186,26,205); }
td.TdClassName
{
border-color: #BA1ACD;
}
.TagClassName
{
border-color: #BA1ACD;
}
</style>