Color: #B45DBE

#B45DBE Color Information

#B45DBE is a light color. The closest websafe version is #B45DBE. A complement of this color would be #65BE5B, perceived brightness is 0.51, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 294°,a saturation of 43%, and a lightness of 55%.The HSV representation shows a hue of 294°, a saturation of 51%, and a value of 75%.

In a RGB color space, #B45DBE is composed of 71% red, 36% green and 75% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 51% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 21.12, x: 0.3457, and y: 0.2319.

Color Code #B45DBE

#B45DBErgb(180, 93, 190)
HEX
#B45DBE
RGB
rgb(180, 93, 190)
HSL
hsl(294, 43%, 55%)
HSV
hsv(294, 51%, 75%)
CMYK
5%, 51%, 0%, 25%
XYZ
X: 31.49, Y: 21.12, Z: 38.47
Lab
L: 53.08, a: 46.53, b: -35.97
Name

Shades of Color #B45DBE

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

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

#B45DBErgb(180, 93, 190)

About #B45DBE Color Code

In the HSL color space, this color has a hue angle of 294°, a saturation of 43%, and a lightness of 55%. The HSV representation shows a hue of 294°, a saturation of 51%, and a value of 75%.

  • HEX: #B45DBE
  • RGB: rgb(180, 93, 190)
  • HSL: hsl(294, 43%, 55%)
  • HSV: hsv(294, 51%, 75%)
  • CMYK: 5.00% cyan, 51.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 31.49, 21.12, 38.47
  • Yxy: 21.12, 0.3457, 0.2319
  • Hunter Lab: 53.08, 46.53, -35.97
  • CIE-Lab: 53.08, 46.53, -35.97

In the XYZ color space, this color is represented as X: 31.49, Y: 21.12, Z: 38.47. The Yxy representation further refines this as Y: 21.12, x: 0.3457, and y: 0.2319.

In the Hunter Lab color space, this color is represented as L: 53.08, a: 46.53, and b: -35.97. Similarly, in the CIE-Lab color space, it is represented as L: 53.08, a: 46.53, and b: -35.97.

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

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

Analogous Colors of #B45DBE

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

Monochromatic Colors of #B45DBE

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

Complementary Color of #B45DBE

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

/* Using HEX */
body {
  background-color: #b45dbe;
}
/* Using RGB */
body {
  background-color: rgb(180, 93, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 93, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 43%, 55%);
}
/* Text color */
p {
  color: #b45dbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b45dbe;
}
/* Border color */
.box {
  border: 4px solid #b45dbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b45dbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b45dbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B45DBE
On Black Background
#B45DBE
On White Background
#B45DBE

HTML Examples of #B45DBE

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

Related Colors of #B45DBE

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