Shades of Dark Orchid #BA2EDE
Tints of Dark Orchid #BA2EDE
RGB
CMYK
RGB Variations
Color information
#BA2EDE (or 0xBA2EDE) is known color: Dark Orchid. HEX triplet: BA, 2E and DE. RGB value is (186,46,222). Sum of RGB (Red+Green+Blue) = 186+46+222=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA2EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EDE is #45D121. Grayscale: #6B6B6B. Windows color (decimal): -4575522 or 14560954. OLE color: 14560954.
HSL color Cylindrical-coordinate representation of color #BA2EDE: hue angle of 287.73º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2EDE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 46 | 222 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.13 |
| HSL | 287.73º | 0.73% | 0.53% | - |
| HSV(B) | 287.73º | 0.79% | 0.87% | - |
| XYZ | 34.41 | 17.67 | 70.7 | - |
| YUV | 107.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 222 | 0.16 | 0.79 | 0 | 0.13 | 287.73 | 0.73 | 0.53 |
| Hex | BA | 2E | DE | 10 | 4F | 0 | D | 120 | 49 | 35 |
| Octal | 272 | 56 | 336 | 20 | 117 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111010 | 101110 | 11011110 | 10000 | 1001111 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BA2EDE
Complementary color
Monochromatic Colors of #BA2EDE
Black with #BA2EDE
Text Example
Text Example
White with #BA2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EDE; }
p { color: rgb(186,46,222); }
H1.HeaderClassName
{
color: #BA2EDE;
}
.AnyTagClassName
{
color: #BA2EDE;
}
</style>
background-color css
<style>
a { background-color: #BA2EDE; }
a { background-color: rgb(186,46,222); }
div.DivClassName
{
background-color: #BA2EDE;
}
.BgClassName
{
background-color: #BA2EDE;
}
</style>
border-color css
<style>
span { border-color: #BA2EDE; }
span { border-color: rgb(186,46,222); }
td.TdClassName
{
border-color: #BA2EDE;
}
.TagClassName
{
border-color: #BA2EDE;
}
</style>