Color: #B76EF7

#B76EF7 Color Information

#B76EF7 is a light color. The closest websafe version is #B76EF7. A complement of this color would be #AEF76E, perceived brightness is 0.58, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 272°,a saturation of 90%, and a lightness of 70%.The HSV representation shows a hue of 272°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B76EF7 is composed of 72% red, 43% green and 97% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 55% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 27.35, x: 0.2940, and y: 0.2012.

Color Code #B76EF7

HEX
#B76EF7
RGB
rgb(183, 110, 247)
HSL
hsl(272, 90%, 70%)
HSV
hsv(272, 55%, 97%)
CMYK
26%, 55%, 0%, 3%
XYZ
X: 39.96, Y: 27.35, Z: 68.60
Lab
L: 59.30, a: 48.22, b: -58.23
Name

Shades of Color #B76EF7

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

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

About #B76EF7 Color Code

In the HSL color space, this color has a hue angle of 272°, a saturation of 90%, and a lightness of 70%. The HSV representation shows a hue of 272°, a saturation of 55%, and a value of 97%.

  • HEX: #B76EF7
  • RGB: rgb(183, 110, 247)
  • HSL: hsl(272, 90%, 70%)
  • HSV: hsv(272, 55%, 97%)
  • CMYK: 26.00% cyan, 55.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 39.96, 27.35, 68.60
  • Yxy: 27.35, 0.2940, 0.2012
  • Hunter Lab: 59.30, 48.22, -58.23
  • CIE-Lab: 59.30, 48.22, -58.23

In the XYZ color space, this color is represented as X: 39.96, Y: 27.35, Z: 68.60. The Yxy representation further refines this as Y: 27.35, x: 0.2940, and y: 0.2012.

In the Hunter Lab color space, this color is represented as L: 59.30, a: 48.22, and b: -58.23. Similarly, in the CIE-Lab color space, it is represented as L: 59.30, a: 48.22, and b: -58.23.

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

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

Analogous Colors of #B76EF7

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

Monochromatic Colors of #B76EF7

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

Complementary Color of #B76EF7

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

/* Using HEX */
body {
  background-color: #b76ef7;
}
/* Using RGB */
body {
  background-color: rgb(183, 110, 247);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 110, 247, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(272, 90%, 70%);
}
/* Text color */
p {
  color: #b76ef7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b76ef7;
}

HTML Examples of #B76EF7

<!-- Using HEX -->
<div style="background-color: #b76ef7; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 110, 247); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 110, 247, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(272, 90%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b76ef7;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b76ef7; width: 100px; height: 100px;"></div>

Related Colors of #B76EF7

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