Color: #BD83DE

#BD83DE Color Information

#BD83DE is a light color. The closest websafe version is #BD83DE. A complement of this color would be #A4DE82, perceived brightness is 0.62, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 278°,a saturation of 58%, and a lightness of 69%.The HSV representation shows a hue of 278°, a saturation of 41%, and a value of 87%.

In a RGB color space, #BD83DE is composed of 74% red, 51% green and 87% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 41% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 32.02, x: 0.3221, and y: 0.2492.

Color Code #BD83DE

#BD83DErgb(189, 131, 222)
HEX
#BD83DE
RGB
rgb(189, 131, 222)
HSL
hsl(278, 58%, 69%)
HSV
hsv(278, 41%, 87%)
CMYK
15%, 41%, 0%, 13%
XYZ
X: 41.38, Y: 32.02, Z: 55.08
Lab
L: 63.36, a: 35.08, b: -37.96
Name

Shades of Color #BD83DE

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

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

#BD83DErgb(189, 131, 222)

About #BD83DE Color Code

In the HSL color space, this color has a hue angle of 278°, a saturation of 58%, and a lightness of 69%. The HSV representation shows a hue of 278°, a saturation of 41%, and a value of 87%.

  • HEX: #BD83DE
  • RGB: rgb(189, 131, 222)
  • HSL: hsl(278, 58%, 69%)
  • HSV: hsv(278, 41%, 87%)
  • CMYK: 15.00% cyan, 41.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 41.38, 32.02, 55.08
  • Yxy: 32.02, 0.3221, 0.2492
  • Hunter Lab: 63.36, 35.08, -37.96
  • CIE-Lab: 63.36, 35.08, -37.96

In the XYZ color space, this color is represented as X: 41.38, Y: 32.02, Z: 55.08. The Yxy representation further refines this as Y: 32.02, x: 0.3221, and y: 0.2492.

In the Hunter Lab color space, this color is represented as L: 63.36, a: 35.08, and b: -37.96. Similarly, in the CIE-Lab color space, it is represented as L: 63.36, a: 35.08, and b: -37.96.

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

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

Analogous Colors of #BD83DE

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

Split Complementary Colors of #BD83DE

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

Tetradic Colors of #BD83DE

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

Monochromatic Colors of #BD83DE

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

Complementary Color of #BD83DE

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

/* Using HEX */
body {
  background-color: #bd83de;
}
/* Using RGB */
body {
  background-color: rgb(189, 131, 222);
}
/* Using RGB with opacity */
body {
  background-color: rgba(189, 131, 222, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(278, 58%, 69%);
}
/* Text color */
p {
  color: #bd83de;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bd83de;
}
/* Border color */
.box {
  border: 4px solid #bd83de;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bd83de;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bd83de;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BD83DE
On Black Background
#BD83DE
On White Background
#BD83DE

HTML Examples of #BD83DE

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

Related Colors of #BD83DE

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