Medium Orchid Pink Hex Code — #BA55D3
RGB, HSL, and CMYK values for Medium Orchid Pink.
Last updated: April 6, 2026
Medium Orchid Pink Color Values
| Format | Value |
|---|---|
| HEX | #BA55D3 |
| RGB | rgb(186, 85, 211) |
| HSL | hsl(288, 59%, 58%) |
| CMYK | cmyk(12%, 60%, 0%, 17%) |
When to Use Medium Orchid Pink in Design
Web Design
Use Medium Orchid Pink for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Medium Orchid Pink can work as a primary or accent brand color. Test it across different media (screen, print, merchandise) to ensure consistent appearance.
Print Design
Use the CMYK values (C:12% M:60% Y:0% K:17%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Medium Orchid Pink work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Medium Orchid Pink in CSS
/* Using HEX */ color: #BA55D3; background-color: #BA55D3; /* Using RGB */ color: rgb(186, 85, 211); /* Using HSL — best for creating variations */ color: hsl(288, 59%, 58%); /* Transparent overlay (50% opacity) */ background-color: rgba(186, 85, 211, 0.5); /* Lighter variant for hover states */ background-color: hsl(288, 59%, 68%); /* Darker variant for active states */ background-color: hsl(288, 59%, 48%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Medium Orchid Pink without changing its core hue or saturation.
Colors That Go With Medium Orchid Pink
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Medium Orchid Pink?
What is Medium Orchid Pink in RGB and when should I use RGB?
How to use Medium Orchid Pink in CSS with different color formats?
What is the HSL value of Medium Orchid Pink and why is HSL useful for designers?
What is the CMYK value of Medium Orchid Pink for print design?
What colors pair well with Medium Orchid Pink in design projects?
Is Medium Orchid Pink (#BA55D3) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.