Color: #B37BDB

#B37BDB Color Information

#B37BDB is a light color. The closest websafe version is #B37BDB. A complement of this color would be #A3DB7B, perceived brightness is 0.59, and the grayscale version is #ABABAB.

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

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

In the Yxy color space, this color is represented as Y: 28.52, x: 0.3142, and y: 0.2395.

Color Code #B37BDB

HEX
#B37BDB
RGB
rgb(179, 123, 219)
HSL
hsl(275, 57%, 67%)
HSV
hsv(275, 44%, 86%)
CMYK
18%, 44%, 0%, 14%
XYZ
X: 37.42, Y: 28.52, Z: 53.14
Lab
L: 60.36, a: 35.58, b: -41.06
Name

Shades of Color #B37BDB

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

Tints are created by lightening the original color #B37BDB 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 #B37BDB Color Code

In the HSL color space, this color has a hue angle of 275°, a saturation of 57%, and a lightness of 67%. The HSV representation shows a hue of 275°, a saturation of 44%, and a value of 86%.

  • HEX: #B37BDB
  • RGB: rgb(179, 123, 219)
  • HSL: hsl(275, 57%, 67%)
  • HSV: hsv(275, 44%, 86%)
  • CMYK: 18.00% cyan, 44.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 37.42, 28.52, 53.14
  • Yxy: 28.52, 0.3142, 0.2395
  • Hunter Lab: 60.36, 35.58, -41.06
  • CIE-Lab: 60.36, 35.58, -41.06

In the XYZ color space, this color is represented as X: 37.42, Y: 28.52, Z: 53.14. The Yxy representation further refines this as Y: 28.52, x: 0.3142, and y: 0.2395.

In the Hunter Lab color space, this color is represented as L: 60.36, a: 35.58, and b: -41.06. Similarly, in the CIE-Lab color space, it is represented as L: 60.36, a: 35.58, and b: -41.06.

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

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

Analogous Colors of #B37BDB

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

Monochromatic Colors of #B37BDB

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

Complementary Color of #B37BDB

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

/* Using HEX */
body {
  background-color: #b37bdb;
}
/* Using RGB */
body {
  background-color: rgb(179, 123, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 123, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(275, 57%, 67%);
}
/* Text color */
p {
  color: #b37bdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b37bdb;
}

HTML Examples of #B37BDB

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

Related Colors of #B37BDB

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