Color: #B68FDD

#B68FDD Color Information

#B68FDD is a light color. The closest websafe version is #B68FDD. A complement of this color would be #B5DC8E, perceived brightness is 0.64, and the grayscale version is #B6B6B6.

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

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

In the Yxy color space, this color is represented as Y: 34.48, x: 0.3160, and y: 0.2637.

Color Code #B68FDD

#B68FDDrgb(182, 143, 221)
HEX
#B68FDD
RGB
rgb(182, 143, 221)
HSL
hsl(270, 53%, 71%)
HSV
hsv(270, 35%, 87%)
CMYK
18%, 35%, 0%, 13%
XYZ
X: 41.32, Y: 34.48, Z: 54.96
Lab
L: 65.34, a: 26.35, b: -34.41
Name

Shades of Color #B68FDD

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

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

#B68FDDrgb(182, 143, 221)

About #B68FDD Color Code

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

  • HEX: #B68FDD
  • RGB: rgb(182, 143, 221)
  • HSL: hsl(270, 53%, 71%)
  • HSV: hsv(270, 35%, 87%)
  • CMYK: 18.00% cyan, 35.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 41.32, 34.48, 54.96
  • Yxy: 34.48, 0.3160, 0.2637
  • Hunter Lab: 65.34, 26.35, -34.41
  • CIE-Lab: 65.34, 26.35, -34.41

In the XYZ color space, this color is represented as X: 41.32, Y: 34.48, Z: 54.96. The Yxy representation further refines this as Y: 34.48, x: 0.3160, and y: 0.2637.

In the Hunter Lab color space, this color is represented as L: 65.34, a: 26.35, and b: -34.41. Similarly, in the CIE-Lab color space, it is represented as L: 65.34, a: 26.35, and b: -34.41.

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

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

Analogous Colors of #B68FDD

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

Split Complementary Colors of #B68FDD

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

Tetradic Colors of #B68FDD

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

Monochromatic Colors of #B68FDD

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

Complementary Color of #B68FDD

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

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

HTML Examples of #B68FDD

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

Related Colors of #B68FDD

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