Color: #B65DDF

#B65DDF Color Information

#B65DDF is a light color. The closest websafe version is #B65DDF. A complement of this color would be #86DF5D, perceived brightness is 0.53, and the grayscale version is #9E9E9E.

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

In a RGB color space, #B65DDF is composed of 71% red, 36% green and 87% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 58% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 22.73, x: 0.3132, and y: 0.2024.

Color Code #B65DDF

HEX
#B65DDF
RGB
rgb(182, 93, 223)
HSL
hsl(281, 67%, 62%)
HSV
hsv(281, 58%, 87%)
CMYK
18%, 58%, 0%, 13%
XYZ
X: 35.17, Y: 22.73, Z: 54.41
Lab
L: 54.79, a: 52.12, b: -52.02
Name

Shades of Color #B65DDF

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

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

In the HSL color space, this color has a hue angle of 281°, a saturation of 67%, and a lightness of 62%. The HSV representation shows a hue of 281°, a saturation of 58%, and a value of 87%.

  • HEX: #B65DDF
  • RGB: rgb(182, 93, 223)
  • HSL: hsl(281, 67%, 62%)
  • HSV: hsv(281, 58%, 87%)
  • CMYK: 18.00% cyan, 58.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 35.17, 22.73, 54.41
  • Yxy: 22.73, 0.3132, 0.2024
  • Hunter Lab: 54.79, 52.12, -52.02
  • CIE-Lab: 54.79, 52.12, -52.02

In the XYZ color space, this color is represented as X: 35.17, Y: 22.73, Z: 54.41. The Yxy representation further refines this as Y: 22.73, x: 0.3132, and y: 0.2024.

In the Hunter Lab color space, this color is represented as L: 54.79, a: 52.12, and b: -52.02. Similarly, in the CIE-Lab color space, it is represented as L: 54.79, a: 52.12, and b: -52.02.

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

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

Analogous Colors of #B65DDF

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

Monochromatic Colors of #B65DDF

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

Complementary Color of #B65DDF

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

/* Using HEX */
body {
  background-color: #b65ddf;
}
/* Using RGB */
body {
  background-color: rgb(182, 93, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 93, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 67%, 62%);
}
/* Text color */
p {
  color: #b65ddf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b65ddf;
}

HTML Examples of #B65DDF

<!-- Using HEX -->
<div style="background-color: #b65ddf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(182, 93, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(182, 93, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(281, 67%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b65ddf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b65ddf; width: 100px; height: 100px;"></div>

Related Colors of #B65DDF

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