Color: #B978B2

#B978B2 Color Information

#B978B2 is a light color. The closest websafe version is #B978B2. A complement of this color would be #78BA7F, perceived brightness is 0.57, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 306°,a saturation of 32%, and a lightness of 60%.The HSV representation shows a hue of 306°, a saturation of 35%, and a value of 73%.

In a RGB color space, #B978B2 is composed of 73% red, 47% green and 70% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 4% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 26.96, x: 0.3620, and y: 0.2808.

Color Code #B978B2

#B978B2rgb(185, 120, 178)
HEX
#B978B2
RGB
rgb(185, 120, 178)
HSL
hsl(306, 32%, 60%)
HSV
hsv(306, 35%, 73%)
CMYK
0%, 35%, 4%, 27%
XYZ
X: 34.76, Y: 26.96, Z: 34.29
Lab
L: 58.94, a: 32.85, b: -20.05
Name

Shades of Color #B978B2

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

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

#B978B2rgb(185, 120, 178)

About #B978B2 Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 32%, and a lightness of 60%. The HSV representation shows a hue of 306°, a saturation of 35%, and a value of 73%.

  • HEX: #B978B2
  • RGB: rgb(185, 120, 178)
  • HSL: hsl(306, 32%, 60%)
  • HSV: hsv(306, 35%, 73%)
  • CMYK: 0.00% cyan, 35.00% magenta, 4.00% yellow, 27.00% black
  • XYZ: 34.76, 26.96, 34.29
  • Yxy: 26.96, 0.3620, 0.2808
  • Hunter Lab: 58.94, 32.85, -20.05
  • CIE-Lab: 58.94, 32.85, -20.05

In the XYZ color space, this color is represented as X: 34.76, Y: 26.96, Z: 34.29. The Yxy representation further refines this as Y: 26.96, x: 0.3620, and y: 0.2808.

In the Hunter Lab color space, this color is represented as L: 58.94, a: 32.85, and b: -20.05. Similarly, in the CIE-Lab color space, it is represented as L: 58.94, a: 32.85, and b: -20.05.

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

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

Analogous Colors of #B978B2

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

Split Complementary Colors of #B978B2

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

Tetradic Colors of #B978B2

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

Monochromatic Colors of #B978B2

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

Complementary Color of #B978B2

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

/* Using HEX */
body {
  background-color: #b978b2;
}
/* Using RGB */
body {
  background-color: rgb(185, 120, 178);
}
/* Using RGB with opacity */
body {
  background-color: rgba(185, 120, 178, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 32%, 60%);
}
/* Text color */
p {
  color: #b978b2;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b978b2;
}
/* Border color */
.box {
  border: 4px solid #b978b2;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b978b2;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b978b2;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B978B2
On Black Background
#B978B2
On White Background
#B978B2

HTML Examples of #B978B2

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

Related Colors of #B978B2

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