Shades of Deep Magenta #BA10DB
Tints of Deep Magenta #BA10DB
RGB
CMYK
RGB Variations
Color information
#BA10DB (or 0xBA10DB) is known color: Deep Magenta. HEX triplet: BA, 10 and DB. RGB value is (186,16,219). Sum of RGB (Red+Green+Blue) = 186+16+219=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA10DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10DB is #45EF24. Grayscale: #595959. Windows color (decimal): -4583205 or 14356666. OLE color: 14356666.
HSL color Cylindrical-coordinate representation of color #BA10DB: hue angle of 290.25º degrees, saturation: 0.86, 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 #BA10DB is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 16 | 219 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.14 |
| HSL | 290.25º | 0.86% | 0.46% | - |
| HSV(B) | 290.25º | 0.93% | 0.86% | - |
| XYZ | 33.22 | 15.92 | 68.34 | - |
| YUV | 89.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 219 | 0.15 | 0.93 | 0 | 0.14 | 290.25 | 0.86 | 0.46 |
| Hex | BA | 10 | DB | F | 5D | 0 | E | 122 | 56 | 2E |
| Octal | 272 | 20 | 333 | 17 | 135 | 0 | 16 | 442 | 126 | 56 |
| Binary | 10111010 | 10000 | 11011011 | 1111 | 1011101 | 0 | 1110 | 100100010 | 1010110 | 101110 |
Color Harmonies of #BA10DB
Complementary color
Monochromatic Colors of #BA10DB
Black with #BA10DB
Text Example
Text Example
White with #BA10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10DB; }
p { color: rgb(186,16,219); }
H1.HeaderClassName
{
color: #BA10DB;
}
.AnyTagClassName
{
color: #BA10DB;
}
</style>
background-color css
<style>
a { background-color: #BA10DB; }
a { background-color: rgb(186,16,219); }
div.DivClassName
{
background-color: #BA10DB;
}
.BgClassName
{
background-color: #BA10DB;
}
</style>
border-color css
<style>
span { border-color: #BA10DB; }
span { border-color: rgb(186,16,219); }
td.TdClassName
{
border-color: #BA10DB;
}
.TagClassName
{
border-color: #BA10DB;
}
</style>