Color: #B05BFF

#B05BFF Color Information

#B05BFF is a light color. The closest websafe version is #B05BFF. A complement of this color would be #ABFF5C, perceived brightness is 0.53, and the grayscale version is #ADADAD.

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

In a RGB color space, #B05BFF is composed of 69% red, 36% green and 100% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 64% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 23.22, x: 0.2791, and y: 0.1739.

Color Code #B05BFF

HEX
#B05BFF
RGB
rgb(176, 91, 255)
HSL
hsl(271, 100%, 68%)
HSV
hsv(271, 64%, 100%)
CMYK
31%, 64%, 0%, 0%
XYZ
X: 37.27, Y: 23.22, Z: 73.04
Lab
L: 55.30, a: 56.89, b: -69.09
Name

Shades of Color #B05BFF

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

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

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

  • HEX: #B05BFF
  • RGB: rgb(176, 91, 255)
  • HSL: hsl(271, 100%, 68%)
  • HSV: hsv(271, 64%, 100%)
  • CMYK: 31.00% cyan, 64.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 37.27, 23.22, 73.04
  • Yxy: 23.22, 0.2791, 0.1739
  • Hunter Lab: 55.30, 56.89, -69.09
  • CIE-Lab: 55.30, 56.89, -69.09

In the XYZ color space, this color is represented as X: 37.27, Y: 23.22, Z: 73.04. The Yxy representation further refines this as Y: 23.22, x: 0.2791, and y: 0.1739.

In the Hunter Lab color space, this color is represented as L: 55.30, a: 56.89, and b: -69.09. Similarly, in the CIE-Lab color space, it is represented as L: 55.30, a: 56.89, and b: -69.09.

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

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

Analogous Colors of #B05BFF

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

Monochromatic Colors of #B05BFF

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

Complementary Color of #B05BFF

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

/* Using HEX */
body {
  background-color: #b05bff;
}
/* Using RGB */
body {
  background-color: rgb(176, 91, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 91, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 100%, 68%);
}
/* Text color */
p {
  color: #b05bff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b05bff;
}

HTML Examples of #B05BFF

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

Related Colors of #B05BFF

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