Color: #B171CC

#B171CC Color Information

#B171CC is a light color. The closest websafe version is #B171CC. A complement of this color would be #8CCC71, perceived brightness is 0.56, and the grayscale version is #9E9E9E.

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

In a RGB color space, #B171CC is composed of 69% red, 44% green and 80% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 45% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 25.28, x: 0.3261, and y: 0.2412.

Color Code #B171CC

HEX
#B171CC
RGB
rgb(177, 113, 204)
HSL
hsl(282, 47%, 62%)
HSV
hsv(282, 45%, 80%)
CMYK
13%, 45%, 0%, 20%
XYZ
X: 34.17, Y: 25.28, Z: 45.34
Lab
L: 57.35, a: 37.68, b: -37.35
Name

Shades of Color #B171CC

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

Tints are created by lightening the original color #B171CC 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 #B171CC Color Code

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

  • HEX: #B171CC
  • RGB: rgb(177, 113, 204)
  • HSL: hsl(282, 47%, 62%)
  • HSV: hsv(282, 45%, 80%)
  • CMYK: 13.00% cyan, 45.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 34.17, 25.28, 45.34
  • Yxy: 25.28, 0.3261, 0.2412
  • Hunter Lab: 57.35, 37.68, -37.35
  • CIE-Lab: 57.35, 37.68, -37.35

In the XYZ color space, this color is represented as X: 34.17, Y: 25.28, Z: 45.34. The Yxy representation further refines this as Y: 25.28, x: 0.3261, and y: 0.2412.

In the Hunter Lab color space, this color is represented as L: 57.35, a: 37.68, and b: -37.35. Similarly, in the CIE-Lab color space, it is represented as L: 57.35, a: 37.68, and b: -37.35.

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

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

Analogous Colors of #B171CC

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

Monochromatic Colors of #B171CC

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

Complementary Color of #B171CC

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

/* Using HEX */
body {
  background-color: #b171cc;
}
/* Using RGB */
body {
  background-color: rgb(177, 113, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 113, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 47%, 62%);
}
/* Text color */
p {
  color: #b171cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b171cc;
}

HTML Examples of #B171CC

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

Related Colors of #B171CC

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