Color: #BC8CDD

#BC8CDD Color Information

#BC8CDD is a light color. The closest websafe version is #BC8CDD. A complement of this color would be #ADDD8D, perceived brightness is 0.64, and the grayscale version is #B5B5B5.

In the HSL color space, this color has a hue angle of 276°,a saturation of 54%, and a lightness of 71%.The HSV representation shows a hue of 276°, a saturation of 37%, and a value of 87%.

In a RGB color space, #BC8CDD is composed of 74% red, 55% green and 87% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 37% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 34.37, x: 0.3219, and y: 0.2611.

Color Code #BC8CDD

#BC8CDDrgb(188, 140, 221)
HEX
#BC8CDD
RGB
rgb(188, 140, 221)
HSL
hsl(276, 54%, 71%)
HSV
hsv(276, 37%, 87%)
CMYK
15%, 37%, 0%, 13%
XYZ
X: 42.37, Y: 34.37, Z: 54.89
Lab
L: 65.26, a: 29.89, b: -34.48
Name

Shades of Color #BC8CDD

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

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

#BC8CDDrgb(188, 140, 221)

About #BC8CDD Color Code

In the HSL color space, this color has a hue angle of 276°, a saturation of 54%, and a lightness of 71%. The HSV representation shows a hue of 276°, a saturation of 37%, and a value of 87%.

  • HEX: #BC8CDD
  • RGB: rgb(188, 140, 221)
  • HSL: hsl(276, 54%, 71%)
  • HSV: hsv(276, 37%, 87%)
  • CMYK: 15.00% cyan, 37.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 42.37, 34.37, 54.89
  • Yxy: 34.37, 0.3219, 0.2611
  • Hunter Lab: 65.26, 29.89, -34.48
  • CIE-Lab: 65.26, 29.89, -34.48

In the XYZ color space, this color is represented as X: 42.37, Y: 34.37, Z: 54.89. The Yxy representation further refines this as Y: 34.37, x: 0.3219, and y: 0.2611.

In the Hunter Lab color space, this color is represented as L: 65.26, a: 29.89, and b: -34.48. Similarly, in the CIE-Lab color space, it is represented as L: 65.26, a: 29.89, and b: -34.48.

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

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

Analogous Colors of #BC8CDD

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

Monochromatic Colors of #BC8CDD

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

Complementary Color of #BC8CDD

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

/* Using HEX */
body {
  background-color: #bc8cdd;
}
/* Using RGB */
body {
  background-color: rgb(188, 140, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 140, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(276, 54%, 71%);
}
/* Text color */
p {
  color: #bc8cdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bc8cdd;
}
/* Border color */
.box {
  border: 4px solid #bc8cdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bc8cdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bc8cdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BC8CDD
On Black Background
#BC8CDD
On White Background
#BC8CDD

HTML Examples of #BC8CDD

<!-- Using HEX -->
<div style="background-color: #bc8cdd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(188, 140, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(188, 140, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(276, 54%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bc8cdd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bc8cdd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bc8cdd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bc8cdd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bc8cdd; color: #fff; padding: 16px; border-radius: 8px;">
  #BC8CDD
</div>
#BC8CDD
On Black Background
#BC8CDD
On White Background
#BC8CDD

Related Colors of #BC8CDD

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