Color: #B07BE5

#B07BE5 Color Information

#B07BE5 is a light color. The closest websafe version is #B07BE5. A complement of this color would be #B0E57B, perceived brightness is 0.59, and the grayscale version is #B0B0B0.

In the HSL color space, this color has a hue angle of 270°,a saturation of 67%, and a lightness of 69%.The HSV representation shows a hue of 270°, a saturation of 46%, and a value of 90%.

In a RGB color space, #B07BE5 is composed of 69% red, 48% green and 90% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 46% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 28.61, x: 0.3025, and y: 0.2291.

Color Code #B07BE5

#B07BE5rgb(176, 123, 229)
HEX
#B07BE5
RGB
rgb(176, 123, 229)
HSL
hsl(270, 67%, 69%)
HSV
hsv(270, 46%, 90%)
CMYK
23%, 46%, 0%, 10%
XYZ
X: 37.77, Y: 28.61, Z: 58.49
Lab
L: 60.43, a: 36.38, b: -46.53
Name

Shades of Color #B07BE5

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

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

#B07BE5rgb(176, 123, 229)

About #B07BE5 Color Code

In the HSL color space, this color has a hue angle of 270°, a saturation of 67%, and a lightness of 69%. The HSV representation shows a hue of 270°, a saturation of 46%, and a value of 90%.

  • HEX: #B07BE5
  • RGB: rgb(176, 123, 229)
  • HSL: hsl(270, 67%, 69%)
  • HSV: hsv(270, 46%, 90%)
  • CMYK: 23.00% cyan, 46.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 37.77, 28.61, 58.49
  • Yxy: 28.61, 0.3025, 0.2291
  • Hunter Lab: 60.43, 36.38, -46.53
  • CIE-Lab: 60.43, 36.38, -46.53

In the XYZ color space, this color is represented as X: 37.77, Y: 28.61, Z: 58.49. The Yxy representation further refines this as Y: 28.61, x: 0.3025, and y: 0.2291.

In the Hunter Lab color space, this color is represented as L: 60.43, a: 36.38, and b: -46.53. Similarly, in the CIE-Lab color space, it is represented as L: 60.43, a: 36.38, and b: -46.53.

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

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

Analogous Colors of #B07BE5

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

Monochromatic Colors of #B07BE5

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

Complementary Color of #B07BE5

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

/* Using HEX */
body {
  background-color: #b07be5;
}
/* Using RGB */
body {
  background-color: rgb(176, 123, 229);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 123, 229, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(270, 67%, 69%);
}
/* Text color */
p {
  color: #b07be5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b07be5;
}
/* Border color */
.box {
  border: 4px solid #b07be5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b07be5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b07be5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B07BE5
On Black Background
#B07BE5
On White Background
#B07BE5

HTML Examples of #B07BE5

<!-- Using HEX -->
<div style="background-color: #b07be5; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(176, 123, 229); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(176, 123, 229, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(270, 67%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b07be5;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b07be5; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b07be5; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b07be5;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b07be5; color: #fff; padding: 16px; border-radius: 8px;">
  #B07BE5
</div>
#B07BE5
On Black Background
#B07BE5
On White Background
#B07BE5

Related Colors of #B07BE5

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