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