Shades of Dark Orchid #BA2ECE
Tints of Dark Orchid #BA2ECE
RGB
CMYK
RGB Variations
Color information
#BA2ECE (or 0xBA2ECE) is known color: Dark Orchid. HEX triplet: BA, 2E and CE. RGB value is (186,46,206). Sum of RGB (Red+Green+Blue) = 186+46+206=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ECE is #45D131. Grayscale: #696969. Windows color (decimal): -4575538 or 13512378. OLE color: 13512378.
HSL color Cylindrical-coordinate representation of color #BA2ECE: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2ECE is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 46 | 206 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.19 |
| HSL | 292.5º | 0.63% | 0.49% | - |
| HSV(B) | 292.5º | 0.78% | 0.81% | - |
| XYZ | 32.37 | 16.85 | 59.94 | - |
| YUV | 106.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 206 | 0.10 | 0.78 | 0 | 0.19 | 292.5 | 0.63 | 0.49 |
| Hex | BA | 2E | CE | A | 4E | 0 | 13 | 124 | 3F | 31 |
| Octal | 272 | 56 | 316 | 12 | 116 | 0 | 23 | 444 | 77 | 61 |
| Binary | 10111010 | 101110 | 11001110 | 1010 | 1001110 | 0 | 10011 | 100100100 | 111111 | 110001 |
Color Harmonies of #BA2ECE
Complementary color
Monochromatic Colors of #BA2ECE
Black with #BA2ECE
Text Example
Text Example
White with #BA2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ECE; }
p { color: rgb(186,46,206); }
H1.HeaderClassName
{
color: #BA2ECE;
}
.AnyTagClassName
{
color: #BA2ECE;
}
</style>
background-color css
<style>
a { background-color: #BA2ECE; }
a { background-color: rgb(186,46,206); }
div.DivClassName
{
background-color: #BA2ECE;
}
.BgClassName
{
background-color: #BA2ECE;
}
</style>
border-color css
<style>
span { border-color: #BA2ECE; }
span { border-color: rgb(186,46,206); }
td.TdClassName
{
border-color: #BA2ECE;
}
.TagClassName
{
border-color: #BA2ECE;
}
</style>