Color: #B097DD

#B097DD Color Information

#B097DD is a light color. The closest websafe version is #B097DD. A complement of this color would be #C5DD97, perceived brightness is 0.65, and the grayscale version is #BABABA.

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

In a RGB color space, #B097DD is composed of 69% red, 59% green and 87% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 32% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 36.23, x: 0.3105, and y: 0.2731.

Color Code #B097DD

#B097DDrgb(176, 151, 221)
HEX
#B097DD
RGB
rgb(176, 151, 221)
HSL
hsl(261, 51%, 73%)
HSV
hsv(261, 32%, 87%)
CMYK
20%, 32%, 0%, 13%
XYZ
X: 41.19, Y: 36.23, Z: 55.25
Lab
L: 66.69, a: 20.14, b: -32.39
Name

Shades of Color #B097DD

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

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

#B097DDrgb(176, 151, 221)

About #B097DD Color Code

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

  • HEX: #B097DD
  • RGB: rgb(176, 151, 221)
  • HSL: hsl(261, 51%, 73%)
  • HSV: hsv(261, 32%, 87%)
  • CMYK: 20.00% cyan, 32.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 41.19, 36.23, 55.25
  • Yxy: 36.23, 0.3105, 0.2731
  • Hunter Lab: 66.69, 20.14, -32.39
  • CIE-Lab: 66.69, 20.14, -32.39

In the XYZ color space, this color is represented as X: 41.19, Y: 36.23, Z: 55.25. The Yxy representation further refines this as Y: 36.23, x: 0.3105, and y: 0.2731.

In the Hunter Lab color space, this color is represented as L: 66.69, a: 20.14, and b: -32.39. Similarly, in the CIE-Lab color space, it is represented as L: 66.69, a: 20.14, and b: -32.39.

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

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

Analogous Colors of #B097DD

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

Monochromatic Colors of #B097DD

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

Complementary Color of #B097DD

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

/* Using HEX */
body {
  background-color: #b097dd;
}
/* Using RGB */
body {
  background-color: rgb(176, 151, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 151, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(261, 51%, 73%);
}
/* Text color */
p {
  color: #b097dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b097dd;
}
/* Border color */
.box {
  border: 4px solid #b097dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b097dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b097dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B097DD
On Black Background
#B097DD
On White Background
#B097DD

HTML Examples of #B097DD

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

Related Colors of #B097DD

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