Shades of Medium Orchid #BA4EFA
Tints of Medium Orchid #BA4EFA
RGB
CMYK
RGB Variations
Color information
#BA4EFA (or 0xBA4EFA) is known color: Medium Orchid. HEX triplet: BA, 4E and FA. RGB value is (186,78,250). Sum of RGB (Red+Green+Blue) = 186+78+250=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA4EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EFA is #45B105. Grayscale: #818181. Windows color (decimal): -4567302 or 16404154. OLE color: 16404154.
HSL color Cylindrical-coordinate representation of color #BA4EFA: hue angle of 277.67º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4EFA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 78 | 250 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.02 |
| HSL | 277.67º | 0.95% | 0.64% | - |
| HSV(B) | 277.67º | 0.69% | 0.98% | - |
| XYZ | 40.23 | 22.79 | 92.72 | - |
| YUV | 129.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 250 | 0.26 | 0.69 | 0 | 0.02 | 277.67 | 0.95 | 0.64 |
| Hex | BA | 4E | FA | 1A | 45 | 0 | 2 | 116 | 5F | 40 |
| Octal | 272 | 116 | 372 | 32 | 105 | 0 | 2 | 426 | 137 | 100 |
| Binary | 10111010 | 1001110 | 11111010 | 11010 | 1000101 | 0 | 10 | 100010110 | 1011111 | 1000000 |
Color Harmonies of #BA4EFA
Complementary color
Monochromatic Colors of #BA4EFA
Black with #BA4EFA
Text Example
Text Example
White with #BA4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EFA; }
p { color: rgb(186,78,250); }
H1.HeaderClassName
{
color: #BA4EFA;
}
.AnyTagClassName
{
color: #BA4EFA;
}
</style>
background-color css
<style>
a { background-color: #BA4EFA; }
a { background-color: rgb(186,78,250); }
div.DivClassName
{
background-color: #BA4EFA;
}
.BgClassName
{
background-color: #BA4EFA;
}
</style>
border-color css
<style>
span { border-color: #BA4EFA; }
span { border-color: rgb(186,78,250); }
td.TdClassName
{
border-color: #BA4EFA;
}
.TagClassName
{
border-color: #BA4EFA;
}
</style>