Color: #B64ECC

#B64ECC Color Information

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

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

In a RGB color space, #B64ECC is composed of 71% red, 31% green and 80% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 62% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 19.53, x: 0.3330, and y: 0.2034.

Color Code #B64ECC

HEX
#B64ECC
RGB
rgb(182, 78, 204)
HSL
hsl(290, 55%, 55%)
HSV
hsv(290, 62%, 80%)
CMYK
11%, 62%, 0%, 20%
XYZ
X: 31.97, Y: 19.53, Z: 44.52
Lab
L: 51.30, a: 55.98, b: -46.77
Name

Shades of Color #B64ECC

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

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

About #B64ECC Color Code

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

  • HEX: #B64ECC
  • RGB: rgb(182, 78, 204)
  • HSL: hsl(290, 55%, 55%)
  • HSV: hsv(290, 62%, 80%)
  • CMYK: 11.00% cyan, 62.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 31.97, 19.53, 44.52
  • Yxy: 19.53, 0.3330, 0.2034
  • Hunter Lab: 51.30, 55.98, -46.77
  • CIE-Lab: 51.30, 55.98, -46.77

In the XYZ color space, this color is represented as X: 31.97, Y: 19.53, Z: 44.52. The Yxy representation further refines this as Y: 19.53, x: 0.3330, and y: 0.2034.

In the Hunter Lab color space, this color is represented as L: 51.30, a: 55.98, and b: -46.77. Similarly, in the CIE-Lab color space, it is represented as L: 51.30, a: 55.98, and b: -46.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 #B64ECC

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

Analogous Colors of #B64ECC

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

Monochromatic Colors of #B64ECC

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

Complementary Color of #B64ECC

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

/* Using HEX */
body {
  background-color: #b64ecc;
}
/* Using RGB */
body {
  background-color: rgb(182, 78, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 78, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 55%, 55%);
}
/* Text color */
p {
  color: #b64ecc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b64ecc;
}

HTML Examples of #B64ECC

<!-- Using HEX -->
<div style="background-color: #b64ecc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(182, 78, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(182, 78, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 55%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b64ecc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b64ecc; width: 100px; height: 100px;"></div>

Related Colors of #B64ECC

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