Shades of Dark Orchid #BA20DD
Tints of Dark Orchid #BA20DD
RGB
CMYK
RGB Variations
Color information
#BA20DD (or 0xBA20DD) is known color: Dark Orchid. HEX triplet: BA, 20 and DD. RGB value is (186,32,221). Sum of RGB (Red+Green+Blue) = 186+32+221=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20DD is #45DF22. Grayscale: #626262. Windows color (decimal): -4579107 or 14491834. OLE color: 14491834.
HSL color Cylindrical-coordinate representation of color #BA20DD: hue angle of 288.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20DD is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 32 | 221 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.13 |
| HSL | 288.89º | 0.75% | 0.5% | - |
| HSV(B) | 288.89º | 0.86% | 0.87% | - |
| XYZ | 33.82 | 16.69 | 69.85 | - |
| YUV | 99.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 221 | 0.16 | 0.86 | 0 | 0.13 | 288.89 | 0.75 | 0.5 |
| Hex | BA | 20 | DD | 10 | 56 | 0 | D | 121 | 4B | 32 |
| Octal | 272 | 40 | 335 | 20 | 126 | 0 | 15 | 441 | 113 | 62 |
| Binary | 10111010 | 100000 | 11011101 | 10000 | 1010110 | 0 | 1101 | 100100001 | 1001011 | 110010 |
Color Harmonies of #BA20DD
Complementary color
Monochromatic Colors of #BA20DD
Black with #BA20DD
Text Example
Text Example
White with #BA20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20DD; }
p { color: rgb(186,32,221); }
H1.HeaderClassName
{
color: #BA20DD;
}
.AnyTagClassName
{
color: #BA20DD;
}
</style>
background-color css
<style>
a { background-color: #BA20DD; }
a { background-color: rgb(186,32,221); }
div.DivClassName
{
background-color: #BA20DD;
}
.BgClassName
{
background-color: #BA20DD;
}
</style>
border-color css
<style>
span { border-color: #BA20DD; }
span { border-color: rgb(186,32,221); }
td.TdClassName
{
border-color: #BA20DD;
}
.TagClassName
{
border-color: #BA20DD;
}
</style>