Shades of Medium Orchid #BA63EC
Tints of Medium Orchid #BA63EC
RGB
CMYK
RGB Variations
Color information
#BA63EC (or 0xBA63EC) is known color: Medium Orchid. HEX triplet: BA, 63 and EC. RGB value is (186,99,236). Sum of RGB (Red+Green+Blue) = 186+99+236=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63EC is #459C13. Grayscale: #8C8C8C. Windows color (decimal): -4561940 or 15492026. OLE color: 15492026.
HSL color Cylindrical-coordinate representation of color #BA63EC: hue angle of 278.1º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA63EC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 99 | 236 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.07 |
| HSL | 278.1º | 0.78% | 0.66% | - |
| HSV(B) | 278.1º | 0.58% | 0.93% | - |
| XYZ | 39.85 | 25.42 | 82.16 | - |
| YUV | 140.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 236 | 0.21 | 0.58 | 0 | 0.07 | 278.1 | 0.78 | 0.66 |
| Hex | BA | 63 | EC | 15 | 3A | 0 | 7 | 116 | 4E | 42 |
| Octal | 272 | 143 | 354 | 25 | 72 | 0 | 7 | 426 | 116 | 102 |
| Binary | 10111010 | 1100011 | 11101100 | 10101 | 111010 | 0 | 111 | 100010110 | 1001110 | 1000010 |
Color Harmonies of #BA63EC
Complementary color
Monochromatic Colors of #BA63EC
Black with #BA63EC
Text Example
Text Example
White with #BA63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63EC; }
p { color: rgb(186,99,236); }
H1.HeaderClassName
{
color: #BA63EC;
}
.AnyTagClassName
{
color: #BA63EC;
}
</style>
background-color css
<style>
a { background-color: #BA63EC; }
a { background-color: rgb(186,99,236); }
div.DivClassName
{
background-color: #BA63EC;
}
.BgClassName
{
background-color: #BA63EC;
}
</style>
border-color css
<style>
span { border-color: #BA63EC; }
span { border-color: rgb(186,99,236); }
td.TdClassName
{
border-color: #BA63EC;
}
.TagClassName
{
border-color: #BA63EC;
}
</style>