Shades of Deep Magenta #BA00DD
Tints of Deep Magenta #BA00DD
RGB
CMYK
RGB Variations
Color information
#BA00DD (or 0xBA00DD) is known color: Deep Magenta. HEX triplet: BA, 00 and DD. RGB value is (186,0,221). Sum of RGB (Red+Green+Blue) = 186+0+221=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DD is #45FF22. Grayscale: #505050. Windows color (decimal): -4587299 or 14483642. OLE color: 14483642.
HSL color Cylindrical-coordinate representation of color #BA00DD: hue angle of 290.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00DD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 0 | 221 | - |
| CMYK | 0.16 | 1 | 0 | 0.13 |
| HSL | 290.5º | 1% | 0.43% | - |
| HSV(B) | 290.5º | 1% | 0.87% | - |
| XYZ | 33.3 | 15.66 | 69.67 | - |
| YUV | 80.81 | 207.12 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 221 | 0.16 | 1 | 0 | 0.13 | 290.5 | 1 | 0.43 |
| Hex | BA | 0 | DD | 10 | 64 | 0 | D | 122 | 64 | 2B |
| Octal | 272 | 0 | 335 | 20 | 144 | 0 | 15 | 442 | 144 | 53 |
| Binary | 10111010 | 0 | 11011101 | 10000 | 1100100 | 0 | 1101 | 100100010 | 1100100 | 101011 |
Color Harmonies of #BA00DD
Complementary color
Monochromatic Colors of #BA00DD
Black with #BA00DD
Text Example
Text Example
White with #BA00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00DD; }
p { color: rgb(186,0,221); }
H1.HeaderClassName
{
color: #BA00DD;
}
.AnyTagClassName
{
color: #BA00DD;
}
</style>
background-color css
<style>
a { background-color: #BA00DD; }
a { background-color: rgb(186,0,221); }
div.DivClassName
{
background-color: #BA00DD;
}
.BgClassName
{
background-color: #BA00DD;
}
</style>
border-color css
<style>
span { border-color: #BA00DD; }
span { border-color: rgb(186,0,221); }
td.TdClassName
{
border-color: #BA00DD;
}
.TagClassName
{
border-color: #BA00DD;
}
</style>