Shades of Medium Orchid #BA4EEE
Tints of Medium Orchid #BA4EEE
RGB
CMYK
RGB Variations
Color information
#BA4EEE (or 0xBA4EEE) is known color: Medium Orchid. HEX triplet: BA, 4E and EE. RGB value is (186,78,238). Sum of RGB (Red+Green+Blue) = 186+78+238=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4EEE is #45B111. Grayscale: #808080. Windows color (decimal): -4567314 or 15617722. OLE color: 15617722.
HSL color Cylindrical-coordinate representation of color #BA4EEE: hue angle of 280.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4EEE is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 78 | 238 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.07 |
| HSL | 280.5º | 0.82% | 0.62% | - |
| HSV(B) | 280.5º | 0.67% | 0.93% | - |
| XYZ | 38.41 | 22.06 | 83.12 | - |
| YUV | 128.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 238 | 0.22 | 0.67 | 0 | 0.07 | 280.5 | 0.82 | 0.62 |
| Hex | BA | 4E | EE | 16 | 43 | 0 | 7 | 118 | 52 | 3E |
| Octal | 272 | 116 | 356 | 26 | 103 | 0 | 7 | 430 | 122 | 76 |
| Binary | 10111010 | 1001110 | 11101110 | 10110 | 1000011 | 0 | 111 | 100011000 | 1010010 | 111110 |
Color Harmonies of #BA4EEE
Complementary color
Monochromatic Colors of #BA4EEE
Black with #BA4EEE
Text Example
Text Example
White with #BA4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EEE; }
p { color: rgb(186,78,238); }
H1.HeaderClassName
{
color: #BA4EEE;
}
.AnyTagClassName
{
color: #BA4EEE;
}
</style>
background-color css
<style>
a { background-color: #BA4EEE; }
a { background-color: rgb(186,78,238); }
div.DivClassName
{
background-color: #BA4EEE;
}
.BgClassName
{
background-color: #BA4EEE;
}
</style>
border-color css
<style>
span { border-color: #BA4EEE; }
span { border-color: rgb(186,78,238); }
td.TdClassName
{
border-color: #BA4EEE;
}
.TagClassName
{
border-color: #BA4EEE;
}
</style>