Medium Orchid Hex Code — #BA55D3
RGB, HSL, and CMYK values for Medium Orchid.
Medium Orchid Color Values
| Format | Value |
|---|---|
| HEX | #BA55D3 |
| RGB | rgb(186, 85, 211) |
| HSL | hsl(288, 59%, 58%) |
| CMYK | cmyk(12%, 60%, 0%, 17%) |
Want to explore more shades? Use our Color Converter
About Medium Orchid
Color psychology: Femininity, imagination.
Medium Orchid (#BA55D3) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where femininity, imagination are desired associations.
How to Use Medium Orchid in CSS
/* Using HEX */ color: #BA55D3; background-color: #BA55D3; /* Using RGB */ color: rgb(186, 85, 211); /* Using HSL */ color: hsl(288, 59%, 58%);