King’s Plum Pie
#b3107a
Looking for the precise values behind King’s Plum Pie (#b3107a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b3107a | |
|---|---|---|
| RGB | rgb(179, 16, 122) | |
| HSL | hsl(321, 84%, 38%) | |
| CMYK | cmyk(0%, 91%, 32%, 30%) | |
| LAB | lab(41, 65, -15) | |
| OKLCH | oklch(0.51 0.207 348) |
Color harmonies
Tints & shades
Code snippets
color: #b3107a;
background-color: #b3107a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFB3107A)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.06, blue: 0.48, alpha: 1.0)