Shades of Medium Orchid #BA4EFC
Tints of Medium Orchid #BA4EFC
RGB
CMYK
RGB Variations
Color information
#BA4EFC (or 0xBA4EFC) is known color: Medium Orchid. HEX triplet: BA, 4E and FC. RGB value is (186,78,252). Sum of RGB (Red+Green+Blue) = 186+78+252=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EFC is #45B103. Grayscale: #818181. Windows color (decimal): -4567300 or 16535226. OLE color: 16535226.
HSL color Cylindrical-coordinate representation of color #BA4EFC: hue angle of 277.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4EFC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 78 | 252 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.24º | 0.97% | 0.65% | - |
| HSV(B) | 277.24º | 0.69% | 0.99% | - |
| XYZ | 40.54 | 22.92 | 94.38 | - |
| YUV | 130.13 | 196.78 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 252 | 0.26 | 0.69 | 0 | 0.01 | 277.24 | 0.97 | 0.65 |
| Hex | BA | 4E | FC | 1A | 45 | 0 | 1 | 115 | 61 | 41 |
| Octal | 272 | 116 | 374 | 32 | 105 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111010 | 1001110 | 11111100 | 11010 | 1000101 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #BA4EFC
Complementary color
Monochromatic Colors of #BA4EFC
Black with #BA4EFC
Text Example
Text Example
White with #BA4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EFC; }
p { color: rgb(186,78,252); }
H1.HeaderClassName
{
color: #BA4EFC;
}
.AnyTagClassName
{
color: #BA4EFC;
}
</style>
background-color css
<style>
a { background-color: #BA4EFC; }
a { background-color: rgb(186,78,252); }
div.DivClassName
{
background-color: #BA4EFC;
}
.BgClassName
{
background-color: #BA4EFC;
}
</style>
border-color css
<style>
span { border-color: #BA4EFC; }
span { border-color: rgb(186,78,252); }
td.TdClassName
{
border-color: #BA4EFC;
}
.TagClassName
{
border-color: #BA4EFC;
}
</style>