Color: #BB3AEE

#BB3AEE Color Information

#BB3AEE is a dark color. The closest websafe version is #BB3AEE. A complement of this color would be #6DEE3A, perceived brightness is 0.46, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 283°,a saturation of 84%, and a lightness of 58%.The HSV representation shows a hue of 283°, a saturation of 76%, and a value of 93%.

In a RGB color space, #BB3AEE is composed of 73% red, 23% green and 93% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 76% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 19.27, x: 0.3038, and y: 0.1648.

Color Code #BB3AEE

#BB3AEErgb(187, 58, 238)
HEX
#BB3AEE
RGB
rgb(187, 58, 238)
HSL
hsl(283, 84%, 58%)
HSV
hsv(283, 76%, 93%)
CMYK
21%, 76%, 0%, 7%
XYZ
X: 35.53, Y: 19.27, Z: 62.16
Lab
L: 51.00, a: 69.66, b: -66.45
Name

Shades of Color #BB3AEE

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

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

#BB3AEErgb(187, 58, 238)

About #BB3AEE Color Code

In the HSL color space, this color has a hue angle of 283°, a saturation of 84%, and a lightness of 58%. The HSV representation shows a hue of 283°, a saturation of 76%, and a value of 93%.

  • HEX: #BB3AEE
  • RGB: rgb(187, 58, 238)
  • HSL: hsl(283, 84%, 58%)
  • HSV: hsv(283, 76%, 93%)
  • CMYK: 21.00% cyan, 76.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 35.53, 19.27, 62.16
  • Yxy: 19.27, 0.3038, 0.1648
  • Hunter Lab: 51.00, 69.66, -66.45
  • CIE-Lab: 51.00, 69.66, -66.45

In the XYZ color space, this color is represented as X: 35.53, Y: 19.27, Z: 62.16. The Yxy representation further refines this as Y: 19.27, x: 0.3038, and y: 0.1648.

In the Hunter Lab color space, this color is represented as L: 51.00, a: 69.66, and b: -66.45. Similarly, in the CIE-Lab color space, it is represented as L: 51.00, a: 69.66, and b: -66.45.

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

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

Analogous Colors of #BB3AEE

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

Split Complementary Colors of #BB3AEE

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

Tetradic Colors of #BB3AEE

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

Monochromatic Colors of #BB3AEE

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

Complementary Color of #BB3AEE

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

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

HTML Examples of #BB3AEE

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

Related Colors of #BB3AEE

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