Shades of Deep Magenta #BA14DB
Tints of Deep Magenta #BA14DB
RGB
CMYK
RGB Variations
Color information
#BA14DB (or 0xBA14DB) is known color: Deep Magenta. HEX triplet: BA, 14 and DB. RGB value is (186,20,219). Sum of RGB (Red+Green+Blue) = 186+20+219=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA14DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14DB is #45EB24. Grayscale: #5B5B5B. Windows color (decimal): -4582181 or 14357690. OLE color: 14357690.
HSL color Cylindrical-coordinate representation of color #BA14DB: hue angle of 290.05º 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 #BA14DB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 20 | 219 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.14 |
| HSL | 290.05º | 0.83% | 0.47% | - |
| HSV(B) | 290.05º | 0.91% | 0.86% | - |
| XYZ | 33.29 | 16.05 | 68.36 | - |
| YUV | 92.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 219 | 0.15 | 0.91 | 0 | 0.14 | 290.05 | 0.83 | 0.47 |
| Hex | BA | 14 | DB | F | 5B | 0 | E | 122 | 53 | 2F |
| Octal | 272 | 24 | 333 | 17 | 133 | 0 | 16 | 442 | 123 | 57 |
| Binary | 10111010 | 10100 | 11011011 | 1111 | 1011011 | 0 | 1110 | 100100010 | 1010011 | 101111 |
Color Harmonies of #BA14DB
Complementary color
Monochromatic Colors of #BA14DB
Black with #BA14DB
Text Example
Text Example
White with #BA14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14DB; }
p { color: rgb(186,20,219); }
H1.HeaderClassName
{
color: #BA14DB;
}
.AnyTagClassName
{
color: #BA14DB;
}
</style>
background-color css
<style>
a { background-color: #BA14DB; }
a { background-color: rgb(186,20,219); }
div.DivClassName
{
background-color: #BA14DB;
}
.BgClassName
{
background-color: #BA14DB;
}
</style>
border-color css
<style>
span { border-color: #BA14DB; }
span { border-color: rgb(186,20,219); }
td.TdClassName
{
border-color: #BA14DB;
}
.TagClassName
{
border-color: #BA14DB;
}
</style>