Color: #B49FDD

#B49FDD Color Information

#B49FDD is a light color. The closest websafe version is #B49FDD. A complement of this color would be #C9DEA1, perceived brightness is 0.68, and the grayscale version is #BEBEBE.

In the HSL color space, this color has a hue angle of 260°,a saturation of 48%, and a lightness of 75%.The HSV representation shows a hue of 260°, a saturation of 28%, and a value of 87%.

In a RGB color space, #B49FDD is composed of 71% red, 62% green and 87% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 28% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 39.39, x: 0.3145, and y: 0.2841.

Color Code #B49FDD

#B49FDDrgb(180, 159, 221)
HEX
#B49FDD
RGB
rgb(180, 159, 221)
HSL
hsl(260, 48%, 75%)
HSV
hsv(260, 28%, 87%)
CMYK
19%, 28%, 0%, 13%
XYZ
X: 43.60, Y: 39.39, Z: 55.64
Lab
L: 69.03, a: 17.24, b: -28.77
Name

Shades of Color #B49FDD

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

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

#B49FDDrgb(180, 159, 221)

About #B49FDD Color Code

In the HSL color space, this color has a hue angle of 260°, a saturation of 48%, and a lightness of 75%. The HSV representation shows a hue of 260°, a saturation of 28%, and a value of 87%.

  • HEX: #B49FDD
  • RGB: rgb(180, 159, 221)
  • HSL: hsl(260, 48%, 75%)
  • HSV: hsv(260, 28%, 87%)
  • CMYK: 19.00% cyan, 28.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 43.60, 39.39, 55.64
  • Yxy: 39.39, 0.3145, 0.2841
  • Hunter Lab: 69.03, 17.24, -28.77
  • CIE-Lab: 69.03, 17.24, -28.77

In the XYZ color space, this color is represented as X: 43.60, Y: 39.39, Z: 55.64. The Yxy representation further refines this as Y: 39.39, x: 0.3145, and y: 0.2841.

In the Hunter Lab color space, this color is represented as L: 69.03, a: 17.24, and b: -28.77. Similarly, in the CIE-Lab color space, it is represented as L: 69.03, a: 17.24, and b: -28.77.

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

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

Analogous Colors of #B49FDD

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

Split Complementary Colors of #B49FDD

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

Tetradic Colors of #B49FDD

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

Monochromatic Colors of #B49FDD

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

Complementary Color of #B49FDD

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

/* Using HEX */
body {
  background-color: #b49fdd;
}
/* Using RGB */
body {
  background-color: rgb(180, 159, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 159, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(260, 48%, 75%);
}
/* Text color */
p {
  color: #b49fdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b49fdd;
}
/* Border color */
.box {
  border: 4px solid #b49fdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b49fdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b49fdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B49FDD
On Black Background
#B49FDD
On White Background
#B49FDD

HTML Examples of #B49FDD

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

Related Colors of #B49FDD

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