Shades of Dark Orchid #BA22DA
Tints of Dark Orchid #BA22DA
RGB
CMYK
RGB Variations
Color information
#BA22DA (or 0xBA22DA) is known color: Dark Orchid. HEX triplet: BA, 22 and DA. RGB value is (186,34,218). Sum of RGB (Red+Green+Blue) = 186+34+218=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA22DA is #45DD25. Grayscale: #636363. Windows color (decimal): -4578598 or 14295738. OLE color: 14295738.
HSL color Cylindrical-coordinate representation of color #BA22DA: hue angle of 289.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA22DA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 34 | 218 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.15 |
| HSL | 289.57º | 0.73% | 0.49% | - |
| HSV(B) | 289.57º | 0.84% | 0.85% | - |
| XYZ | 33.48 | 16.65 | 67.78 | - |
| YUV | 100.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 218 | 0.15 | 0.84 | 0 | 0.15 | 289.57 | 0.73 | 0.49 |
| Hex | BA | 22 | DA | F | 54 | 0 | F | 122 | 49 | 31 |
| Octal | 272 | 42 | 332 | 17 | 124 | 0 | 17 | 442 | 111 | 61 |
| Binary | 10111010 | 100010 | 11011010 | 1111 | 1010100 | 0 | 1111 | 100100010 | 1001001 | 110001 |
Color Harmonies of #BA22DA
Complementary color
Monochromatic Colors of #BA22DA
Black with #BA22DA
Text Example
Text Example
White with #BA22DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22DA; }
p { color: rgb(186,34,218); }
H1.HeaderClassName
{
color: #BA22DA;
}
.AnyTagClassName
{
color: #BA22DA;
}
</style>
background-color css
<style>
a { background-color: #BA22DA; }
a { background-color: rgb(186,34,218); }
div.DivClassName
{
background-color: #BA22DA;
}
.BgClassName
{
background-color: #BA22DA;
}
</style>
border-color css
<style>
span { border-color: #BA22DA; }
span { border-color: rgb(186,34,218); }
td.TdClassName
{
border-color: #BA22DA;
}
.TagClassName
{
border-color: #BA22DA;
}
</style>