Color: #B84BDD

#B84BDD Color Information

#B84BDD is a dark color. The closest websafe version is #B84BDD. A complement of this color would be #6FDD4B, perceived brightness is 0.49, and the grayscale version is #949494.

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

In a RGB color space, #B84BDD is composed of 72% red, 29% green and 87% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 66% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 20.09, x: 0.3173, and y: 0.1877.

Color Code #B84BDD

#B84BDDrgb(184, 75, 221)
HEX
#B84BDD
RGB
rgb(184, 75, 221)
HSL
hsl(285, 68%, 58%)
HSV
hsv(285, 66%, 87%)
CMYK
17%, 66%, 0%, 13%
XYZ
X: 33.96, Y: 20.09, Z: 52.99
Lab
L: 51.94, a: 60.24, b: -55.41
Name

Shades of Color #B84BDD

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

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

#B84BDDrgb(184, 75, 221)

About #B84BDD Color Code

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

  • HEX: #B84BDD
  • RGB: rgb(184, 75, 221)
  • HSL: hsl(285, 68%, 58%)
  • HSV: hsv(285, 66%, 87%)
  • CMYK: 17.00% cyan, 66.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 33.96, 20.09, 52.99
  • Yxy: 20.09, 0.3173, 0.1877
  • Hunter Lab: 51.94, 60.24, -55.41
  • CIE-Lab: 51.94, 60.24, -55.41

In the XYZ color space, this color is represented as X: 33.96, Y: 20.09, Z: 52.99. The Yxy representation further refines this as Y: 20.09, x: 0.3173, and y: 0.1877.

In the Hunter Lab color space, this color is represented as L: 51.94, a: 60.24, and b: -55.41. Similarly, in the CIE-Lab color space, it is represented as L: 51.94, a: 60.24, and b: -55.41.

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

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

Analogous Colors of #B84BDD

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

Monochromatic Colors of #B84BDD

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

Complementary Color of #B84BDD

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

/* Using HEX */
body {
  background-color: #b84bdd;
}
/* Using RGB */
body {
  background-color: rgb(184, 75, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 75, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 68%, 58%);
}
/* Text color */
p {
  color: #b84bdd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b84bdd;
}
/* Border color */
.box {
  border: 4px solid #b84bdd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b84bdd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b84bdd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B84BDD
On Black Background
#B84BDD
On White Background
#B84BDD

HTML Examples of #B84BDD

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

Related Colors of #B84BDD

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