Color: #BB68BB

#BB68BB Color Information

#BB68BB is a light color. The closest websafe version is #BB68BB. A complement of this color would be #68BB68, perceived brightness is 0.54, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 300°,a saturation of 38%, and a lightness of 57%.The HSV representation shows a hue of 300°, a saturation of 44%, and a value of 73%.

In a RGB color space, #BB68BB is composed of 73% red, 41% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 44% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 23.99, x: 0.3567, and y: 0.2509.

Color Code #BB68BB

#BB68BBrgb(187, 104, 187)
HEX
#BB68BB
RGB
rgb(187, 104, 187)
HSL
hsl(300, 38%, 57%)
HSV
hsv(300, 44%, 73%)
CMYK
0%, 44%, 0%, 27%
XYZ
X: 34.11, Y: 23.99, Z: 37.53
Lab
L: 56.08, a: 42.93, b: -29.52
Name

Shades of Color #BB68BB

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

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

#BB68BBrgb(187, 104, 187)

About #BB68BB Color Code

In the HSL color space, this color has a hue angle of 300°, a saturation of 38%, and a lightness of 57%. The HSV representation shows a hue of 300°, a saturation of 44%, and a value of 73%.

  • HEX: #BB68BB
  • RGB: rgb(187, 104, 187)
  • HSL: hsl(300, 38%, 57%)
  • HSV: hsv(300, 44%, 73%)
  • CMYK: 0.00% cyan, 44.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 34.11, 23.99, 37.53
  • Yxy: 23.99, 0.3567, 0.2509
  • Hunter Lab: 56.08, 42.93, -29.52
  • CIE-Lab: 56.08, 42.93, -29.52

In the XYZ color space, this color is represented as X: 34.11, Y: 23.99, Z: 37.53. The Yxy representation further refines this as Y: 23.99, x: 0.3567, and y: 0.2509.

In the Hunter Lab color space, this color is represented as L: 56.08, a: 42.93, and b: -29.52. Similarly, in the CIE-Lab color space, it is represented as L: 56.08, a: 42.93, and b: -29.52.

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

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

Analogous Colors of #BB68BB

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

Split Complementary Colors of #BB68BB

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

Tetradic Colors of #BB68BB

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

Monochromatic Colors of #BB68BB

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

Complementary Color of #BB68BB

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

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

HTML Examples of #BB68BB

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

Related Colors of #BB68BB

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