Color: #BC8BDD

#BC8BDD Color Information

#BC8BDD is a light color. The closest websafe version is #BC8BDD. A complement of this color would be #ADDE8C, perceived brightness is 0.64, and the grayscale version is #B4B4B4.

In the HSL color space, this color has a hue angle of 276°,a saturation of 55%, 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, #BC8BDD 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.08, x: 0.3219, and y: 0.2599.

Color Code #BC8BDD

#BC8BDDrgb(188, 139, 221)
HEX
#BC8BDD
RGB
rgb(188, 139, 221)
HSL
hsl(276, 55%, 71%)
HSV
hsv(276, 37%, 87%)
CMYK
15%, 37%, 0%, 13%
XYZ
X: 42.22, Y: 34.08, Z: 54.85
Lab
L: 65.03, a: 30.42, b: -34.84
Name

Shades of Color #BC8BDD

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

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

#BC8BDDrgb(188, 139, 221)

About #BC8BDD Color Code

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

  • HEX: #BC8BDD
  • RGB: rgb(188, 139, 221)
  • HSL: hsl(276, 55%, 71%)
  • HSV: hsv(276, 37%, 87%)
  • CMYK: 15.00% cyan, 37.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 42.22, 34.08, 54.85
  • Yxy: 34.08, 0.3219, 0.2599
  • Hunter Lab: 65.03, 30.42, -34.84
  • CIE-Lab: 65.03, 30.42, -34.84

In the XYZ color space, this color is represented as X: 42.22, Y: 34.08, Z: 54.85. The Yxy representation further refines this as Y: 34.08, x: 0.3219, and y: 0.2599.

In the Hunter Lab color space, this color is represented as L: 65.03, a: 30.42, and b: -34.84. Similarly, in the CIE-Lab color space, it is represented as L: 65.03, a: 30.42, and b: -34.84.

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

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

Analogous Colors of #BC8BDD

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

Monochromatic Colors of #BC8BDD

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

Complementary Color of #BC8BDD

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

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

HTML Examples of #BC8BDD

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

Related Colors of #BC8BDD

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