Color: #B77BF9

#B77BF9 Color Information

#B77BF9 is a light color. The closest websafe version is #B77BF9. A complement of this color would be #BCF97B, perceived brightness is 0.61, and the grayscale version is #BABABA.

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

In a RGB color space, #B77BF9 is composed of 72% red, 48% green and 98% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 51% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 30.48, x: 0.2934, and y: 0.2138.

Color Code #B77BF9

HEX
#B77BF9
RGB
rgb(183, 123, 249)
HSL
hsl(269, 91%, 73%)
HSV
hsv(269, 51%, 98%)
CMYK
27%, 51%, 0%, 2%
XYZ
X: 41.83, Y: 30.48, Z: 70.24
Lab
L: 62.06, a: 42.02, b: -54.94
Name

Shades of Color #B77BF9

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

Tints are created by lightening the original color #B77BF9 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 #B77BF9 Color Code

In the HSL color space, this color has a hue angle of 269°, a saturation of 91%, and a lightness of 73%. The HSV representation shows a hue of 269°, a saturation of 51%, and a value of 98%.

  • HEX: #B77BF9
  • RGB: rgb(183, 123, 249)
  • HSL: hsl(269, 91%, 73%)
  • HSV: hsv(269, 51%, 98%)
  • CMYK: 27.00% cyan, 51.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 41.83, 30.48, 70.24
  • Yxy: 30.48, 0.2934, 0.2138
  • Hunter Lab: 62.06, 42.02, -54.94
  • CIE-Lab: 62.06, 42.02, -54.94

In the XYZ color space, this color is represented as X: 41.83, Y: 30.48, Z: 70.24. The Yxy representation further refines this as Y: 30.48, x: 0.2934, and y: 0.2138.

In the Hunter Lab color space, this color is represented as L: 62.06, a: 42.02, and b: -54.94. Similarly, in the CIE-Lab color space, it is represented as L: 62.06, a: 42.02, and b: -54.94.

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

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

Analogous Colors of #B77BF9

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

Monochromatic Colors of #B77BF9

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

Complementary Color of #B77BF9

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

/* Using HEX */
body {
  background-color: #b77bf9;
}
/* Using RGB */
body {
  background-color: rgb(183, 123, 249);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 123, 249, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 91%, 73%);
}
/* Text color */
p {
  color: #b77bf9;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b77bf9;
}

HTML Examples of #B77BF9

<!-- Using HEX -->
<div style="background-color: #b77bf9; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 123, 249); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 123, 249, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(269, 91%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b77bf9;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b77bf9; width: 100px; height: 100px;"></div>

Related Colors of #B77BF9

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