Color: #B85CFF

#B85CFF Color Information

#B85CFF is a light color. The closest websafe version is #B85CFF. A complement of this color would be #A3FF5C, perceived brightness is 0.54, and the grayscale version is #AEAEAE.

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

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

In the Yxy color space, this color is represented as Y: 24.40, x: 0.2874, and y: 0.1783.

Color Code #B85CFF

HEX
#B85CFF
RGB
rgb(184, 92, 255)
HSL
hsl(274, 100%, 68%)
HSV
hsv(274, 64%, 100%)
CMYK
28%, 64%, 0%, 0%
XYZ
X: 39.33, Y: 24.40, Z: 73.12
Lab
L: 56.49, a: 58.38, b: -67.13
Name

Shades of Color #B85CFF

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

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

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

  • HEX: #B85CFF
  • RGB: rgb(184, 92, 255)
  • HSL: hsl(274, 100%, 68%)
  • HSV: hsv(274, 64%, 100%)
  • CMYK: 28.00% cyan, 64.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 39.33, 24.40, 73.12
  • Yxy: 24.40, 0.2874, 0.1783
  • Hunter Lab: 56.49, 58.38, -67.13
  • CIE-Lab: 56.49, 58.38, -67.13

In the XYZ color space, this color is represented as X: 39.33, Y: 24.40, Z: 73.12. The Yxy representation further refines this as Y: 24.40, x: 0.2874, and y: 0.1783.

In the Hunter Lab color space, this color is represented as L: 56.49, a: 58.38, and b: -67.13. Similarly, in the CIE-Lab color space, it is represented as L: 56.49, a: 58.38, and b: -67.13.

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

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

Analogous Colors of #B85CFF

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

Monochromatic Colors of #B85CFF

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

Complementary Color of #B85CFF

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

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

HTML Examples of #B85CFF

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

Related Colors of #B85CFF

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