Shades of Dark Orchid #BA24DE
Tints of Dark Orchid #BA24DE
RGB
CMYK
RGB Variations
Color information
#BA24DE (or 0xBA24DE) is known color: Dark Orchid. HEX triplet: BA, 24 and DE. RGB value is (186,36,222). Sum of RGB (Red+Green+Blue) = 186+36+222=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA24DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24DE is #45DB21. Grayscale: #656565. Windows color (decimal): -4578082 or 14558394. OLE color: 14558394.
HSL color Cylindrical-coordinate representation of color #BA24DE: hue angle of 288.39º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA24DE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 36 | 222 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.13 |
| HSL | 288.39º | 0.74% | 0.51% | - |
| HSV(B) | 288.39º | 0.84% | 0.87% | - |
| XYZ | 34.07 | 16.97 | 70.59 | - |
| YUV | 102.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 222 | 0.16 | 0.84 | 0 | 0.13 | 288.39 | 0.74 | 0.51 |
| Hex | BA | 24 | DE | 10 | 54 | 0 | D | 120 | 4A | 33 |
| Octal | 272 | 44 | 336 | 20 | 124 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111010 | 100100 | 11011110 | 10000 | 1010100 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #BA24DE
Complementary color
Monochromatic Colors of #BA24DE
Black with #BA24DE
Text Example
Text Example
White with #BA24DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24DE; }
p { color: rgb(186,36,222); }
H1.HeaderClassName
{
color: #BA24DE;
}
.AnyTagClassName
{
color: #BA24DE;
}
</style>
background-color css
<style>
a { background-color: #BA24DE; }
a { background-color: rgb(186,36,222); }
div.DivClassName
{
background-color: #BA24DE;
}
.BgClassName
{
background-color: #BA24DE;
}
</style>
border-color css
<style>
span { border-color: #BA24DE; }
span { border-color: rgb(186,36,222); }
td.TdClassName
{
border-color: #BA24DE;
}
.TagClassName
{
border-color: #BA24DE;
}
</style>