Shades of Deep Magenta #BA15DB
Tints of Deep Magenta #BA15DB
RGB
CMYK
RGB Variations
Color information
#BA15DB (or 0xBA15DB) is known color: Deep Magenta. HEX triplet: BA, 15 and DB. RGB value is (186,21,219). Sum of RGB (Red+Green+Blue) = 186+21+219=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA15DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15DB is #45EA24. Grayscale: #5C5C5C. Windows color (decimal): -4581925 or 14357946. OLE color: 14357946.
HSL color Cylindrical-coordinate representation of color #BA15DB: hue angle of 290º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15DB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 21 | 219 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.14 |
| HSL | 290º | 0.83% | 0.47% | - |
| HSV(B) | 290º | 0.9% | 0.86% | - |
| XYZ | 33.3 | 16.09 | 68.37 | - |
| YUV | 92.91 | 199.16 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 219 | 0.15 | 0.90 | 0 | 0.14 | 290 | 0.83 | 0.47 |
| Hex | BA | 15 | DB | F | 5A | 0 | E | 122 | 52 | 2F |
| Octal | 272 | 25 | 333 | 17 | 132 | 0 | 16 | 442 | 122 | 57 |
| Binary | 10111010 | 10101 | 11011011 | 1111 | 1011010 | 0 | 1110 | 100100010 | 1010010 | 101111 |
Color Harmonies of #BA15DB
Complementary color
Monochromatic Colors of #BA15DB
Black with #BA15DB
Text Example
Text Example
White with #BA15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15DB; }
p { color: rgb(186,21,219); }
H1.HeaderClassName
{
color: #BA15DB;
}
.AnyTagClassName
{
color: #BA15DB;
}
</style>
background-color css
<style>
a { background-color: #BA15DB; }
a { background-color: rgb(186,21,219); }
div.DivClassName
{
background-color: #BA15DB;
}
.BgClassName
{
background-color: #BA15DB;
}
</style>
border-color css
<style>
span { border-color: #BA15DB; }
span { border-color: rgb(186,21,219); }
td.TdClassName
{
border-color: #BA15DB;
}
.TagClassName
{
border-color: #BA15DB;
}
</style>