Shades of Deep Magenta #BA14DC
Tints of Deep Magenta #BA14DC
RGB
CMYK
RGB Variations
Color information
#BA14DC (or 0xBA14DC) is known color: Deep Magenta. HEX triplet: BA, 14 and DC. RGB value is (186,20,220). Sum of RGB (Red+Green+Blue) = 186+20+220=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA14DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14DC is #45EB23. Grayscale: #5B5B5B. Windows color (decimal): -4582180 or 14423226. OLE color: 14423226.
HSL color Cylindrical-coordinate representation of color #BA14DC: hue angle of 289.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA14DC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 20 | 220 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.14 |
| HSL | 289.8º | 0.83% | 0.47% | - |
| HSV(B) | 289.8º | 0.91% | 0.86% | - |
| XYZ | 33.42 | 16.11 | 69.06 | - |
| YUV | 92.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 220 | 0.15 | 0.91 | 0 | 0.14 | 289.8 | 0.83 | 0.47 |
| Hex | BA | 14 | DC | F | 5B | 0 | E | 122 | 53 | 2F |
| Octal | 272 | 24 | 334 | 17 | 133 | 0 | 16 | 442 | 123 | 57 |
| Binary | 10111010 | 10100 | 11011100 | 1111 | 1011011 | 0 | 1110 | 100100010 | 1010011 | 101111 |
Color Harmonies of #BA14DC
Complementary color
Monochromatic Colors of #BA14DC
Black with #BA14DC
Text Example
Text Example
White with #BA14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14DC; }
p { color: rgb(186,20,220); }
H1.HeaderClassName
{
color: #BA14DC;
}
.AnyTagClassName
{
color: #BA14DC;
}
</style>
background-color css
<style>
a { background-color: #BA14DC; }
a { background-color: rgb(186,20,220); }
div.DivClassName
{
background-color: #BA14DC;
}
.BgClassName
{
background-color: #BA14DC;
}
</style>
border-color css
<style>
span { border-color: #BA14DC; }
span { border-color: rgb(186,20,220); }
td.TdClassName
{
border-color: #BA14DC;
}
.TagClassName
{
border-color: #BA14DC;
}
</style>