Color: #B39BFC

#B39BFC Color Information

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

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 38%, and a value of 99%.

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

In the Yxy color space, this color is represented as Y: 39.43, x: 0.2907, and y: 0.2480.

Color Code #B39BFC

#B39BFCrgb(179, 155, 252)
HEX
#B39BFC
RGB
rgb(179, 155, 252)
HSL
hsl(255, 94%, 80%)
HSV
hsv(255, 38%, 99%)
CMYK
29%, 38%, 0%, 1%
XYZ
X: 46.21, Y: 39.43, Z: 73.33
Lab
L: 69.06, a: 24.63, b: -45.63
Name

Shades of Color #B39BFC

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

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

#B39BFCrgb(179, 155, 252)

About #B39BFC 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 38%, and a value of 99%.

  • HEX: #B39BFC
  • RGB: rgb(179, 155, 252)
  • HSL: hsl(255, 94%, 80%)
  • HSV: hsv(255, 38%, 99%)
  • CMYK: 29.00% cyan, 38.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 46.21, 39.43, 73.33
  • Yxy: 39.43, 0.2907, 0.2480
  • Hunter Lab: 69.06, 24.63, -45.63
  • CIE-Lab: 69.06, 24.63, -45.63

In the XYZ color space, this color is represented as X: 46.21, Y: 39.43, Z: 73.33. The Yxy representation further refines this as Y: 39.43, x: 0.2907, and y: 0.2480.

In the Hunter Lab color space, this color is represented as L: 69.06, a: 24.63, and b: -45.63. Similarly, in the CIE-Lab color space, it is represented as L: 69.06, a: 24.63, and b: -45.63.

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

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

Analogous Colors of #B39BFC

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

Split Complementary Colors of #B39BFC

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

Tetradic Colors of #B39BFC

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

Monochromatic Colors of #B39BFC

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

Complementary Color of #B39BFC

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

/* Using HEX */
body {
  background-color: #b39bfc;
}
/* Using RGB */
body {
  background-color: rgb(179, 155, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 155, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(255, 94%, 80%);
}
/* Text color */
p {
  color: #b39bfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b39bfc;
}
/* Border color */
.box {
  border: 4px solid #b39bfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b39bfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b39bfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B39BFC
On Black Background
#B39BFC
On White Background
#B39BFC

HTML Examples of #B39BFC

<!-- Using HEX -->
<div style="background-color: #b39bfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 155, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 155, 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: #b39bfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b39bfc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b39bfc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b39bfc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b39bfc; color: #fff; padding: 16px; border-radius: 8px;">
  #B39BFC
</div>
#B39BFC
On Black Background
#B39BFC
On White Background
#B39BFC

Related Colors of #B39BFC

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