Color: #B17CDA

#B17CDA Color Information

#B17CDA is a light color. The closest websafe version is #B17CDA. A complement of this color would be #A5DA7C, perceived brightness is 0.59, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 274°,a saturation of 56%, and a lightness of 67%.The HSV representation shows a hue of 274°, a saturation of 43%, and a value of 85%.

In a RGB color space, #B17CDA is composed of 69% red, 49% green and 85% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 43% magenta, 0% yellow and 15% black.

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

Color Code #B17CDA

#B17CDArgb(177, 124, 218)
HEX
#B17CDA
RGB
rgb(177, 124, 218)
HSL
hsl(274, 56%, 67%)
HSV
hsv(274, 43%, 85%)
CMYK
19%, 43%, 0%, 15%
XYZ
X: 36.96, Y: 28.48, Z: 52.64
Lab
L: 60.32, a: 34.25, b: -40.58
Name

Shades of Color #B17CDA

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

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

#B17CDArgb(177, 124, 218)

About #B17CDA Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 56%, and a lightness of 67%. The HSV representation shows a hue of 274°, a saturation of 43%, and a value of 85%.

  • HEX: #B17CDA
  • RGB: rgb(177, 124, 218)
  • HSL: hsl(274, 56%, 67%)
  • HSV: hsv(274, 43%, 85%)
  • CMYK: 19.00% cyan, 43.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 36.96, 28.48, 52.64
  • Yxy: 28.48, 0.3130, 0.2412
  • Hunter Lab: 60.32, 34.25, -40.58
  • CIE-Lab: 60.32, 34.25, -40.58

In the XYZ color space, this color is represented as X: 36.96, Y: 28.48, Z: 52.64. The Yxy representation further refines this as Y: 28.48, x: 0.3130, and y: 0.2412.

In the Hunter Lab color space, this color is represented as L: 60.32, a: 34.25, and b: -40.58. Similarly, in the CIE-Lab color space, it is represented as L: 60.32, a: 34.25, and b: -40.58.

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

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

Analogous Colors of #B17CDA

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

Split Complementary Colors of #B17CDA

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

Tetradic Colors of #B17CDA

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

Monochromatic Colors of #B17CDA

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

Complementary Color of #B17CDA

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

/* Using HEX */
body {
  background-color: #b17cda;
}
/* Using RGB */
body {
  background-color: rgb(177, 124, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 124, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 56%, 67%);
}
/* Text color */
p {
  color: #b17cda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b17cda;
}
/* Border color */
.box {
  border: 4px solid #b17cda;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b17cda;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b17cda;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B17CDA
On Black Background
#B17CDA
On White Background
#B17CDA

HTML Examples of #B17CDA

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

Related Colors of #B17CDA

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