Color #B87EE7

HEX

#B87EE7

RGB

(184, 126, 231)

Quick Actions

Color Values

Color Space Values
RGB
R: 184, G: 126, B: 231 (72%, 49%, 91%)
CMYK C: 20%, M: 45%, Y: 0%, K: 9%
HSL H: 273°, S: 69%, L: 70%
HSV H: 273°, S: 45%, V: 91%
CIE-LAB L: 62.41, a: 41.82, b: -44.81
CIE-LCH L: 62.41, C: 61.29, H: 313.02
Hunter-Lab L: 55.57, a: 33.92, b: -61.08
Web Safe
#cc66ff
Complementary
#ade77d

#B87EE7 is a color with RGB values of 184 red, 126 green, and 231 blue (72%, 49%, 91% respectively). In the CMYK color space, it consists of 20% cyan, 45% magenta, 0% yellow, and 9% black. The color has a hue angle of 273°, 69% saturation, and 70% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc66ff. The complementary color is #ade77d, 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 #B87EE7

Explore different variations of #B87EE7 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 #B87EE7. 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 #B87EE7

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B87EE7

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 #B87EE7

Text with #B87EE7

This text has a font color of #B87EE7.

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

#B87EE7 background color

This paragraph has a background color of #B87EE7.

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

#B87EE7 border color

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

#B87EE7 box shadow

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