Murderous Magenta
#b3205f
Here's everything about the color Murderous Magenta (#b3205f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #b3205f | |
|---|---|---|
| RGB | rgb(179, 32, 95) | |
| HSL | hsl(334, 70%, 41%) | |
| CMYK | cmyk(0%, 82%, 47%, 30%) | |
| LAB | lab(41, 60, 3) | |
| OKLCH | oklch(0.51 0.185 1) |
Color harmonies
Tints & shades
Code snippets
color: #b3205f;
background-color: #b3205f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFB3205F)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.13, blue: 0.37, alpha: 1.0)