Shades of Dark Orchid #BA23DE
Tints of Dark Orchid #BA23DE
RGB
CMYK
RGB Variations
Color information
#BA23DE (or 0xBA23DE) is known color: Dark Orchid. HEX triplet: BA, 23 and DE. RGB value is (186,35,222). Sum of RGB (Red+Green+Blue) = 186+35+222=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23DE is #45DC21. Grayscale: #646464. Windows color (decimal): -4578338 or 14558138. OLE color: 14558138.
HSL color Cylindrical-coordinate representation of color #BA23DE: hue angle of 288.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA23DE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 35 | 222 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.13 |
| HSL | 288.45º | 0.74% | 0.5% | - |
| HSV(B) | 288.45º | 0.84% | 0.87% | - |
| XYZ | 34.04 | 16.92 | 70.58 | - |
| YUV | 101.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 222 | 0.16 | 0.84 | 0 | 0.13 | 288.45 | 0.74 | 0.5 |
| Hex | BA | 23 | DE | 10 | 54 | 0 | D | 120 | 4A | 32 |
| Octal | 272 | 43 | 336 | 20 | 124 | 0 | 15 | 440 | 112 | 62 |
| Binary | 10111010 | 100011 | 11011110 | 10000 | 1010100 | 0 | 1101 | 100100000 | 1001010 | 110010 |
Color Harmonies of #BA23DE
Complementary color
Monochromatic Colors of #BA23DE
Black with #BA23DE
Text Example
Text Example
White with #BA23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23DE; }
p { color: rgb(186,35,222); }
H1.HeaderClassName
{
color: #BA23DE;
}
.AnyTagClassName
{
color: #BA23DE;
}
</style>
background-color css
<style>
a { background-color: #BA23DE; }
a { background-color: rgb(186,35,222); }
div.DivClassName
{
background-color: #BA23DE;
}
.BgClassName
{
background-color: #BA23DE;
}
</style>
border-color css
<style>
span { border-color: #BA23DE; }
span { border-color: rgb(186,35,222); }
td.TdClassName
{
border-color: #BA23DE;
}
.TagClassName
{
border-color: #BA23DE;
}
</style>