Color: #B58DFA

#B58DFA Color Information

#B58DFA is a light color. The closest websafe version is #B58DFA. A complement of this color would be #D3FA8E, perceived brightness is 0.65, and the grayscale version is #C3C3C3.

In the HSL color space, this color has a hue angle of 262°,a saturation of 92%, and a lightness of 77%.The HSV representation shows a hue of 262°, a saturation of 44%, and a value of 98%.

In a RGB color space, #B58DFA is composed of 71% red, 55% green and 98% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 44% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 35.17, x: 0.2924, and y: 0.2333.

Color Code #B58DFA

#B58DFArgb(181, 141, 250)
HEX
#B58DFA
RGB
rgb(181, 141, 250)
HSL
hsl(262, 92%, 77%)
HSV
hsv(262, 44%, 98%)
CMYK
28%, 44%, 0%, 2%
XYZ
X: 44.08, Y: 35.17, Z: 71.50
Lab
L: 65.88, a: 32.25, b: -49.50
Name

Shades of Color #B58DFA

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

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

#B58DFArgb(181, 141, 250)

About #B58DFA Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 92%, and a lightness of 77%. The HSV representation shows a hue of 262°, a saturation of 44%, and a value of 98%.

  • HEX: #B58DFA
  • RGB: rgb(181, 141, 250)
  • HSL: hsl(262, 92%, 77%)
  • HSV: hsv(262, 44%, 98%)
  • CMYK: 28.00% cyan, 44.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 44.08, 35.17, 71.50
  • Yxy: 35.17, 0.2924, 0.2333
  • Hunter Lab: 65.88, 32.25, -49.50
  • CIE-Lab: 65.88, 32.25, -49.50

In the XYZ color space, this color is represented as X: 44.08, Y: 35.17, Z: 71.50. The Yxy representation further refines this as Y: 35.17, x: 0.2924, and y: 0.2333.

In the Hunter Lab color space, this color is represented as L: 65.88, a: 32.25, and b: -49.50. Similarly, in the CIE-Lab color space, it is represented as L: 65.88, a: 32.25, and b: -49.50.

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

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

Analogous Colors of #B58DFA

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

Split Complementary Colors of #B58DFA

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

Tetradic Colors of #B58DFA

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

Monochromatic Colors of #B58DFA

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

Complementary Color of #B58DFA

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

/* Using HEX */
body {
  background-color: #b58dfa;
}
/* Using RGB */
body {
  background-color: rgb(181, 141, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(181, 141, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 92%, 77%);
}
/* Text color */
p {
  color: #b58dfa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b58dfa;
}
/* Border color */
.box {
  border: 4px solid #b58dfa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b58dfa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b58dfa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B58DFA
On Black Background
#B58DFA
On White Background
#B58DFA

HTML Examples of #B58DFA

<!-- Using HEX -->
<div style="background-color: #b58dfa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(181, 141, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(181, 141, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(262, 92%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b58dfa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b58dfa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b58dfa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b58dfa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b58dfa; color: #fff; padding: 16px; border-radius: 8px;">
  #B58DFA
</div>
#B58DFA
On Black Background
#B58DFA
On White Background
#B58DFA

Related Colors of #B58DFA

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