Shades of Dark Orchid #BA24E2
Tints of Dark Orchid #BA24E2
RGB
CMYK
RGB Variations
Color information
#BA24E2 (or 0xBA24E2) is known color: Dark Orchid. HEX triplet: BA, 24 and E2. RGB value is (186,36,226). Sum of RGB (Red+Green+Blue) = 186+36+226=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA24E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24E2 is #45DB1D. Grayscale: #656565. Windows color (decimal): -4578078 or 14820538. OLE color: 14820538.
HSL color Cylindrical-coordinate representation of color #BA24E2: hue angle of 287.37º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA24E2 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 36 | 226 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.11 |
| HSL | 287.37º | 0.77% | 0.51% | - |
| HSV(B) | 287.37º | 0.84% | 0.89% | - |
| XYZ | 34.61 | 17.19 | 73.45 | - |
| YUV | 102.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 226 | 0.18 | 0.84 | 0 | 0.11 | 287.37 | 0.77 | 0.51 |
| Hex | BA | 24 | E2 | 12 | 54 | 0 | B | 11F | 4D | 33 |
| Octal | 272 | 44 | 342 | 22 | 124 | 0 | 13 | 437 | 115 | 63 |
| Binary | 10111010 | 100100 | 11100010 | 10010 | 1010100 | 0 | 1011 | 100011111 | 1001101 | 110011 |
Color Harmonies of #BA24E2
Complementary color
Monochromatic Colors of #BA24E2
Black with #BA24E2
Text Example
Text Example
White with #BA24E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24E2; }
p { color: rgb(186,36,226); }
H1.HeaderClassName
{
color: #BA24E2;
}
.AnyTagClassName
{
color: #BA24E2;
}
</style>
background-color css
<style>
a { background-color: #BA24E2; }
a { background-color: rgb(186,36,226); }
div.DivClassName
{
background-color: #BA24E2;
}
.BgClassName
{
background-color: #BA24E2;
}
</style>
border-color css
<style>
span { border-color: #BA24E2; }
span { border-color: rgb(186,36,226); }
td.TdClassName
{
border-color: #BA24E2;
}
.TagClassName
{
border-color: #BA24E2;
}
</style>