Color: #B68BDD

#B68BDD Color Information

#B68BDD is a light color. The closest websafe version is #B68BDD. A complement of this color would be #B4DE8C, perceived brightness is 0.63, and the grayscale version is #B4B4B4.

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

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

In the Yxy color space, this color is represented as Y: 33.30, x: 0.3159, and y: 0.2586.

Color Code #B68BDD

#B68BDDrgb(182, 139, 221)
HEX
#B68BDD
RGB
rgb(182, 139, 221)
HSL
hsl(271, 55%, 71%)
HSV
hsv(271, 37%, 87%)
CMYK
18%, 37%, 0%, 13%
XYZ
X: 40.69, Y: 33.30, Z: 54.80
Lab
L: 64.40, a: 28.46, b: -35.86
Name

Shades of Color #B68BDD

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

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

#B68BDDrgb(182, 139, 221)

About #B68BDD Color Code

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

  • HEX: #B68BDD
  • RGB: rgb(182, 139, 221)
  • HSL: hsl(271, 55%, 71%)
  • HSV: hsv(271, 37%, 87%)
  • CMYK: 18.00% cyan, 37.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 40.69, 33.30, 54.80
  • Yxy: 33.30, 0.3159, 0.2586
  • Hunter Lab: 64.40, 28.46, -35.86
  • CIE-Lab: 64.40, 28.46, -35.86

In the XYZ color space, this color is represented as X: 40.69, Y: 33.30, Z: 54.80. The Yxy representation further refines this as Y: 33.30, x: 0.3159, and y: 0.2586.

In the Hunter Lab color space, this color is represented as L: 64.40, a: 28.46, and b: -35.86. Similarly, in the CIE-Lab color space, it is represented as L: 64.40, a: 28.46, and b: -35.86.

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

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

Analogous Colors of #B68BDD

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

Monochromatic Colors of #B68BDD

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

Complementary Color of #B68BDD

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

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

HTML Examples of #B68BDD

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

Related Colors of #B68BDD

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