Shades of Dark Orchid #BA2EC7
Tints of Dark Orchid #BA2EC7
RGB
CMYK
RGB Variations
Color information
#BA2EC7 (or 0xBA2EC7) is known color: Dark Orchid. HEX triplet: BA, 2E and C7. RGB value is (186,46,199). Sum of RGB (Red+Green+Blue) = 186+46+199=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA2EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EC7 is #45D138. Grayscale: #686868. Windows color (decimal): -4575545 or 13053626. OLE color: 13053626.
HSL color Cylindrical-coordinate representation of color #BA2EC7: hue angle of 294.9º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2EC7 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 46 | 199 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.22 |
| HSL | 294.9º | 0.62% | 0.48% | - |
| HSV(B) | 294.9º | 0.77% | 0.78% | - |
| XYZ | 31.54 | 16.52 | 55.56 | - |
| YUV | 105.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 199 | 0.07 | 0.77 | 0 | 0.22 | 294.9 | 0.62 | 0.48 |
| Hex | BA | 2E | C7 | 7 | 4D | 0 | 16 | 127 | 3E | 30 |
| Octal | 272 | 56 | 307 | 7 | 115 | 0 | 26 | 447 | 76 | 60 |
| Binary | 10111010 | 101110 | 11000111 | 111 | 1001101 | 0 | 10110 | 100100111 | 111110 | 110000 |
Color Harmonies of #BA2EC7
Complementary color
Monochromatic Colors of #BA2EC7
Black with #BA2EC7
Text Example
Text Example
White with #BA2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EC7; }
p { color: rgb(186,46,199); }
H1.HeaderClassName
{
color: #BA2EC7;
}
.AnyTagClassName
{
color: #BA2EC7;
}
</style>
background-color css
<style>
a { background-color: #BA2EC7; }
a { background-color: rgb(186,46,199); }
div.DivClassName
{
background-color: #BA2EC7;
}
.BgClassName
{
background-color: #BA2EC7;
}
</style>
border-color css
<style>
span { border-color: #BA2EC7; }
span { border-color: rgb(186,46,199); }
td.TdClassName
{
border-color: #BA2EC7;
}
.TagClassName
{
border-color: #BA2EC7;
}
</style>