Shades of Deep Magenta #BA12DB
Tints of Deep Magenta #BA12DB
RGB
CMYK
RGB Variations
Color information
#BA12DB (or 0xBA12DB) is known color: Deep Magenta. HEX triplet: BA, 12 and DB. RGB value is (186,18,219). Sum of RGB (Red+Green+Blue) = 186+18+219=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12DB is #45ED24. Grayscale: #5A5A5A. Windows color (decimal): -4582693 or 14357178. OLE color: 14357178.
HSL color Cylindrical-coordinate representation of color #BA12DB: hue angle of 290.15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12DB is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 18 | 219 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.14 |
| HSL | 290.15º | 0.85% | 0.46% | - |
| HSV(B) | 290.15º | 0.92% | 0.86% | - |
| XYZ | 33.25 | 15.99 | 68.35 | - |
| YUV | 91.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 219 | 0.15 | 0.92 | 0 | 0.14 | 290.15 | 0.85 | 0.46 |
| Hex | BA | 12 | DB | F | 5C | 0 | E | 122 | 55 | 2E |
| Octal | 272 | 22 | 333 | 17 | 134 | 0 | 16 | 442 | 125 | 56 |
| Binary | 10111010 | 10010 | 11011011 | 1111 | 1011100 | 0 | 1110 | 100100010 | 1010101 | 101110 |
Color Harmonies of #BA12DB
Complementary color
Monochromatic Colors of #BA12DB
Black with #BA12DB
Text Example
Text Example
White with #BA12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12DB; }
p { color: rgb(186,18,219); }
H1.HeaderClassName
{
color: #BA12DB;
}
.AnyTagClassName
{
color: #BA12DB;
}
</style>
background-color css
<style>
a { background-color: #BA12DB; }
a { background-color: rgb(186,18,219); }
div.DivClassName
{
background-color: #BA12DB;
}
.BgClassName
{
background-color: #BA12DB;
}
</style>
border-color css
<style>
span { border-color: #BA12DB; }
span { border-color: rgb(186,18,219); }
td.TdClassName
{
border-color: #BA12DB;
}
.TagClassName
{
border-color: #BA12DB;
}
</style>