Color: #B18FDF

#B18FDF Color Information

#B18FDF is a light color. The closest websafe version is #B18FDF. A complement of this color would be #BDE090, perceived brightness is 0.64, and the grayscale version is #B7B7B7.

In the HSL color space, this color has a hue angle of 266°,a saturation of 56%, and a lightness of 72%.The HSV representation shows a hue of 266°, a saturation of 36%, and a value of 87%.

In a RGB color space, #B18FDF is composed of 69% red, 56% green and 87% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 36% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 33.95, x: 0.3095, and y: 0.2607.

Color Code #B18FDF

#B18FDFrgb(177, 143, 223)
HEX
#B18FDF
RGB
rgb(177, 143, 223)
HSL
hsl(266, 56%, 72%)
HSV
hsv(266, 36%, 87%)
CMYK
21%, 36%, 0%, 13%
XYZ
X: 40.31, Y: 33.95, Z: 55.98
Lab
L: 64.92, a: 25.06, b: -36.21
Name

Shades of Color #B18FDF

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

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

#B18FDFrgb(177, 143, 223)

About #B18FDF Color Code

In the HSL color space, this color has a hue angle of 266°, a saturation of 56%, and a lightness of 72%. The HSV representation shows a hue of 266°, a saturation of 36%, and a value of 87%.

  • HEX: #B18FDF
  • RGB: rgb(177, 143, 223)
  • HSL: hsl(266, 56%, 72%)
  • HSV: hsv(266, 36%, 87%)
  • CMYK: 21.00% cyan, 36.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 40.31, 33.95, 55.98
  • Yxy: 33.95, 0.3095, 0.2607
  • Hunter Lab: 64.92, 25.06, -36.21
  • CIE-Lab: 64.92, 25.06, -36.21

In the XYZ color space, this color is represented as X: 40.31, Y: 33.95, Z: 55.98. The Yxy representation further refines this as Y: 33.95, x: 0.3095, and y: 0.2607.

In the Hunter Lab color space, this color is represented as L: 64.92, a: 25.06, and b: -36.21. Similarly, in the CIE-Lab color space, it is represented as L: 64.92, a: 25.06, and b: -36.21.

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

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

Analogous Colors of #B18FDF

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

Monochromatic Colors of #B18FDF

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

Complementary Color of #B18FDF

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

/* Using HEX */
body {
  background-color: #b18fdf;
}
/* Using RGB */
body {
  background-color: rgb(177, 143, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 143, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(266, 56%, 72%);
}
/* Text color */
p {
  color: #b18fdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b18fdf;
}
/* Border color */
.box {
  border: 4px solid #b18fdf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b18fdf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b18fdf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B18FDF
On Black Background
#B18FDF
On White Background
#B18FDF

HTML Examples of #B18FDF

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

Related Colors of #B18FDF

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