Color: #B57BCF

#B57BCF Color Information

#B57BCF is a light color. The closest websafe version is #B57BCF. A complement of this color would be #96D07C, perceived brightness is 0.59, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 281°,a saturation of 47%, and a lightness of 65%.The HSV representation shows a hue of 281°, a saturation of 41%, and a value of 81%.

In a RGB color space, #B57BCF is composed of 71% red, 48% green and 81% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 41% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 28.26, x: 0.3274, and y: 0.2521.

Color Code #B57BCF

#B57BCFrgb(181, 123, 207)
HEX
#B57BCF
RGB
rgb(181, 123, 207)
HSL
hsl(281, 47%, 65%)
HSV
hsv(281, 41%, 81%)
CMYK
13%, 41%, 0%, 19%
XYZ
X: 36.70, Y: 28.26, Z: 47.13
Lab
L: 60.13, a: 34.24, b: -34.68
Name

Shades of Color #B57BCF

Shades are created by darkening the original color #B57BCF 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 #B57BCF

Tints are created by lightening the original color #B57BCF 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.

#B57BCFrgb(181, 123, 207)

About #B57BCF Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 47%, and a lightness of 65%. The HSV representation shows a hue of 281°, a saturation of 41%, and a value of 81%.

  • HEX: #B57BCF
  • RGB: rgb(181, 123, 207)
  • HSL: hsl(281, 47%, 65%)
  • HSV: hsv(281, 41%, 81%)
  • CMYK: 13.00% cyan, 41.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 36.70, 28.26, 47.13
  • Yxy: 28.26, 0.3274, 0.2521
  • Hunter Lab: 60.13, 34.24, -34.68
  • CIE-Lab: 60.13, 34.24, -34.68

In the XYZ color space, this color is represented as X: 36.70, Y: 28.26, Z: 47.13. The Yxy representation further refines this as Y: 28.26, x: 0.3274, and y: 0.2521.

In the Hunter Lab color space, this color is represented as L: 60.13, a: 34.24, and b: -34.68. Similarly, in the CIE-Lab color space, it is represented as L: 60.13, a: 34.24, and b: -34.68.

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

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

Analogous Colors of #B57BCF

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

Split Complementary Colors of #B57BCF

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

Tetradic Colors of #B57BCF

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

Monochromatic Colors of #B57BCF

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

Complementary Color of #B57BCF

The complementary color of #B57BCF 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 #B57BCF

/* Using HEX */
body {
  background-color: #b57bcf;
}
/* Using RGB */
body {
  background-color: rgb(181, 123, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(181, 123, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 47%, 65%);
}
/* Text color */
p {
  color: #b57bcf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b57bcf;
}
/* Border color */
.box {
  border: 4px solid #b57bcf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b57bcf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b57bcf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B57BCF
On Black Background
#B57BCF
On White Background
#B57BCF

HTML Examples of #B57BCF

<!-- Using HEX -->
<div style="background-color: #b57bcf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(181, 123, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(181, 123, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(281, 47%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b57bcf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b57bcf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b57bcf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b57bcf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b57bcf; color: #fff; padding: 16px; border-radius: 8px;">
  #B57BCF
</div>
#B57BCF
On Black Background
#B57BCF
On White Background
#B57BCF

Related Colors of #B57BCF

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