Shades of Dark Orchid #BA22DE
Tints of Dark Orchid #BA22DE
RGB
CMYK
RGB Variations
Color information
#BA22DE (or 0xBA22DE) is known color: Dark Orchid. HEX triplet: BA, 22 and DE. RGB value is (186,34,222). Sum of RGB (Red+Green+Blue) = 186+34+222=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA22DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22DE is #45DD21. Grayscale: #646464. Windows color (decimal): -4578594 or 14557882. OLE color: 14557882.
HSL color Cylindrical-coordinate representation of color #BA22DE: hue angle of 288.51º 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 #BA22DE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 34 | 222 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.13 |
| HSL | 288.51º | 0.74% | 0.5% | - |
| HSV(B) | 288.51º | 0.85% | 0.87% | - |
| XYZ | 34.01 | 16.86 | 70.57 | - |
| YUV | 100.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 222 | 0.16 | 0.85 | 0 | 0.13 | 288.51 | 0.74 | 0.5 |
| Hex | BA | 22 | DE | 10 | 55 | 0 | D | 121 | 4A | 32 |
| Octal | 272 | 42 | 336 | 20 | 125 | 0 | 15 | 441 | 112 | 62 |
| Binary | 10111010 | 100010 | 11011110 | 10000 | 1010101 | 0 | 1101 | 100100001 | 1001010 | 110010 |
Color Harmonies of #BA22DE
Complementary color
Monochromatic Colors of #BA22DE
Black with #BA22DE
Text Example
Text Example
White with #BA22DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22DE; }
p { color: rgb(186,34,222); }
H1.HeaderClassName
{
color: #BA22DE;
}
.AnyTagClassName
{
color: #BA22DE;
}
</style>
background-color css
<style>
a { background-color: #BA22DE; }
a { background-color: rgb(186,34,222); }
div.DivClassName
{
background-color: #BA22DE;
}
.BgClassName
{
background-color: #BA22DE;
}
</style>
border-color css
<style>
span { border-color: #BA22DE; }
span { border-color: rgb(186,34,222); }
td.TdClassName
{
border-color: #BA22DE;
}
.TagClassName
{
border-color: #BA22DE;
}
</style>