Shades of Deep Magenta #BA12DA
Tints of Deep Magenta #BA12DA
RGB
CMYK
RGB Variations
Color information
#BA12DA (or 0xBA12DA) is known color: Deep Magenta. HEX triplet: BA, 12 and DA. RGB value is (186,18,218). Sum of RGB (Red+Green+Blue) = 186+18+218=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA12DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12DA is #45ED25. Grayscale: #5A5A5A. Windows color (decimal): -4582694 or 14291642. OLE color: 14291642.
HSL color Cylindrical-coordinate representation of color #BA12DA: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12DA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 18 | 218 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.15 |
| HSL | 290.4º | 0.85% | 0.46% | - |
| HSV(B) | 290.4º | 0.92% | 0.85% | - |
| XYZ | 33.12 | 15.93 | 67.66 | - |
| YUV | 91.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 218 | 0.15 | 0.92 | 0 | 0.15 | 290.4 | 0.85 | 0.46 |
| Hex | BA | 12 | DA | F | 5C | 0 | F | 122 | 55 | 2E |
| Octal | 272 | 22 | 332 | 17 | 134 | 0 | 17 | 442 | 125 | 56 |
| Binary | 10111010 | 10010 | 11011010 | 1111 | 1011100 | 0 | 1111 | 100100010 | 1010101 | 101110 |
Color Harmonies of #BA12DA
Complementary color
Monochromatic Colors of #BA12DA
Black with #BA12DA
Text Example
Text Example
White with #BA12DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12DA; }
p { color: rgb(186,18,218); }
H1.HeaderClassName
{
color: #BA12DA;
}
.AnyTagClassName
{
color: #BA12DA;
}
</style>
background-color css
<style>
a { background-color: #BA12DA; }
a { background-color: rgb(186,18,218); }
div.DivClassName
{
background-color: #BA12DA;
}
.BgClassName
{
background-color: #BA12DA;
}
</style>
border-color css
<style>
span { border-color: #BA12DA; }
span { border-color: rgb(186,18,218); }
td.TdClassName
{
border-color: #BA12DA;
}
.TagClassName
{
border-color: #BA12DA;
}
</style>