Color: #B45BBF

#B45BBF Color Information

#B45BBF is a light color. The closest websafe version is #B45BBF. A complement of this color would be #66BF5A, perceived brightness is 0.51, and the grayscale version is #8D8D8D.

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

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

In the Yxy color space, this color is represented as Y: 20.81, x: 0.3447, and y: 0.2285.

Color Code #B45BBF

#B45BBFrgb(180, 91, 191)
HEX
#B45BBF
RGB
rgb(180, 91, 191)
HSL
hsl(293, 44%, 55%)
HSV
hsv(293, 52%, 75%)
CMYK
6%, 52%, 0%, 25%
XYZ
X: 31.39, Y: 20.81, Z: 38.86
Lab
L: 52.74, a: 47.63, b: -37.07
Name

Shades of Color #B45BBF

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

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

#B45BBFrgb(180, 91, 191)

About #B45BBF Color Code

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

  • HEX: #B45BBF
  • RGB: rgb(180, 91, 191)
  • HSL: hsl(293, 44%, 55%)
  • HSV: hsv(293, 52%, 75%)
  • CMYK: 6.00% cyan, 52.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 31.39, 20.81, 38.86
  • Yxy: 20.81, 0.3447, 0.2285
  • Hunter Lab: 52.74, 47.63, -37.07
  • CIE-Lab: 52.74, 47.63, -37.07

In the XYZ color space, this color is represented as X: 31.39, Y: 20.81, Z: 38.86. The Yxy representation further refines this as Y: 20.81, x: 0.3447, and y: 0.2285.

In the Hunter Lab color space, this color is represented as L: 52.74, a: 47.63, and b: -37.07. Similarly, in the CIE-Lab color space, it is represented as L: 52.74, a: 47.63, and b: -37.07.

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

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

Analogous Colors of #B45BBF

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

Split Complementary Colors of #B45BBF

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

Tetradic Colors of #B45BBF

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

Monochromatic Colors of #B45BBF

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

Complementary Color of #B45BBF

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

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

HTML Examples of #B45BBF

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

Related Colors of #B45BBF

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