Shades of Dark Orchid #BA2AEA
Tints of Dark Orchid #BA2AEA
RGB
CMYK
RGB Variations
Color information
#BA2AEA (or 0xBA2AEA) is known color: Dark Orchid. HEX triplet: BA, 2A and EA. RGB value is (186,42,234). Sum of RGB (Red+Green+Blue) = 186+42+234=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA2AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AEA is #45D515. Grayscale: #6A6A6A. Windows color (decimal): -4576534 or 15346362. OLE color: 15346362.
HSL color Cylindrical-coordinate representation of color #BA2AEA: hue angle of 285º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2AEA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 42 | 234 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.08 |
| HSL | 285º | 0.82% | 0.54% | - |
| HSV(B) | 285º | 0.82% | 0.92% | - |
| XYZ | 35.93 | 18.04 | 79.43 | - |
| YUV | 106.94 | 199.71 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 234 | 0.21 | 0.82 | 0 | 0.08 | 285 | 0.82 | 0.54 |
| Hex | BA | 2A | EA | 15 | 52 | 0 | 8 | 11D | 52 | 36 |
| Octal | 272 | 52 | 352 | 25 | 122 | 0 | 10 | 435 | 122 | 66 |
| Binary | 10111010 | 101010 | 11101010 | 10101 | 1010010 | 0 | 1000 | 100011101 | 1010010 | 110110 |
Color Harmonies of #BA2AEA
Complementary color
Monochromatic Colors of #BA2AEA
Black with #BA2AEA
Text Example
Text Example
White with #BA2AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AEA; }
p { color: rgb(186,42,234); }
H1.HeaderClassName
{
color: #BA2AEA;
}
.AnyTagClassName
{
color: #BA2AEA;
}
</style>
background-color css
<style>
a { background-color: #BA2AEA; }
a { background-color: rgb(186,42,234); }
div.DivClassName
{
background-color: #BA2AEA;
}
.BgClassName
{
background-color: #BA2AEA;
}
</style>
border-color css
<style>
span { border-color: #BA2AEA; }
span { border-color: rgb(186,42,234); }
td.TdClassName
{
border-color: #BA2AEA;
}
.TagClassName
{
border-color: #BA2AEA;
}
</style>