Color: #BE81BD

#BE81BD Color Information

#BE81BD is a light color. The closest websafe version is #BE81BD. A complement of this color would be #82BF83, perceived brightness is 0.60, and the grayscale version is #A0A0A0.

In the HSL color space, this color has a hue angle of 301°,a saturation of 32%, and a lightness of 63%.The HSV representation shows a hue of 301°, a saturation of 32%, and a value of 75%.

In a RGB color space, #BE81BD is composed of 75% red, 51% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 1% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 30.28, x: 0.3547, and y: 0.2813.

Color Code #BE81BD

#BE81BDrgb(190, 129, 189)
HEX
#BE81BD
RGB
rgb(190, 129, 189)
HSL
hsl(301, 32%, 63%)
HSV
hsv(301, 32%, 75%)
CMYK
0%, 32%, 1%, 25%
XYZ
X: 38.19, Y: 30.28, Z: 39.19
Lab
L: 61.89, a: 31.44, b: -21.74
Name

Shades of Color #BE81BD

Shades are created by darkening the original color #BE81BD in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BE81BD

Tints are created by lightening the original color #BE81BD in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#BE81BDrgb(190, 129, 189)

About #BE81BD Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 32%, and a lightness of 63%. The HSV representation shows a hue of 301°, a saturation of 32%, and a value of 75%.

  • HEX: #BE81BD
  • RGB: rgb(190, 129, 189)
  • HSL: hsl(301, 32%, 63%)
  • HSV: hsv(301, 32%, 75%)
  • CMYK: 0.00% cyan, 32.00% magenta, 100.00% yellow, 25.00% black
  • XYZ: 38.19, 30.28, 39.19
  • Yxy: 30.28, 0.3547, 0.2813
  • Hunter Lab: 61.89, 31.44, -21.74
  • CIE-Lab: 61.89, 31.44, -21.74

In the XYZ color space, this color is represented as X: 38.19, Y: 30.28, Z: 39.19. The Yxy representation further refines this as Y: 30.28, x: 0.3547, and y: 0.2813.

In the Hunter Lab color space, this color is represented as L: 61.89, a: 31.44, and b: -21.74. Similarly, in the CIE-Lab color space, it is represented as L: 61.89, a: 31.44, and b: -21.74.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BE81BD

Triadic colors are three colors evenly spaced around the color wheel, including #BE81BD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BE81BD

Analogous colors are adjacent to #BE81BD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #BE81BD

Split complementary colors are two colors adjacent to the complementary color of #BE81BD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BE81BD

Tetradic colors form a rectangle on the color wheel, including #BE81BD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BE81BD

Monochromatic colors are variations of #BE81BD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BE81BD

The complementary color of #BE81BD is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BE81BD

/* Using HEX */
body {
  background-color: #be81bd;
}
/* Using RGB */
body {
  background-color: rgb(190, 129, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 129, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 32%, 63%);
}
/* Text color */
p {
  color: #be81bd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be81bd;
}
/* Border color */
.box {
  border: 4px solid #be81bd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #be81bd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #be81bd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BE81BD
On Black Background
#BE81BD
On White Background
#BE81BD

HTML Examples of #BE81BD

<!-- Using HEX -->
<div style="background-color: #be81bd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(190, 129, 189); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(190, 129, 189, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(301, 32%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #be81bd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #be81bd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #be81bd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #be81bd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #be81bd; color: #fff; padding: 16px; border-radius: 8px;">
  #BE81BD
</div>
#BE81BD
On Black Background
#BE81BD
On White Background
#BE81BD

Related Colors of #BE81BD

These colors are similar to #BE81BD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.