Color: #B15CDB

#B15CDB Color Information

#B15CDB is a light color. The closest websafe version is #B15CDB. A complement of this color would be #86DB5C, perceived brightness is 0.52, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 280°,a saturation of 64%, and a lightness of 61%.The HSV representation shows a hue of 280°, a saturation of 58%, and a value of 86%.

In a RGB color space, #B15CDB is composed of 69% red, 36% green and 86% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 58% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 21.75, x: 0.3112, and y: 0.2025.

Color Code #B15CDB

#B15CDBrgb(177, 92, 219)
HEX
#B15CDB
RGB
rgb(177, 92, 219)
HSL
hsl(280, 64%, 61%)
HSV
hsv(280, 58%, 86%)
CMYK
19%, 58%, 0%, 14%
XYZ
X: 33.43, Y: 21.75, Z: 52.24
Lab
L: 53.76, a: 50.56, b: -51.46
Name

Shades of Color #B15CDB

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

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

#B15CDBrgb(177, 92, 219)

About #B15CDB Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 64%, and a lightness of 61%. The HSV representation shows a hue of 280°, a saturation of 58%, and a value of 86%.

  • HEX: #B15CDB
  • RGB: rgb(177, 92, 219)
  • HSL: hsl(280, 64%, 61%)
  • HSV: hsv(280, 58%, 86%)
  • CMYK: 19.00% cyan, 58.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 33.43, 21.75, 52.24
  • Yxy: 21.75, 0.3112, 0.2025
  • Hunter Lab: 53.76, 50.56, -51.46
  • CIE-Lab: 53.76, 50.56, -51.46

In the XYZ color space, this color is represented as X: 33.43, Y: 21.75, Z: 52.24. The Yxy representation further refines this as Y: 21.75, x: 0.3112, and y: 0.2025.

In the Hunter Lab color space, this color is represented as L: 53.76, a: 50.56, and b: -51.46. Similarly, in the CIE-Lab color space, it is represented as L: 53.76, a: 50.56, and b: -51.46.

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

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

Analogous Colors of #B15CDB

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

Split Complementary Colors of #B15CDB

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

Tetradic Colors of #B15CDB

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

Monochromatic Colors of #B15CDB

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

Complementary Color of #B15CDB

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

/* Using HEX */
body {
  background-color: #b15cdb;
}
/* Using RGB */
body {
  background-color: rgb(177, 92, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 92, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 64%, 61%);
}
/* Text color */
p {
  color: #b15cdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b15cdb;
}
/* Border color */
.box {
  border: 4px solid #b15cdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b15cdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b15cdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B15CDB
On Black Background
#B15CDB
On White Background
#B15CDB

HTML Examples of #B15CDB

<!-- Using HEX -->
<div style="background-color: #b15cdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(177, 92, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(177, 92, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(280, 64%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b15cdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b15cdb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b15cdb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b15cdb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b15cdb; color: #fff; padding: 16px; border-radius: 8px;">
  #B15CDB
</div>
#B15CDB
On Black Background
#B15CDB
On White Background
#B15CDB

Related Colors of #B15CDB

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