Color: #BB6EBC

#BB6EBC Color Information

#BB6EBC is a light color. The closest websafe version is #BB6EBC. A complement of this color would be #6EBC6C, perceived brightness is 0.56, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 299°,a saturation of 37%, and a lightness of 58%.The HSV representation shows a hue of 299°, a saturation of 41%, and a value of 74%.

In a RGB color space, #BB6EBC is composed of 73% red, 43% green and 74% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 41% magenta, 0% yellow and 26% black.

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

Color Code #BB6EBC

#BB6EBCrgb(187, 110, 188)
HEX
#BB6EBC
RGB
rgb(187, 110, 188)
HSL
hsl(299, 37%, 58%)
HSV
hsv(299, 41%, 74%)
CMYK
1%, 41%, 0%, 26%
XYZ
X: 34.87, Y: 25.28, Z: 38.12
Lab
L: 57.35, a: 40.06, b: -28.14
Name

Shades of Color #BB6EBC

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

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

#BB6EBCrgb(187, 110, 188)

About #BB6EBC Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 37%, and a lightness of 58%. The HSV representation shows a hue of 299°, a saturation of 41%, and a value of 74%.

  • HEX: #BB6EBC
  • RGB: rgb(187, 110, 188)
  • HSL: hsl(299, 37%, 58%)
  • HSV: hsv(299, 41%, 74%)
  • CMYK: 100.00% cyan, 41.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 34.87, 25.28, 38.12
  • Yxy: 25.28, 0.3548, 0.2573
  • Hunter Lab: 57.35, 40.06, -28.14
  • CIE-Lab: 57.35, 40.06, -28.14

In the XYZ color space, this color is represented as X: 34.87, Y: 25.28, Z: 38.12. The Yxy representation further refines this as Y: 25.28, x: 0.3548, and y: 0.2573.

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

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

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

Analogous Colors of #BB6EBC

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

Monochromatic Colors of #BB6EBC

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

Complementary Color of #BB6EBC

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

/* Using HEX */
body {
  background-color: #bb6ebc;
}
/* Using RGB */
body {
  background-color: rgb(187, 110, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 110, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(299, 37%, 58%);
}
/* Text color */
p {
  color: #bb6ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bb6ebc;
}
/* Border color */
.box {
  border: 4px solid #bb6ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bb6ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bb6ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BB6EBC
On Black Background
#BB6EBC
On White Background
#BB6EBC

HTML Examples of #BB6EBC

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

Related Colors of #BB6EBC

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