Color: #BD29AC

#BD29AC Color Information

#BD29AC is a dark color. The closest websafe version is #BD29AC. A complement of this color would be #29BC3A, perceived brightness is 0.39, and the grayscale version is #737373.

In the HSL color space, this color has a hue angle of 307°,a saturation of 64%, and a lightness of 45%.The HSV representation shows a hue of 307°, a saturation of 78%, and a value of 74%.

In a RGB color space, #BD29AC is composed of 74% red, 16% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 9% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 15.41, x: 0.3873, and y: 0.2062.

Color Code #BD29AC

#BD29ACrgb(189, 41, 172)
HEX
#BD29AC
RGB
rgb(189, 41, 172)
HSL
hsl(307, 64%, 45%)
HSV
hsv(307, 78%, 74%)
CMYK
0%, 78%, 9%, 26%
XYZ
X: 28.95, Y: 15.41, Z: 30.39
Lab
L: 46.19, a: 66.72, b: -36.12
Name

Shades of Color #BD29AC

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

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

#BD29ACrgb(189, 41, 172)

About #BD29AC Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 64%, and a lightness of 45%. The HSV representation shows a hue of 307°, a saturation of 78%, and a value of 74%.

  • HEX: #BD29AC
  • RGB: rgb(189, 41, 172)
  • HSL: hsl(307, 64%, 45%)
  • HSV: hsv(307, 78%, 74%)
  • CMYK: 0.00% cyan, 78.00% magenta, 9.00% yellow, 26.00% black
  • XYZ: 28.95, 15.41, 30.39
  • Yxy: 15.41, 0.3873, 0.2062
  • Hunter Lab: 46.19, 66.72, -36.12
  • CIE-Lab: 46.19, 66.72, -36.12

In the XYZ color space, this color is represented as X: 28.95, Y: 15.41, Z: 30.39. The Yxy representation further refines this as Y: 15.41, x: 0.3873, and y: 0.2062.

In the Hunter Lab color space, this color is represented as L: 46.19, a: 66.72, and b: -36.12. Similarly, in the CIE-Lab color space, it is represented as L: 46.19, a: 66.72, and b: -36.12.

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

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

Analogous Colors of #BD29AC

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

Split Complementary Colors of #BD29AC

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

Tetradic Colors of #BD29AC

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

Monochromatic Colors of #BD29AC

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

Complementary Color of #BD29AC

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

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

HTML Examples of #BD29AC

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

Related Colors of #BD29AC

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