Shades of Deep Magenta #BA12DD
Tints of Deep Magenta #BA12DD
RGB
CMYK
RGB Variations
Color information
#BA12DD (or 0xBA12DD) is known color: Deep Magenta. HEX triplet: BA, 12 and DD. RGB value is (186,18,221). Sum of RGB (Red+Green+Blue) = 186+18+221=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12DD is #45ED22. Grayscale: #5A5A5A. Windows color (decimal): -4582691 or 14488250. OLE color: 14488250.
HSL color Cylindrical-coordinate representation of color #BA12DD: hue angle of 289.66º 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 #BA12DD is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 18 | 221 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.13 |
| HSL | 289.66º | 0.85% | 0.47% | - |
| HSV(B) | 289.66º | 0.92% | 0.87% | - |
| XYZ | 33.52 | 16.09 | 69.75 | - |
| YUV | 91.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 221 | 0.16 | 0.92 | 0 | 0.13 | 289.66 | 0.85 | 0.47 |
| Hex | BA | 12 | DD | 10 | 5C | 0 | D | 122 | 55 | 2F |
| Octal | 272 | 22 | 335 | 20 | 134 | 0 | 15 | 442 | 125 | 57 |
| Binary | 10111010 | 10010 | 11011101 | 10000 | 1011100 | 0 | 1101 | 100100010 | 1010101 | 101111 |
Color Harmonies of #BA12DD
Complementary color
Monochromatic Colors of #BA12DD
Black with #BA12DD
Text Example
Text Example
White with #BA12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12DD; }
p { color: rgb(186,18,221); }
H1.HeaderClassName
{
color: #BA12DD;
}
.AnyTagClassName
{
color: #BA12DD;
}
</style>
background-color css
<style>
a { background-color: #BA12DD; }
a { background-color: rgb(186,18,221); }
div.DivClassName
{
background-color: #BA12DD;
}
.BgClassName
{
background-color: #BA12DD;
}
</style>
border-color css
<style>
span { border-color: #BA12DD; }
span { border-color: rgb(186,18,221); }
td.TdClassName
{
border-color: #BA12DD;
}
.TagClassName
{
border-color: #BA12DD;
}
</style>