Shades of Medium Orchid #BA5EE9
Tints of Medium Orchid #BA5EE9
RGB
CMYK
RGB Variations
Color information
#BA5EE9 (or 0xBA5EE9) is known color: Medium Orchid. HEX triplet: BA, 5E and E9. RGB value is (186,94,233). Sum of RGB (Red+Green+Blue) = 186+94+233=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA5EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EE9 is #45A116. Grayscale: #888888. Windows color (decimal): -4563223 or 15294138. OLE color: 15294138.
HSL color Cylindrical-coordinate representation of color #BA5EE9: hue angle of 279.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5EE9 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 94 | 233 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.09 |
| HSL | 279.71º | 0.76% | 0.64% | - |
| HSV(B) | 279.71º | 0.6% | 0.91% | - |
| XYZ | 38.96 | 24.33 | 79.73 | - |
| YUV | 137.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 233 | 0.20 | 0.60 | 0 | 0.09 | 279.71 | 0.76 | 0.64 |
| Hex | BA | 5E | E9 | 14 | 3C | 0 | 9 | 118 | 4C | 40 |
| Octal | 272 | 136 | 351 | 24 | 74 | 0 | 11 | 430 | 114 | 100 |
| Binary | 10111010 | 1011110 | 11101001 | 10100 | 111100 | 0 | 1001 | 100011000 | 1001100 | 1000000 |
Color Harmonies of #BA5EE9
Complementary color
Monochromatic Colors of #BA5EE9
Black with #BA5EE9
Text Example
Text Example
White with #BA5EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5EE9; }
p { color: rgb(186,94,233); }
H1.HeaderClassName
{
color: #BA5EE9;
}
.AnyTagClassName
{
color: #BA5EE9;
}
</style>
background-color css
<style>
a { background-color: #BA5EE9; }
a { background-color: rgb(186,94,233); }
div.DivClassName
{
background-color: #BA5EE9;
}
.BgClassName
{
background-color: #BA5EE9;
}
</style>
border-color css
<style>
span { border-color: #BA5EE9; }
span { border-color: rgb(186,94,233); }
td.TdClassName
{
border-color: #BA5EE9;
}
.TagClassName
{
border-color: #BA5EE9;
}
</style>