Color #B546AE

HEX

#B546AE

RGB

(181, 70, 174)

Quick Actions

Color Values

Color Space Values
RGB
R: 181, G: 70, B: 174 (71%, 27%, 68%)
CMYK C: 0%, M: 61%, Y: 4%, K: 29%
HSL H: 304°, S: 44%, L: 49%
HSV H: 304°, S: 61%, V: 71%
CIE-LAB L: 48.59, a: 57.79, b: -34.06
CIE-LCH L: 48.59, C: 67.08, H: 329.49
Hunter-Lab L: 41.55, a: 48.99, b: -41.43
Web Safe
#cc3399
Complementary
#46b54c

#B546AE is a color with RGB values of 181 red, 70 green, and 174 blue (71%, 27%, 68% respectively). In the CMYK color space, it consists of 0% cyan, 61% magenta, 4% yellow, and 29% black. The color has a hue angle of 304°, 44% saturation, and 49% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc3399. The complementary color is #46b54c, 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 #B546AE

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #B546AE

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

Text with #B546AE

This text has a font color of #B546AE.

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

#B546AE background color

This paragraph has a background color of #B546AE.

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

#B546AE border color

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

#B546AE box shadow

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