Shades of Deep Magenta #BA1DC9
Tints of Deep Magenta #BA1DC9
RGB
CMYK
RGB Variations
Color information
#BA1DC9 (or 0xBA1DC9) is known color: Deep Magenta. HEX triplet: BA, 1D and C9. RGB value is (186,29,201). Sum of RGB (Red+Green+Blue) = 186+29+201=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA1DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DC9 is #45E236. Grayscale: #5F5F5F. Windows color (decimal): -4579895 or 13180346. OLE color: 13180346.
HSL color Cylindrical-coordinate representation of color #BA1DC9: hue angle of 294.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1DC9 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 29 | 201 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.21 |
| HSL | 294.77º | 0.75% | 0.45% | - |
| HSV(B) | 294.77º | 0.86% | 0.79% | - |
| XYZ | 31.23 | 15.53 | 56.61 | - |
| YUV | 95.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 201 | 0.07 | 0.86 | 0 | 0.21 | 294.77 | 0.75 | 0.45 |
| Hex | BA | 1D | C9 | 7 | 56 | 0 | 15 | 127 | 4B | 2D |
| Octal | 272 | 35 | 311 | 7 | 126 | 0 | 25 | 447 | 113 | 55 |
| Binary | 10111010 | 11101 | 11001001 | 111 | 1010110 | 0 | 10101 | 100100111 | 1001011 | 101101 |
Color Harmonies of #BA1DC9
Complementary color
Monochromatic Colors of #BA1DC9
Black with #BA1DC9
Text Example
Text Example
White with #BA1DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DC9; }
p { color: rgb(186,29,201); }
H1.HeaderClassName
{
color: #BA1DC9;
}
.AnyTagClassName
{
color: #BA1DC9;
}
</style>
background-color css
<style>
a { background-color: #BA1DC9; }
a { background-color: rgb(186,29,201); }
div.DivClassName
{
background-color: #BA1DC9;
}
.BgClassName
{
background-color: #BA1DC9;
}
</style>
border-color css
<style>
span { border-color: #BA1DC9; }
span { border-color: rgb(186,29,201); }
td.TdClassName
{
border-color: #BA1DC9;
}
.TagClassName
{
border-color: #BA1DC9;
}
</style>