Color: #BD4577

#BD4577 Color Information

#BD4577 is a dark color. The closest websafe version is #BD4577. A complement of this color would be #46BE8C, perceived brightness is 0.43, and the grayscale version is #818181.

In the HSL color space, this color has a hue angle of 335°,a saturation of 48%, and a lightness of 51%.The HSV representation shows a hue of 335°, a saturation of 63%, and a value of 74%.

In a RGB color space, #BD4577 is composed of 74% red, 27% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 37% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 16.71, x: 0.4653, and y: 0.2867.

Color Code #BD4577

#BD4577rgb(189, 69, 119)
HEX
#BD4577
RGB
rgb(189, 69, 119)
HSL
hsl(335, 48%, 51%)
HSV
hsv(335, 63%, 74%)
CMYK
0%, 63%, 37%, 26%
XYZ
X: 27.12, Y: 16.71, Z: 14.46
Lab
L: 47.89, a: 52.22, b: -1.77
Name

Shades of Color #BD4577

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

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

#BD4577rgb(189, 69, 119)

About #BD4577 Color Code

In the HSL color space, this color has a hue angle of 335°, a saturation of 48%, and a lightness of 51%. The HSV representation shows a hue of 335°, a saturation of 63%, and a value of 74%.

  • HEX: #BD4577
  • RGB: rgb(189, 69, 119)
  • HSL: hsl(335, 48%, 51%)
  • HSV: hsv(335, 63%, 74%)
  • CMYK: 0.00% cyan, 63.00% magenta, 37.00% yellow, 26.00% black
  • XYZ: 27.12, 16.71, 14.46
  • Yxy: 16.71, 0.4653, 0.2867
  • Hunter Lab: 47.89, 52.22, -1.77
  • CIE-Lab: 47.89, 52.22, -1.77

In the XYZ color space, this color is represented as X: 27.12, Y: 16.71, Z: 14.46. The Yxy representation further refines this as Y: 16.71, x: 0.4653, and y: 0.2867.

In the Hunter Lab color space, this color is represented as L: 47.89, a: 52.22, and b: -1.77. Similarly, in the CIE-Lab color space, it is represented as L: 47.89, a: 52.22, and b: -1.77.

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

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

Analogous Colors of #BD4577

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

Split Complementary Colors of #BD4577

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

Tetradic Colors of #BD4577

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

Monochromatic Colors of #BD4577

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

Complementary Color of #BD4577

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

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

HTML Examples of #BD4577

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

Related Colors of #BD4577

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