Magenta Memoir
#b4559b
Magenta Memoir, represented by the hex value #b4559b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b4559b | |
|---|---|---|
| RGB | rgb(180, 85, 155) | |
| HSL | hsl(316, 39%, 52%) | |
| CMYK | cmyk(0%, 53%, 14%, 29%) | |
| LAB | lab(50, 46, -20) | |
| OKLCH | oklch(0.59 0.149 338) |
Color harmonies
Tints & shades
Code snippets
color: #b4559b;
background-color: #b4559b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFB4559B)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.33, blue: 0.61, alpha: 1.0)