Color: #B27CDC

#B27CDC Color Information

#B27CDC is a light color. The closest websafe version is #B27CDC. A complement of this color would be #A4DC7A, perceived brightness is 0.59, and the grayscale version is #ACACAC.

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

In a RGB color space, #B27CDC is composed of 70% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 44% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 28.69, x: 0.3124, and y: 0.2395.

Color Code #B27CDC

#B27CDCrgb(178, 124, 220)
HEX
#B27CDC
RGB
rgb(178, 124, 220)
HSL
hsl(274, 58%, 67%)
HSV
hsv(274, 44%, 86%)
CMYK
19%, 44%, 0%, 14%
XYZ
X: 37.42, Y: 28.69, Z: 53.69
Lab
L: 60.51, a: 34.91, b: -41.39
Name

Shades of Color #B27CDC

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

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

#B27CDCrgb(178, 124, 220)

About #B27CDC Color Code

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

  • HEX: #B27CDC
  • RGB: rgb(178, 124, 220)
  • HSL: hsl(274, 58%, 67%)
  • HSV: hsv(274, 44%, 86%)
  • CMYK: 19.00% cyan, 44.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 37.42, 28.69, 53.69
  • Yxy: 28.69, 0.3124, 0.2395
  • Hunter Lab: 60.51, 34.91, -41.39
  • CIE-Lab: 60.51, 34.91, -41.39

In the XYZ color space, this color is represented as X: 37.42, Y: 28.69, Z: 53.69. The Yxy representation further refines this as Y: 28.69, x: 0.3124, and y: 0.2395.

In the Hunter Lab color space, this color is represented as L: 60.51, a: 34.91, and b: -41.39. Similarly, in the CIE-Lab color space, it is represented as L: 60.51, a: 34.91, and b: -41.39.

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

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

Analogous Colors of #B27CDC

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

Monochromatic Colors of #B27CDC

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

Complementary Color of #B27CDC

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

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

HTML Examples of #B27CDC

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

Related Colors of #B27CDC

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