Shades of Dark Orchid #BA22DD
Tints of Dark Orchid #BA22DD
RGB
CMYK
RGB Variations
Color information
#BA22DD (or 0xBA22DD) is known color: Dark Orchid. HEX triplet: BA, 22 and DD. RGB value is (186,34,221). Sum of RGB (Red+Green+Blue) = 186+34+221=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22DD is #45DD22. Grayscale: #646464. Windows color (decimal): -4578595 or 14492346. OLE color: 14492346.
HSL color Cylindrical-coordinate representation of color #BA22DD: hue angle of 288.77º degrees, saturation: 0.73, 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 #BA22DD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 34 | 221 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.13 |
| HSL | 288.77º | 0.73% | 0.5% | - |
| HSV(B) | 288.77º | 0.85% | 0.87% | - |
| XYZ | 33.87 | 16.8 | 69.86 | - |
| YUV | 100.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 221 | 0.16 | 0.85 | 0 | 0.13 | 288.77 | 0.73 | 0.5 |
| Hex | BA | 22 | DD | 10 | 55 | 0 | D | 121 | 49 | 32 |
| Octal | 272 | 42 | 335 | 20 | 125 | 0 | 15 | 441 | 111 | 62 |
| Binary | 10111010 | 100010 | 11011101 | 10000 | 1010101 | 0 | 1101 | 100100001 | 1001001 | 110010 |
Color Harmonies of #BA22DD
Complementary color
Monochromatic Colors of #BA22DD
Black with #BA22DD
Text Example
Text Example
White with #BA22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22DD; }
p { color: rgb(186,34,221); }
H1.HeaderClassName
{
color: #BA22DD;
}
.AnyTagClassName
{
color: #BA22DD;
}
</style>
background-color css
<style>
a { background-color: #BA22DD; }
a { background-color: rgb(186,34,221); }
div.DivClassName
{
background-color: #BA22DD;
}
.BgClassName
{
background-color: #BA22DD;
}
</style>
border-color css
<style>
span { border-color: #BA22DD; }
span { border-color: rgb(186,34,221); }
td.TdClassName
{
border-color: #BA22DD;
}
.TagClassName
{
border-color: #BA22DD;
}
</style>