Shades of Deep Magenta #BA03DB
Tints of Deep Magenta #BA03DB
RGB
CMYK
RGB Variations
Color information
#BA03DB (or 0xBA03DB) is known color: Deep Magenta. HEX triplet: BA, 03 and DB. RGB value is (186,3,219). Sum of RGB (Red+Green+Blue) = 186+3+219=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03DB is #45FC24. Grayscale: #515151. Windows color (decimal): -4586533 or 14353338. OLE color: 14353338.
HSL color Cylindrical-coordinate representation of color #BA03DB: hue angle of 290.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03DB is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 3 | 219 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.14 |
| HSL | 290.83º | 0.97% | 0.44% | - |
| HSV(B) | 290.83º | 0.99% | 0.86% | - |
| XYZ | 33.07 | 15.62 | 68.29 | - |
| YUV | 82.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 219 | 0.15 | 0.99 | 0 | 0.14 | 290.83 | 0.97 | 0.44 |
| Hex | BA | 3 | DB | F | 63 | 0 | E | 123 | 61 | 2C |
| Octal | 272 | 3 | 333 | 17 | 143 | 0 | 16 | 443 | 141 | 54 |
| Binary | 10111010 | 11 | 11011011 | 1111 | 1100011 | 0 | 1110 | 100100011 | 1100001 | 101100 |
Color Harmonies of #BA03DB
Complementary color
Monochromatic Colors of #BA03DB
Black with #BA03DB
Text Example
Text Example
White with #BA03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03DB; }
p { color: rgb(186,3,219); }
H1.HeaderClassName
{
color: #BA03DB;
}
.AnyTagClassName
{
color: #BA03DB;
}
</style>
background-color css
<style>
a { background-color: #BA03DB; }
a { background-color: rgb(186,3,219); }
div.DivClassName
{
background-color: #BA03DB;
}
.BgClassName
{
background-color: #BA03DB;
}
</style>
border-color css
<style>
span { border-color: #BA03DB; }
span { border-color: rgb(186,3,219); }
td.TdClassName
{
border-color: #BA03DB;
}
.TagClassName
{
border-color: #BA03DB;
}
</style>