Shades of Deep Magenta #BA06DD
Tints of Deep Magenta #BA06DD
RGB
CMYK
RGB Variations
Color information
#BA06DD (or 0xBA06DD) is known color: Deep Magenta. HEX triplet: BA, 06 and DD. RGB value is (186,6,221). Sum of RGB (Red+Green+Blue) = 186+6+221=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA06DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06DD is #45F922. Grayscale: #535353. Windows color (decimal): -4585763 or 14485178. OLE color: 14485178.
HSL color Cylindrical-coordinate representation of color #BA06DD: hue angle of 290.23º 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 #BA06DD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 6 | 221 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.13 |
| HSL | 290.23º | 0.95% | 0.45% | - |
| HSV(B) | 290.23º | 0.97% | 0.87% | - |
| XYZ | 33.37 | 15.79 | 69.7 | - |
| YUV | 84.33 | 205.13 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 221 | 0.16 | 0.97 | 0 | 0.13 | 290.23 | 0.95 | 0.45 |
| Hex | BA | 6 | DD | 10 | 61 | 0 | D | 122 | 5F | 2D |
| Octal | 272 | 6 | 335 | 20 | 141 | 0 | 15 | 442 | 137 | 55 |
| Binary | 10111010 | 110 | 11011101 | 10000 | 1100001 | 0 | 1101 | 100100010 | 1011111 | 101101 |
Color Harmonies of #BA06DD
Complementary color
Monochromatic Colors of #BA06DD
Black with #BA06DD
Text Example
Text Example
White with #BA06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06DD; }
p { color: rgb(186,6,221); }
H1.HeaderClassName
{
color: #BA06DD;
}
.AnyTagClassName
{
color: #BA06DD;
}
</style>
background-color css
<style>
a { background-color: #BA06DD; }
a { background-color: rgb(186,6,221); }
div.DivClassName
{
background-color: #BA06DD;
}
.BgClassName
{
background-color: #BA06DD;
}
</style>
border-color css
<style>
span { border-color: #BA06DD; }
span { border-color: rgb(186,6,221); }
td.TdClassName
{
border-color: #BA06DD;
}
.TagClassName
{
border-color: #BA06DD;
}
</style>