Color: #B66BCC

#B66BCC Color Information

#B66BCC is a light color. The closest websafe version is #B66BCC. A complement of this color would be #82CC6B, perceived brightness is 0.55, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 286°,a saturation of 49%, and a lightness of 61%.The HSV representation shows a hue of 286°, a saturation of 48%, and a value of 80%.

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

In the Yxy color space, this color is represented as Y: 24.61, x: 0.3320, and y: 0.2355.

Color Code #B66BCC

#B66BCCrgb(182, 107, 204)
HEX
#B66BCC
RGB
rgb(182, 107, 204)
HSL
hsl(286, 49%, 61%)
HSV
hsv(286, 48%, 80%)
CMYK
11%, 48%, 0%, 20%
XYZ
X: 34.70, Y: 24.61, Z: 45.20
Lab
L: 56.69, a: 42.32, b: -38.31
Name

Shades of Color #B66BCC

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

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

#B66BCCrgb(182, 107, 204)

About #B66BCC Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 49%, and a lightness of 61%. The HSV representation shows a hue of 286°, a saturation of 48%, and a value of 80%.

  • HEX: #B66BCC
  • RGB: rgb(182, 107, 204)
  • HSL: hsl(286, 49%, 61%)
  • HSV: hsv(286, 48%, 80%)
  • CMYK: 11.00% cyan, 48.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 34.70, 24.61, 45.20
  • Yxy: 24.61, 0.3320, 0.2355
  • Hunter Lab: 56.69, 42.32, -38.31
  • CIE-Lab: 56.69, 42.32, -38.31

In the XYZ color space, this color is represented as X: 34.70, Y: 24.61, Z: 45.20. The Yxy representation further refines this as Y: 24.61, x: 0.3320, and y: 0.2355.

In the Hunter Lab color space, this color is represented as L: 56.69, a: 42.32, and b: -38.31. Similarly, in the CIE-Lab color space, it is represented as L: 56.69, a: 42.32, and b: -38.31.

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

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

Analogous Colors of #B66BCC

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

Split Complementary Colors of #B66BCC

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

Tetradic Colors of #B66BCC

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

Monochromatic Colors of #B66BCC

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

Complementary Color of #B66BCC

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

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

HTML Examples of #B66BCC

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

Related Colors of #B66BCC

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