Color: #B49FEF

#B49FEF Color Information

#B49FEF is a light color. The closest websafe version is #B49FEF. A complement of this color would be #D9EF9F, perceived brightness is 0.68, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 256°,a saturation of 71%, and a lightness of 78%.The HSV representation shows a hue of 256°, a saturation of 33%, and a value of 94%.

In a RGB color space, #B49FEF is composed of 71% red, 62% green and 94% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 33% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 40.24, x: 0.3010, and y: 0.2656.

Color Code #B49FEF

#B49FEFrgb(180, 159, 239)
HEX
#B49FEF
RGB
rgb(180, 159, 239)
HSL
hsl(256, 71%, 78%)
HSV
hsv(256, 33%, 94%)
CMYK
25%, 33%, 0%, 6%
XYZ
X: 45.60, Y: 40.24, Z: 65.65
Lab
L: 69.64, a: 20.42, b: -37.66
Name

Shades of Color #B49FEF

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

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

#B49FEFrgb(180, 159, 239)

About #B49FEF Color Code

In the HSL color space, this color has a hue angle of 256°, a saturation of 71%, and a lightness of 78%. The HSV representation shows a hue of 256°, a saturation of 33%, and a value of 94%.

  • HEX: #B49FEF
  • RGB: rgb(180, 159, 239)
  • HSL: hsl(256, 71%, 78%)
  • HSV: hsv(256, 33%, 94%)
  • CMYK: 25.00% cyan, 33.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 45.60, 40.24, 65.65
  • Yxy: 40.24, 0.3010, 0.2656
  • Hunter Lab: 69.64, 20.42, -37.66
  • CIE-Lab: 69.64, 20.42, -37.66

In the XYZ color space, this color is represented as X: 45.60, Y: 40.24, Z: 65.65. The Yxy representation further refines this as Y: 40.24, x: 0.3010, and y: 0.2656.

In the Hunter Lab color space, this color is represented as L: 69.64, a: 20.42, and b: -37.66. Similarly, in the CIE-Lab color space, it is represented as L: 69.64, a: 20.42, and b: -37.66.

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

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

Analogous Colors of #B49FEF

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

Split Complementary Colors of #B49FEF

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

Tetradic Colors of #B49FEF

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

Monochromatic Colors of #B49FEF

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

Complementary Color of #B49FEF

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

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

HTML Examples of #B49FEF

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

Related Colors of #B49FEF

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