Color: #B39AFC

#B39AFC Color Information

#B39AFC is a light color. The closest websafe version is #B39AFC. A complement of this color would be #E4FC9C, perceived brightness is 0.68, and the grayscale version is #CBCBCB.

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

In a RGB color space, #B39AFC is composed of 70% red, 60% green and 99% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 39% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 39.10, x: 0.2906, and y: 0.2468.

Color Code #B39AFC

HEX
#B39AFC
RGB
rgb(179, 154, 252)
HSL
hsl(255, 94%, 80%)
HSV
hsv(255, 39%, 99%)
CMYK
29%, 39%, 0%, 1%
XYZ
X: 46.03, Y: 39.10, Z: 73.29
Lab
L: 68.82, a: 25.16, b: -46.00
Name

Shades of Color #B39AFC

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

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

In the HSL color space, this color has a hue angle of 255°, a saturation of 94%, and a lightness of 80%. The HSV representation shows a hue of 255°, a saturation of 39%, and a value of 99%.

  • HEX: #B39AFC
  • RGB: rgb(179, 154, 252)
  • HSL: hsl(255, 94%, 80%)
  • HSV: hsv(255, 39%, 99%)
  • CMYK: 29.00% cyan, 39.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 46.03, 39.10, 73.29
  • Yxy: 39.10, 0.2906, 0.2468
  • Hunter Lab: 68.82, 25.16, -46.00
  • CIE-Lab: 68.82, 25.16, -46.00

In the XYZ color space, this color is represented as X: 46.03, Y: 39.10, Z: 73.29. The Yxy representation further refines this as Y: 39.10, x: 0.2906, and y: 0.2468.

In the Hunter Lab color space, this color is represented as L: 68.82, a: 25.16, and b: -46.00. Similarly, in the CIE-Lab color space, it is represented as L: 68.82, a: 25.16, and b: -46.00.

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

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

Analogous Colors of #B39AFC

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

Monochromatic Colors of #B39AFC

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

Complementary Color of #B39AFC

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

/* Using HEX */
body {
  background-color: #b39afc;
}
/* Using RGB */
body {
  background-color: rgb(179, 154, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 154, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(255, 94%, 80%);
}
/* Text color */
p {
  color: #b39afc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b39afc;
}

HTML Examples of #B39AFC

<!-- Using HEX -->
<div style="background-color: #b39afc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 154, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 154, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(255, 94%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b39afc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b39afc; width: 100px; height: 100px;"></div>

Related Colors of #B39AFC

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