Shades of Deep Magenta #BA06DF
Tints of Deep Magenta #BA06DF
RGB
CMYK
RGB Variations
Color information
#BA06DF (or 0xBA06DF) is known color: Deep Magenta. HEX triplet: BA, 06 and DF. RGB value is (186,6,223). Sum of RGB (Red+Green+Blue) = 186+6+223=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA06DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06DF is #45F920. Grayscale: #535353. Windows color (decimal): -4585761 or 14616250. OLE color: 14616250.
HSL color Cylindrical-coordinate representation of color #BA06DF: hue angle of 289.77º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06DF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 6 | 223 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.13 |
| HSL | 289.77º | 0.95% | 0.45% | - |
| HSV(B) | 289.77º | 0.97% | 0.87% | - |
| XYZ | 33.63 | 15.9 | 71.11 | - |
| YUV | 84.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 223 | 0.17 | 0.97 | 0 | 0.13 | 289.77 | 0.95 | 0.45 |
| Hex | BA | 6 | DF | 11 | 61 | 0 | D | 122 | 5F | 2D |
| Octal | 272 | 6 | 337 | 21 | 141 | 0 | 15 | 442 | 137 | 55 |
| Binary | 10111010 | 110 | 11011111 | 10001 | 1100001 | 0 | 1101 | 100100010 | 1011111 | 101101 |
Color Harmonies of #BA06DF
Complementary color
Monochromatic Colors of #BA06DF
Black with #BA06DF
Text Example
Text Example
White with #BA06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06DF; }
p { color: rgb(186,6,223); }
H1.HeaderClassName
{
color: #BA06DF;
}
.AnyTagClassName
{
color: #BA06DF;
}
</style>
background-color css
<style>
a { background-color: #BA06DF; }
a { background-color: rgb(186,6,223); }
div.DivClassName
{
background-color: #BA06DF;
}
.BgClassName
{
background-color: #BA06DF;
}
</style>
border-color css
<style>
span { border-color: #BA06DF; }
span { border-color: rgb(186,6,223); }
td.TdClassName
{
border-color: #BA06DF;
}
.TagClassName
{
border-color: #BA06DF;
}
</style>