Shades of Deep Magenta #BA12DF
Tints of Deep Magenta #BA12DF
RGB
CMYK
RGB Variations
Color information
#BA12DF (or 0xBA12DF) is known color: Deep Magenta. HEX triplet: BA, 12 and DF. RGB value is (186,18,223). Sum of RGB (Red+Green+Blue) = 186+18+223=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12DF is #45ED20. Grayscale: #5A5A5A. Windows color (decimal): -4582689 or 14619322. OLE color: 14619322.
HSL color Cylindrical-coordinate representation of color #BA12DF: hue angle of 289.17º degrees, saturation: 0.85, 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 #BA12DF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 18 | 223 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.13 |
| HSL | 289.17º | 0.85% | 0.47% | - |
| HSV(B) | 289.17º | 0.92% | 0.87% | - |
| XYZ | 33.79 | 16.2 | 71.16 | - |
| YUV | 91.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 223 | 0.17 | 0.92 | 0 | 0.13 | 289.17 | 0.85 | 0.47 |
| Hex | BA | 12 | DF | 11 | 5C | 0 | D | 121 | 55 | 2F |
| Octal | 272 | 22 | 337 | 21 | 134 | 0 | 15 | 441 | 125 | 57 |
| Binary | 10111010 | 10010 | 11011111 | 10001 | 1011100 | 0 | 1101 | 100100001 | 1010101 | 101111 |
Color Harmonies of #BA12DF
Complementary color
Monochromatic Colors of #BA12DF
Black with #BA12DF
Text Example
Text Example
White with #BA12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12DF; }
p { color: rgb(186,18,223); }
H1.HeaderClassName
{
color: #BA12DF;
}
.AnyTagClassName
{
color: #BA12DF;
}
</style>
background-color css
<style>
a { background-color: #BA12DF; }
a { background-color: rgb(186,18,223); }
div.DivClassName
{
background-color: #BA12DF;
}
.BgClassName
{
background-color: #BA12DF;
}
</style>
border-color css
<style>
span { border-color: #BA12DF; }
span { border-color: rgb(186,18,223); }
td.TdClassName
{
border-color: #BA12DF;
}
.TagClassName
{
border-color: #BA12DF;
}
</style>