Color: #B36CDC

#B36CDC Color Information

#B36CDC is a light color. The closest websafe version is #B36CDC. A complement of this color would be #94DC6A, perceived brightness is 0.56, and the grayscale version is #A4A4A4.

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

In a RGB color space, #B36CDC is composed of 70% red, 42% green and 86% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 51% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 25.12, x: 0.3129, and y: 0.2204.

Color Code #B36CDC

#B36CDCrgb(179, 108, 220)
HEX
#B36CDC
RGB
rgb(179, 108, 220)
HSL
hsl(278, 62%, 64%)
HSV
hsv(278, 51%, 86%)
CMYK
19%, 51%, 0%, 14%
XYZ
X: 35.67, Y: 25.12, Z: 53.20
Lab
L: 57.19, a: 43.46, b: -46.58
Name

Shades of Color #B36CDC

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

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

#B36CDCrgb(179, 108, 220)

About #B36CDC Color Code

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

  • HEX: #B36CDC
  • RGB: rgb(179, 108, 220)
  • HSL: hsl(278, 62%, 64%)
  • HSV: hsv(278, 51%, 86%)
  • CMYK: 19.00% cyan, 51.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 35.67, 25.12, 53.20
  • Yxy: 25.12, 0.3129, 0.2204
  • Hunter Lab: 57.19, 43.46, -46.58
  • CIE-Lab: 57.19, 43.46, -46.58

In the XYZ color space, this color is represented as X: 35.67, Y: 25.12, Z: 53.20. The Yxy representation further refines this as Y: 25.12, x: 0.3129, and y: 0.2204.

In the Hunter Lab color space, this color is represented as L: 57.19, a: 43.46, and b: -46.58. Similarly, in the CIE-Lab color space, it is represented as L: 57.19, a: 43.46, and b: -46.58.

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

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

Analogous Colors of #B36CDC

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

Split Complementary Colors of #B36CDC

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

Tetradic Colors of #B36CDC

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

Monochromatic Colors of #B36CDC

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

Complementary Color of #B36CDC

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

/* Using HEX */
body {
  background-color: #b36cdc;
}
/* Using RGB */
body {
  background-color: rgb(179, 108, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 108, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(278, 62%, 64%);
}
/* Text color */
p {
  color: #b36cdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b36cdc;
}
/* Border color */
.box {
  border: 4px solid #b36cdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b36cdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b36cdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B36CDC
On Black Background
#B36CDC
On White Background
#B36CDC

HTML Examples of #B36CDC

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

Related Colors of #B36CDC

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