Shades of Dark Orchid #BA24DA
Tints of Dark Orchid #BA24DA
RGB
CMYK
RGB Variations
Color information
#BA24DA (or 0xBA24DA) is known color: Dark Orchid. HEX triplet: BA, 24 and DA. RGB value is (186,36,218). Sum of RGB (Red+Green+Blue) = 186+36+218=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA24DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24DA is #45DB25. Grayscale: #656565. Windows color (decimal): -4578086 or 14296250. OLE color: 14296250.
HSL color Cylindrical-coordinate representation of color #BA24DA: hue angle of 289.45º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA24DA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 36 | 218 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.15 |
| HSL | 289.45º | 0.72% | 0.5% | - |
| HSV(B) | 289.45º | 0.83% | 0.85% | - |
| XYZ | 33.54 | 16.76 | 67.8 | - |
| YUV | 101.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 218 | 0.15 | 0.83 | 0 | 0.15 | 289.45 | 0.72 | 0.5 |
| Hex | BA | 24 | DA | F | 53 | 0 | F | 121 | 48 | 32 |
| Octal | 272 | 44 | 332 | 17 | 123 | 0 | 17 | 441 | 110 | 62 |
| Binary | 10111010 | 100100 | 11011010 | 1111 | 1010011 | 0 | 1111 | 100100001 | 1001000 | 110010 |
Color Harmonies of #BA24DA
Complementary color
Monochromatic Colors of #BA24DA
Black with #BA24DA
Text Example
Text Example
White with #BA24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24DA; }
p { color: rgb(186,36,218); }
H1.HeaderClassName
{
color: #BA24DA;
}
.AnyTagClassName
{
color: #BA24DA;
}
</style>
background-color css
<style>
a { background-color: #BA24DA; }
a { background-color: rgb(186,36,218); }
div.DivClassName
{
background-color: #BA24DA;
}
.BgClassName
{
background-color: #BA24DA;
}
</style>
border-color css
<style>
span { border-color: #BA24DA; }
span { border-color: rgb(186,36,218); }
td.TdClassName
{
border-color: #BA24DA;
}
.TagClassName
{
border-color: #BA24DA;
}
</style>