Shades of Deep Magenta #BA0FDB
Tints of Deep Magenta #BA0FDB
RGB
CMYK
RGB Variations
Color information
#BA0FDB (or 0xBA0FDB) is known color: Deep Magenta. HEX triplet: BA, 0F and DB. RGB value is (186,15,219). Sum of RGB (Red+Green+Blue) = 186+15+219=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FDB is #45F024. Grayscale: #585858. Windows color (decimal): -4583461 or 14356410. OLE color: 14356410.
HSL color Cylindrical-coordinate representation of color #BA0FDB: hue angle of 290.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0FDB is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 15 | 219 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.14 |
| HSL | 290.29º | 0.87% | 0.46% | - |
| HSV(B) | 290.29º | 0.93% | 0.86% | - |
| XYZ | 33.21 | 15.9 | 68.34 | - |
| YUV | 89.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 219 | 0.15 | 0.93 | 0 | 0.14 | 290.29 | 0.87 | 0.46 |
| Hex | BA | F | DB | F | 5D | 0 | E | 122 | 57 | 2E |
| Octal | 272 | 17 | 333 | 17 | 135 | 0 | 16 | 442 | 127 | 56 |
| Binary | 10111010 | 1111 | 11011011 | 1111 | 1011101 | 0 | 1110 | 100100010 | 1010111 | 101110 |
Color Harmonies of #BA0FDB
Complementary color
Monochromatic Colors of #BA0FDB
Black with #BA0FDB
Text Example
Text Example
White with #BA0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FDB; }
p { color: rgb(186,15,219); }
H1.HeaderClassName
{
color: #BA0FDB;
}
.AnyTagClassName
{
color: #BA0FDB;
}
</style>
background-color css
<style>
a { background-color: #BA0FDB; }
a { background-color: rgb(186,15,219); }
div.DivClassName
{
background-color: #BA0FDB;
}
.BgClassName
{
background-color: #BA0FDB;
}
</style>
border-color css
<style>
span { border-color: #BA0FDB; }
span { border-color: rgb(186,15,219); }
td.TdClassName
{
border-color: #BA0FDB;
}
.TagClassName
{
border-color: #BA0FDB;
}
</style>