Shades of Deep Magenta #BA05DF
Tints of Deep Magenta #BA05DF
RGB
CMYK
RGB Variations
Color information
#BA05DF (or 0xBA05DF) is known color: Deep Magenta. HEX triplet: BA, 05 and DF. RGB value is (186,5,223). Sum of RGB (Red+Green+Blue) = 186+5+223=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA05DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05DF is #45FA20. Grayscale: #535353. Windows color (decimal): -4586017 or 14615994. OLE color: 14615994.
HSL color Cylindrical-coordinate representation of color #BA05DF: hue angle of 289.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05DF is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 5 | 223 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.13 |
| HSL | 289.82º | 0.96% | 0.45% | - |
| HSV(B) | 289.82º | 0.98% | 0.87% | - |
| XYZ | 33.62 | 15.88 | 71.1 | - |
| YUV | 83.97 | 206.47 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 223 | 0.17 | 0.98 | 0 | 0.13 | 289.82 | 0.96 | 0.45 |
| Hex | BA | 5 | DF | 11 | 62 | 0 | D | 122 | 60 | 2D |
| Octal | 272 | 5 | 337 | 21 | 142 | 0 | 15 | 442 | 140 | 55 |
| Binary | 10111010 | 101 | 11011111 | 10001 | 1100010 | 0 | 1101 | 100100010 | 1100000 | 101101 |
Color Harmonies of #BA05DF
Complementary color
Monochromatic Colors of #BA05DF
Black with #BA05DF
Text Example
Text Example
White with #BA05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05DF; }
p { color: rgb(186,5,223); }
H1.HeaderClassName
{
color: #BA05DF;
}
.AnyTagClassName
{
color: #BA05DF;
}
</style>
background-color css
<style>
a { background-color: #BA05DF; }
a { background-color: rgb(186,5,223); }
div.DivClassName
{
background-color: #BA05DF;
}
.BgClassName
{
background-color: #BA05DF;
}
</style>
border-color css
<style>
span { border-color: #BA05DF; }
span { border-color: rgb(186,5,223); }
td.TdClassName
{
border-color: #BA05DF;
}
.TagClassName
{
border-color: #BA05DF;
}
</style>