Shades of Medium Orchid #BA46EC
Tints of Medium Orchid #BA46EC
RGB
CMYK
RGB Variations
Color information
#BA46EC (or 0xBA46EC) is known color: Medium Orchid. HEX triplet: BA, 46 and EC. RGB value is (186,70,236). Sum of RGB (Red+Green+Blue) = 186+70+236=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA46EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46EC is #45B913. Grayscale: #7B7B7B. Windows color (decimal): -4569364 or 15484602. OLE color: 15484602.
HSL color Cylindrical-coordinate representation of color #BA46EC: hue angle of 281.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA46EC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 70 | 236 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.07 |
| HSL | 281.93º | 0.81% | 0.6% | - |
| HSV(B) | 281.93º | 0.7% | 0.93% | - |
| XYZ | 37.58 | 20.88 | 81.41 | - |
| YUV | 123.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 236 | 0.21 | 0.70 | 0 | 0.07 | 281.93 | 0.81 | 0.6 |
| Hex | BA | 46 | EC | 15 | 46 | 0 | 7 | 11A | 51 | 3C |
| Octal | 272 | 106 | 354 | 25 | 106 | 0 | 7 | 432 | 121 | 74 |
| Binary | 10111010 | 1000110 | 11101100 | 10101 | 1000110 | 0 | 111 | 100011010 | 1010001 | 111100 |
Color Harmonies of #BA46EC
Complementary color
Monochromatic Colors of #BA46EC
Black with #BA46EC
Text Example
Text Example
White with #BA46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46EC; }
p { color: rgb(186,70,236); }
H1.HeaderClassName
{
color: #BA46EC;
}
.AnyTagClassName
{
color: #BA46EC;
}
</style>
background-color css
<style>
a { background-color: #BA46EC; }
a { background-color: rgb(186,70,236); }
div.DivClassName
{
background-color: #BA46EC;
}
.BgClassName
{
background-color: #BA46EC;
}
</style>
border-color css
<style>
span { border-color: #BA46EC; }
span { border-color: rgb(186,70,236); }
td.TdClassName
{
border-color: #BA46EC;
}
.TagClassName
{
border-color: #BA46EC;
}
</style>