Shades of Medium Orchid #BA6EEE
Tints of Medium Orchid #BA6EEE
RGB
CMYK
RGB Variations
Color information
#BA6EEE (or 0xBA6EEE) is known color: Medium Orchid. HEX triplet: BA, 6E and EE. RGB value is (186,110,238). Sum of RGB (Red+Green+Blue) = 186+110+238=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EEE is #459111. Grayscale: #929292. Windows color (decimal): -4559122 or 15625914. OLE color: 15625914.
HSL color Cylindrical-coordinate representation of color #BA6EEE: hue angle of 275.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6EEE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 110 | 238 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.07 |
| HSL | 275.63º | 0.79% | 0.68% | - |
| HSV(B) | 275.63º | 0.54% | 0.93% | - |
| XYZ | 41.26 | 27.76 | 84.07 | - |
| YUV | 147.32 | 179.18 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 238 | 0.22 | 0.54 | 0 | 0.07 | 275.63 | 0.79 | 0.68 |
| Hex | BA | 6E | EE | 16 | 36 | 0 | 7 | 114 | 4F | 44 |
| Octal | 272 | 156 | 356 | 26 | 66 | 0 | 7 | 424 | 117 | 104 |
| Binary | 10111010 | 1101110 | 11101110 | 10110 | 110110 | 0 | 111 | 100010100 | 1001111 | 1000100 |
Color Harmonies of #BA6EEE
Complementary color
Monochromatic Colors of #BA6EEE
Black with #BA6EEE
Text Example
Text Example
White with #BA6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EEE; }
p { color: rgb(186,110,238); }
H1.HeaderClassName
{
color: #BA6EEE;
}
.AnyTagClassName
{
color: #BA6EEE;
}
</style>
background-color css
<style>
a { background-color: #BA6EEE; }
a { background-color: rgb(186,110,238); }
div.DivClassName
{
background-color: #BA6EEE;
}
.BgClassName
{
background-color: #BA6EEE;
}
</style>
border-color css
<style>
span { border-color: #BA6EEE; }
span { border-color: rgb(186,110,238); }
td.TdClassName
{
border-color: #BA6EEE;
}
.TagClassName
{
border-color: #BA6EEE;
}
</style>