Shades of Medium Orchid #BA62EC
Tints of Medium Orchid #BA62EC
RGB
CMYK
RGB Variations
Color information
#BA62EC (or 0xBA62EC) is known color: Medium Orchid. HEX triplet: BA, 62 and EC. RGB value is (186,98,236). Sum of RGB (Red+Green+Blue) = 186+98+236=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62EC is #459D13. Grayscale: #8B8B8B. Windows color (decimal): -4562196 or 15491770. OLE color: 15491770.
HSL color Cylindrical-coordinate representation of color #BA62EC: hue angle of 278.26º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA62EC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 98 | 236 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.07 |
| HSL | 278.26º | 0.78% | 0.65% | - |
| HSV(B) | 278.26º | 0.58% | 0.93% | - |
| XYZ | 39.76 | 25.23 | 82.13 | - |
| YUV | 140.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 236 | 0.21 | 0.58 | 0 | 0.07 | 278.26 | 0.78 | 0.65 |
| Hex | BA | 62 | EC | 15 | 3A | 0 | 7 | 116 | 4E | 41 |
| Octal | 272 | 142 | 354 | 25 | 72 | 0 | 7 | 426 | 116 | 101 |
| Binary | 10111010 | 1100010 | 11101100 | 10101 | 111010 | 0 | 111 | 100010110 | 1001110 | 1000001 |
Color Harmonies of #BA62EC
Complementary color
Monochromatic Colors of #BA62EC
Black with #BA62EC
Text Example
Text Example
White with #BA62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62EC; }
p { color: rgb(186,98,236); }
H1.HeaderClassName
{
color: #BA62EC;
}
.AnyTagClassName
{
color: #BA62EC;
}
</style>
background-color css
<style>
a { background-color: #BA62EC; }
a { background-color: rgb(186,98,236); }
div.DivClassName
{
background-color: #BA62EC;
}
.BgClassName
{
background-color: #BA62EC;
}
</style>
border-color css
<style>
span { border-color: #BA62EC; }
span { border-color: rgb(186,98,236); }
td.TdClassName
{
border-color: #BA62EC;
}
.TagClassName
{
border-color: #BA62EC;
}
</style>