Shades of Dark Orchid #BA24DF
Tints of Dark Orchid #BA24DF
RGB
CMYK
RGB Variations
Color information
#BA24DF (or 0xBA24DF) is known color: Dark Orchid. HEX triplet: BA, 24 and DF. RGB value is (186,36,223). Sum of RGB (Red+Green+Blue) = 186+36+223=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24DF is #45DB20. Grayscale: #656565. Windows color (decimal): -4578081 or 14623930. OLE color: 14623930.
HSL color Cylindrical-coordinate representation of color #BA24DF: hue angle of 288.13º degrees, saturation: 0.75, 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 #BA24DF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 36 | 223 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.13 |
| HSL | 288.13º | 0.75% | 0.51% | - |
| HSV(B) | 288.13º | 0.84% | 0.87% | - |
| XYZ | 34.2 | 17.03 | 71.3 | - |
| YUV | 102.17 | 196.2 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 223 | 0.17 | 0.84 | 0 | 0.13 | 288.13 | 0.75 | 0.51 |
| Hex | BA | 24 | DF | 11 | 54 | 0 | D | 120 | 4B | 33 |
| Octal | 272 | 44 | 337 | 21 | 124 | 0 | 15 | 440 | 113 | 63 |
| Binary | 10111010 | 100100 | 11011111 | 10001 | 1010100 | 0 | 1101 | 100100000 | 1001011 | 110011 |
Color Harmonies of #BA24DF
Complementary color
Monochromatic Colors of #BA24DF
Black with #BA24DF
Text Example
Text Example
White with #BA24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24DF; }
p { color: rgb(186,36,223); }
H1.HeaderClassName
{
color: #BA24DF;
}
.AnyTagClassName
{
color: #BA24DF;
}
</style>
background-color css
<style>
a { background-color: #BA24DF; }
a { background-color: rgb(186,36,223); }
div.DivClassName
{
background-color: #BA24DF;
}
.BgClassName
{
background-color: #BA24DF;
}
</style>
border-color css
<style>
span { border-color: #BA24DF; }
span { border-color: rgb(186,36,223); }
td.TdClassName
{
border-color: #BA24DF;
}
.TagClassName
{
border-color: #BA24DF;
}
</style>