Shades of Dark Orchid #BA21DD
Tints of Dark Orchid #BA21DD
RGB
CMYK
RGB Variations
Color information
#BA21DD (or 0xBA21DD) is known color: Dark Orchid. HEX triplet: BA, 21 and DD. RGB value is (186,33,221). Sum of RGB (Red+Green+Blue) = 186+33+221=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21DD is #45DE22. Grayscale: #636363. Windows color (decimal): -4578851 or 14492090. OLE color: 14492090.
HSL color Cylindrical-coordinate representation of color #BA21DD: hue angle of 288.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA21DD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 33 | 221 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.13 |
| HSL | 288.83º | 0.74% | 0.5% | - |
| HSV(B) | 288.83º | 0.85% | 0.87% | - |
| XYZ | 33.84 | 16.75 | 69.86 | - |
| YUV | 100.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 221 | 0.16 | 0.85 | 0 | 0.13 | 288.83 | 0.74 | 0.5 |
| Hex | BA | 21 | DD | 10 | 55 | 0 | D | 121 | 4A | 32 |
| Octal | 272 | 41 | 335 | 20 | 125 | 0 | 15 | 441 | 112 | 62 |
| Binary | 10111010 | 100001 | 11011101 | 10000 | 1010101 | 0 | 1101 | 100100001 | 1001010 | 110010 |
Color Harmonies of #BA21DD
Complementary color
Monochromatic Colors of #BA21DD
Black with #BA21DD
Text Example
Text Example
White with #BA21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21DD; }
p { color: rgb(186,33,221); }
H1.HeaderClassName
{
color: #BA21DD;
}
.AnyTagClassName
{
color: #BA21DD;
}
</style>
background-color css
<style>
a { background-color: #BA21DD; }
a { background-color: rgb(186,33,221); }
div.DivClassName
{
background-color: #BA21DD;
}
.BgClassName
{
background-color: #BA21DD;
}
</style>
border-color css
<style>
span { border-color: #BA21DD; }
span { border-color: rgb(186,33,221); }
td.TdClassName
{
border-color: #BA21DD;
}
.TagClassName
{
border-color: #BA21DD;
}
</style>