Shades of Deep Magenta #BA11DF
Tints of Deep Magenta #BA11DF
RGB
CMYK
RGB Variations
Color information
#BA11DF (or 0xBA11DF) is known color: Deep Magenta. HEX triplet: BA, 11 and DF. RGB value is (186,17,223). Sum of RGB (Red+Green+Blue) = 186+17+223=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11DF is #45EE20. Grayscale: #5A5A5A. Windows color (decimal): -4582945 or 14619066. OLE color: 14619066.
HSL color Cylindrical-coordinate representation of color #BA11DF: hue angle of 289.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11DF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 17 | 223 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.13 |
| HSL | 289.22º | 0.86% | 0.47% | - |
| HSV(B) | 289.22º | 0.92% | 0.87% | - |
| XYZ | 33.77 | 16.17 | 71.15 | - |
| YUV | 91.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 223 | 0.17 | 0.92 | 0 | 0.13 | 289.22 | 0.86 | 0.47 |
| Hex | BA | 11 | DF | 11 | 5C | 0 | D | 121 | 56 | 2F |
| Octal | 272 | 21 | 337 | 21 | 134 | 0 | 15 | 441 | 126 | 57 |
| Binary | 10111010 | 10001 | 11011111 | 10001 | 1011100 | 0 | 1101 | 100100001 | 1010110 | 101111 |
Color Harmonies of #BA11DF
Complementary color
Monochromatic Colors of #BA11DF
Black with #BA11DF
Text Example
Text Example
White with #BA11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11DF; }
p { color: rgb(186,17,223); }
H1.HeaderClassName
{
color: #BA11DF;
}
.AnyTagClassName
{
color: #BA11DF;
}
</style>
background-color css
<style>
a { background-color: #BA11DF; }
a { background-color: rgb(186,17,223); }
div.DivClassName
{
background-color: #BA11DF;
}
.BgClassName
{
background-color: #BA11DF;
}
</style>
border-color css
<style>
span { border-color: #BA11DF; }
span { border-color: rgb(186,17,223); }
td.TdClassName
{
border-color: #BA11DF;
}
.TagClassName
{
border-color: #BA11DF;
}
</style>