Shades of Dark Orchid #BA2ECF
Tints of Dark Orchid #BA2ECF
RGB
CMYK
RGB Variations
Color information
#BA2ECF (or 0xBA2ECF) is known color: Dark Orchid. HEX triplet: BA, 2E and CF. RGB value is (186,46,207). Sum of RGB (Red+Green+Blue) = 186+46+207=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ECF is #45D130. Grayscale: #696969. Windows color (decimal): -4575537 or 13577914. OLE color: 13577914.
HSL color Cylindrical-coordinate representation of color #BA2ECF: hue angle of 292.17º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2ECF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 46 | 207 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.19 |
| HSL | 292.17º | 0.64% | 0.5% | - |
| HSV(B) | 292.17º | 0.78% | 0.81% | - |
| XYZ | 32.49 | 16.9 | 60.58 | - |
| YUV | 106.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 207 | 0.10 | 0.78 | 0 | 0.19 | 292.17 | 0.64 | 0.5 |
| Hex | BA | 2E | CF | A | 4E | 0 | 13 | 124 | 40 | 32 |
| Octal | 272 | 56 | 317 | 12 | 116 | 0 | 23 | 444 | 100 | 62 |
| Binary | 10111010 | 101110 | 11001111 | 1010 | 1001110 | 0 | 10011 | 100100100 | 1000000 | 110010 |
Color Harmonies of #BA2ECF
Complementary color
Monochromatic Colors of #BA2ECF
Black with #BA2ECF
Text Example
Text Example
White with #BA2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ECF; }
p { color: rgb(186,46,207); }
H1.HeaderClassName
{
color: #BA2ECF;
}
.AnyTagClassName
{
color: #BA2ECF;
}
</style>
background-color css
<style>
a { background-color: #BA2ECF; }
a { background-color: rgb(186,46,207); }
div.DivClassName
{
background-color: #BA2ECF;
}
.BgClassName
{
background-color: #BA2ECF;
}
</style>
border-color css
<style>
span { border-color: #BA2ECF; }
span { border-color: rgb(186,46,207); }
td.TdClassName
{
border-color: #BA2ECF;
}
.TagClassName
{
border-color: #BA2ECF;
}
</style>