Color: #B16FDD

#B16FDD Color Information

#B16FDD is a light color. The closest websafe version is #B16FDD. A complement of this color would be #9BDD6E, perceived brightness is 0.56, and the grayscale version is #A6A6A6.

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

In a RGB color space, #B16FDD is composed of 69% red, 44% green and 87% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 50% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 25.56, x: 0.3099, and y: 0.2223.

Color Code #B16FDD

#B16FDDrgb(177, 111, 221)
HEX
#B16FDD
RGB
rgb(177, 111, 221)
HSL
hsl(276, 62%, 65%)
HSV
hsv(276, 50%, 87%)
CMYK
20%, 50%, 0%, 13%
XYZ
X: 35.64, Y: 25.56, Z: 53.79
Lab
L: 57.62, a: 41.51, b: -46.49
Name

Shades of Color #B16FDD

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

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

#B16FDDrgb(177, 111, 221)

About #B16FDD Color Code

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

  • HEX: #B16FDD
  • RGB: rgb(177, 111, 221)
  • HSL: hsl(276, 62%, 65%)
  • HSV: hsv(276, 50%, 87%)
  • CMYK: 20.00% cyan, 50.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 35.64, 25.56, 53.79
  • Yxy: 25.56, 0.3099, 0.2223
  • Hunter Lab: 57.62, 41.51, -46.49
  • CIE-Lab: 57.62, 41.51, -46.49

In the XYZ color space, this color is represented as X: 35.64, Y: 25.56, Z: 53.79. The Yxy representation further refines this as Y: 25.56, x: 0.3099, and y: 0.2223.

In the Hunter Lab color space, this color is represented as L: 57.62, a: 41.51, and b: -46.49. Similarly, in the CIE-Lab color space, it is represented as L: 57.62, a: 41.51, and b: -46.49.

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

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

Analogous Colors of #B16FDD

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

Monochromatic Colors of #B16FDD

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

Complementary Color of #B16FDD

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

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

HTML Examples of #B16FDD

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

Related Colors of #B16FDD

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