Color: #BB2EFC

#BB2EFC Color Information

#BB2EFC is a dark color. The closest websafe version is #BB2EFC. A complement of this color would be #6EFC2C, perceived brightness is 0.44, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 281°,a saturation of 97%, and a lightness of 58%.The HSV representation shows a hue of 281°, a saturation of 82%, and a value of 99%.

In a RGB color space, #BB2EFC is composed of 73% red, 18% green and 99% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 82% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 18.92, x: 0.2908, and y: 0.1501.

Color Code #BB2EFC

#BB2EFCrgb(187, 46, 252)
HEX
#BB2EFC
RGB
rgb(187, 46, 252)
HSL
hsl(281, 97%, 58%)
HSV
hsv(281, 82%, 99%)
CMYK
26%, 82%, 0%, 1%
XYZ
X: 36.65, Y: 18.92, Z: 70.48
Lab
L: 50.59, a: 75.17, b: -74.95
Name

Shades of Color #BB2EFC

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

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

#BB2EFCrgb(187, 46, 252)

About #BB2EFC Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 97%, and a lightness of 58%. The HSV representation shows a hue of 281°, a saturation of 82%, and a value of 99%.

  • HEX: #BB2EFC
  • RGB: rgb(187, 46, 252)
  • HSL: hsl(281, 97%, 58%)
  • HSV: hsv(281, 82%, 99%)
  • CMYK: 26.00% cyan, 82.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 36.65, 18.92, 70.48
  • Yxy: 18.92, 0.2908, 0.1501
  • Hunter Lab: 50.59, 75.17, -74.95
  • CIE-Lab: 50.59, 75.17, -74.95

In the XYZ color space, this color is represented as X: 36.65, Y: 18.92, Z: 70.48. The Yxy representation further refines this as Y: 18.92, x: 0.2908, and y: 0.1501.

In the Hunter Lab color space, this color is represented as L: 50.59, a: 75.17, and b: -74.95. Similarly, in the CIE-Lab color space, it is represented as L: 50.59, a: 75.17, and b: -74.95.

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

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

Analogous Colors of #BB2EFC

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

Split Complementary Colors of #BB2EFC

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

Tetradic Colors of #BB2EFC

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

Monochromatic Colors of #BB2EFC

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

Complementary Color of #BB2EFC

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

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

HTML Examples of #BB2EFC

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

Related Colors of #BB2EFC

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