Color: #B77EDC

#B77EDC Color Information

#B77EDC is a light color. The closest websafe version is #B77EDC. A complement of this color would be #A4DC7F, perceived brightness is 0.60, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 276°,a saturation of 57%, and a lightness of 68%.The HSV representation shows a hue of 276°, a saturation of 43%, and a value of 86%.

In a RGB color space, #B77EDC is composed of 72% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 43% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 29.83, x: 0.3176, and y: 0.2434.

Color Code #B77EDC

#B77EDCrgb(183, 126, 220)
HEX
#B77EDC
RGB
rgb(183, 126, 220)
HSL
hsl(276, 57%, 68%)
HSV
hsv(276, 43%, 86%)
CMYK
17%, 43%, 0%, 14%
XYZ
X: 38.92, Y: 29.83, Z: 53.80
Lab
L: 61.51, a: 35.44, b: -39.78
Name

Shades of Color #B77EDC

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

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

#B77EDCrgb(183, 126, 220)

About #B77EDC Color Code

In the HSL color space, this color has a hue angle of 276°, a saturation of 57%, and a lightness of 68%. The HSV representation shows a hue of 276°, a saturation of 43%, and a value of 86%.

  • HEX: #B77EDC
  • RGB: rgb(183, 126, 220)
  • HSL: hsl(276, 57%, 68%)
  • HSV: hsv(276, 43%, 86%)
  • CMYK: 17.00% cyan, 43.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 38.92, 29.83, 53.80
  • Yxy: 29.83, 0.3176, 0.2434
  • Hunter Lab: 61.51, 35.44, -39.78
  • CIE-Lab: 61.51, 35.44, -39.78

In the XYZ color space, this color is represented as X: 38.92, Y: 29.83, Z: 53.80. The Yxy representation further refines this as Y: 29.83, x: 0.3176, and y: 0.2434.

In the Hunter Lab color space, this color is represented as L: 61.51, a: 35.44, and b: -39.78. Similarly, in the CIE-Lab color space, it is represented as L: 61.51, a: 35.44, and b: -39.78.

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

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

Analogous Colors of #B77EDC

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

Split Complementary Colors of #B77EDC

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

Tetradic Colors of #B77EDC

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

Monochromatic Colors of #B77EDC

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

Complementary Color of #B77EDC

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

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

HTML Examples of #B77EDC

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

Related Colors of #B77EDC

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