Color: #B39CDB

#B39CDB Color Information

#B39CDB is a light color. The closest websafe version is #B39CDB. A complement of this color would be #C5DC9E, perceived brightness is 0.67, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 262°,a saturation of 47%, and a lightness of 74%.The HSV representation shows a hue of 262°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B39CDB is composed of 70% red, 61% green and 86% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 29% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 38.16, x: 0.3150, and y: 0.2822.

Color Code #B39CDB

HEX
#B39CDB
RGB
rgb(179, 156, 219)
HSL
hsl(262, 47%, 74%)
HSV
hsv(262, 29%, 86%)
CMYK
18%, 29%, 0%, 14%
XYZ
X: 42.59, Y: 38.16, Z: 54.45
Lab
L: 68.14, a: 18.14, b: -29.05
Name

Shades of Color #B39CDB

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

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

About #B39CDB Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 47%, and a lightness of 74%. The HSV representation shows a hue of 262°, a saturation of 29%, and a value of 86%.

  • HEX: #B39CDB
  • RGB: rgb(179, 156, 219)
  • HSL: hsl(262, 47%, 74%)
  • HSV: hsv(262, 29%, 86%)
  • CMYK: 18.00% cyan, 29.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 42.59, 38.16, 54.45
  • Yxy: 38.16, 0.3150, 0.2822
  • Hunter Lab: 68.14, 18.14, -29.05
  • CIE-Lab: 68.14, 18.14, -29.05

In the XYZ color space, this color is represented as X: 42.59, Y: 38.16, Z: 54.45. The Yxy representation further refines this as Y: 38.16, x: 0.3150, and y: 0.2822.

In the Hunter Lab color space, this color is represented as L: 68.14, a: 18.14, and b: -29.05. Similarly, in the CIE-Lab color space, it is represented as L: 68.14, a: 18.14, and b: -29.05.

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

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

Analogous Colors of #B39CDB

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

Monochromatic Colors of #B39CDB

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

Complementary Color of #B39CDB

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

/* Using HEX */
body {
  background-color: #b39cdb;
}
/* Using RGB */
body {
  background-color: rgb(179, 156, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 156, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 47%, 74%);
}
/* Text color */
p {
  color: #b39cdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b39cdb;
}

HTML Examples of #B39CDB

<!-- Using HEX -->
<div style="background-color: #b39cdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 156, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 156, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(262, 47%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b39cdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b39cdb; width: 100px; height: 100px;"></div>

Related Colors of #B39CDB

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