Color: #B94DCC

#B94DCC Color Information

#B94DCC is a dark color. The closest websafe version is #B94DCC. A complement of this color would be #60CB4D, perceived brightness is 0.49, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 291°,a saturation of 55%, and a lightness of 55%.The HSV representation shows a hue of 291°, a saturation of 62%, and a value of 80%.

In a RGB color space, #B94DCC is composed of 73% red, 30% green and 80% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 62% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 19.78, x: 0.3368, and y: 0.2040.

Color Code #B94DCC

#B94DCCrgb(185, 77, 204)
HEX
#B94DCC
RGB
rgb(185, 77, 204)
HSL
hsl(291, 55%, 55%)
HSV
hsv(291, 62%, 80%)
CMYK
9%, 62%, 0%, 20%
XYZ
X: 32.65, Y: 19.78, Z: 44.52
Lab
L: 51.58, a: 57.21, b: -46.29
Name

Shades of Color #B94DCC

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

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

#B94DCCrgb(185, 77, 204)

About #B94DCC Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 55%, and a lightness of 55%. The HSV representation shows a hue of 291°, a saturation of 62%, and a value of 80%.

  • HEX: #B94DCC
  • RGB: rgb(185, 77, 204)
  • HSL: hsl(291, 55%, 55%)
  • HSV: hsv(291, 62%, 80%)
  • CMYK: 9.00% cyan, 62.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 32.65, 19.78, 44.52
  • Yxy: 19.78, 0.3368, 0.2040
  • Hunter Lab: 51.58, 57.21, -46.29
  • CIE-Lab: 51.58, 57.21, -46.29

In the XYZ color space, this color is represented as X: 32.65, Y: 19.78, Z: 44.52. The Yxy representation further refines this as Y: 19.78, x: 0.3368, and y: 0.2040.

In the Hunter Lab color space, this color is represented as L: 51.58, a: 57.21, and b: -46.29. Similarly, in the CIE-Lab color space, it is represented as L: 51.58, a: 57.21, and b: -46.29.

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

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

Analogous Colors of #B94DCC

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

Split Complementary Colors of #B94DCC

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

Tetradic Colors of #B94DCC

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

Monochromatic Colors of #B94DCC

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

Complementary Color of #B94DCC

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

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

HTML Examples of #B94DCC

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

Related Colors of #B94DCC

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