Color: #B537DC

#B537DC Color Information

#B537DC is a dark color. The closest websafe version is #B537DC. A complement of this color would be #5EDC38, perceived brightness is 0.44, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 286°,a saturation of 70%, and a lightness of 54%.The HSV representation shows a hue of 286°, a saturation of 75%, and a value of 86%.

In a RGB color space, #B537DC is composed of 71% red, 22% green and 86% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 75% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 17.36, x: 0.3144, and y: 0.1713.

Color Code #B537DC

#B537DCrgb(181, 55, 220)
HEX
#B537DC
RGB
rgb(181, 55, 220)
HSL
hsl(286, 70%, 54%)
HSV
hsv(286, 75%, 86%)
CMYK
18%, 75%, 0%, 14%
XYZ
X: 31.86, Y: 17.36, Z: 52.13
Lab
L: 48.71, a: 66.76, b: -60.04
Name

Shades of Color #B537DC

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

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

#B537DCrgb(181, 55, 220)

About #B537DC Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 70%, and a lightness of 54%. The HSV representation shows a hue of 286°, a saturation of 75%, and a value of 86%.

  • HEX: #B537DC
  • RGB: rgb(181, 55, 220)
  • HSL: hsl(286, 70%, 54%)
  • HSV: hsv(286, 75%, 86%)
  • CMYK: 18.00% cyan, 75.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 31.86, 17.36, 52.13
  • Yxy: 17.36, 0.3144, 0.1713
  • Hunter Lab: 48.71, 66.76, -60.04
  • CIE-Lab: 48.71, 66.76, -60.04

In the XYZ color space, this color is represented as X: 31.86, Y: 17.36, Z: 52.13. The Yxy representation further refines this as Y: 17.36, x: 0.3144, and y: 0.1713.

In the Hunter Lab color space, this color is represented as L: 48.71, a: 66.76, and b: -60.04. Similarly, in the CIE-Lab color space, it is represented as L: 48.71, a: 66.76, and b: -60.04.

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

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

Analogous Colors of #B537DC

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

Split Complementary Colors of #B537DC

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

Tetradic Colors of #B537DC

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

Monochromatic Colors of #B537DC

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

Complementary Color of #B537DC

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

/* Using HEX */
body {
  background-color: #b537dc;
}
/* Using RGB */
body {
  background-color: rgb(181, 55, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(181, 55, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 70%, 54%);
}
/* Text color */
p {
  color: #b537dc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b537dc;
}
/* Border color */
.box {
  border: 4px solid #b537dc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b537dc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b537dc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B537DC
On Black Background
#B537DC
On White Background
#B537DC

HTML Examples of #B537DC

<!-- Using HEX -->
<div style="background-color: #b537dc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(181, 55, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(181, 55, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(286, 70%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b537dc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b537dc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b537dc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b537dc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b537dc; color: #fff; padding: 16px; border-radius: 8px;">
  #B537DC
</div>
#B537DC
On Black Background
#B537DC
On White Background
#B537DC

Related Colors of #B537DC

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