Color #B22E78

HEX

#B22E78

RGB

(178, 46, 120)

Quick Actions

Color Values

Color Space Values
RGB
R: 178, G: 46, B: 120 (70%, 18%, 47%)
CMYK C: 0%, M: 74%, Y: 33%, K: 30%
HSL H: 326°, S: 59%, L: 44%
HSV H: 326°, S: 74%, V: 70%
CIE-LAB L: 42.43, a: 58.5, b: -11.1
CIE-LCH L: 42.43, C: 59.54, H: 349.26
Hunter-Lab L: 35.75, a: 48.71, b: -12.26
Web Safe
#993366
Complementary
#2eb268

#B22E78 is a color with RGB values of 178 red, 46 green, and 120 blue (70%, 18%, 47% respectively). In the CMYK color space, it consists of 0% cyan, 74% magenta, 33% yellow, and 30% black. The color has a hue angle of 326°, 59% saturation, and 44% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #993366. The complementary color is #2eb268, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #B22E78

Explore different variations of #B22E78 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #B22E78. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #B22E78

Explore different color combinations and harmonies that work well with #B22E78.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B22E78

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #B22E78

Text with #B22E78

This text has a font color of #B22E78.

<span style="color:#B22E78;">Text here</span>
.text { color: #B22E78; }

#B22E78 background color

This paragraph has a background color of #B22E78.

<p style="background-color:#B22E78;">Content here</p>
.background { background-color: #B22E78; }

#B22E78 border color

This element has a border color of #B22E78.
<div style="border:1px solid #B22E78;">Content here</div>
.border { border: 1px solid #B22E78; }

#B22E78 box shadow

This element has a box shadow using #B22E78.
<div style="box-shadow: 0 4px 6px -1px #B22E7880">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #B22E7880; }
Copied to clipboard!