Shades of Medium Orchid #BA4EFF
Tints of Medium Orchid #BA4EFF
RGB
CMYK
RGB Variations
Color information
#BA4EFF (or 0xBA4EFF) is known color: Medium Orchid. HEX triplet: BA, 4E and FF. RGB value is (186,78,255). Sum of RGB (Red+Green+Blue) = 186+78+255=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EFF is #45B100. Grayscale: #818181. Windows color (decimal): -4567297 or 16731834. OLE color: 16731834.
HSL color Cylindrical-coordinate representation of color #BA4EFF: hue angle of 276.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4EFF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 78 | 255 | - |
| CMYK | 0.27 | 0.69 | 0 | 0 |
| HSL | 276.61º | 1% | 0.65% | - |
| HSV(B) | 276.61º | 0.69% | 1% | - |
| XYZ | 41.02 | 23.11 | 96.91 | - |
| YUV | 130.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 255 | 0.27 | 0.69 | 0 | 0 | 276.61 | 1 | 0.65 |
| Hex | BA | 4E | FF | 1B | 45 | 0 | 0 | 115 | 64 | 41 |
| Octal | 272 | 116 | 377 | 33 | 105 | 0 | 0 | 425 | 144 | 101 |
| Binary | 10111010 | 1001110 | 11111111 | 11011 | 1000101 | 0 | 0 | 100010101 | 1100100 | 1000001 |
Color Harmonies of #BA4EFF
Complementary color
Monochromatic Colors of #BA4EFF
Black with #BA4EFF
Text Example
Text Example
White with #BA4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EFF; }
p { color: rgb(186,78,255); }
H1.HeaderClassName
{
color: #BA4EFF;
}
.AnyTagClassName
{
color: #BA4EFF;
}
</style>
background-color css
<style>
a { background-color: #BA4EFF; }
a { background-color: rgb(186,78,255); }
div.DivClassName
{
background-color: #BA4EFF;
}
.BgClassName
{
background-color: #BA4EFF;
}
</style>
border-color css
<style>
span { border-color: #BA4EFF; }
span { border-color: rgb(186,78,255); }
td.TdClassName
{
border-color: #BA4EFF;
}
.TagClassName
{
border-color: #BA4EFF;
}
</style>