Shades of Medium Orchid #BA6EEC
Tints of Medium Orchid #BA6EEC
RGB
CMYK
RGB Variations
Color information
#BA6EEC (or 0xBA6EEC) is known color: Medium Orchid. HEX triplet: BA, 6E and EC. RGB value is (186,110,236). Sum of RGB (Red+Green+Blue) = 186+110+236=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EEC is #459113. Grayscale: #929292. Windows color (decimal): -4559124 or 15494842. OLE color: 15494842.
HSL color Cylindrical-coordinate representation of color #BA6EEC: hue angle of 276.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6EEC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 110 | 236 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.07 |
| HSL | 276.19º | 0.77% | 0.68% | - |
| HSV(B) | 276.19º | 0.53% | 0.93% | - |
| XYZ | 40.97 | 27.65 | 82.53 | - |
| YUV | 147.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 236 | 0.21 | 0.53 | 0 | 0.07 | 276.19 | 0.77 | 0.68 |
| Hex | BA | 6E | EC | 15 | 35 | 0 | 7 | 114 | 4D | 44 |
| Octal | 272 | 156 | 354 | 25 | 65 | 0 | 7 | 424 | 115 | 104 |
| Binary | 10111010 | 1101110 | 11101100 | 10101 | 110101 | 0 | 111 | 100010100 | 1001101 | 1000100 |
Color Harmonies of #BA6EEC
Complementary color
Monochromatic Colors of #BA6EEC
Black with #BA6EEC
Text Example
Text Example
White with #BA6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EEC; }
p { color: rgb(186,110,236); }
H1.HeaderClassName
{
color: #BA6EEC;
}
.AnyTagClassName
{
color: #BA6EEC;
}
</style>
background-color css
<style>
a { background-color: #BA6EEC; }
a { background-color: rgb(186,110,236); }
div.DivClassName
{
background-color: #BA6EEC;
}
.BgClassName
{
background-color: #BA6EEC;
}
</style>
border-color css
<style>
span { border-color: #BA6EEC; }
span { border-color: rgb(186,110,236); }
td.TdClassName
{
border-color: #BA6EEC;
}
.TagClassName
{
border-color: #BA6EEC;
}
</style>