Color: #B366DD

#B366DD Color Information

#B366DD is a light color. The closest websafe version is #B366DD. A complement of this color would be #8FDD64, perceived brightness is 0.54, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 279°,a saturation of 64%, and a lightness of 63%.The HSV representation shows a hue of 279°, a saturation of 54%, and a value of 87%.

In a RGB color space, #B366DD is composed of 70% red, 40% green and 87% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 54% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 23.94, x: 0.3118, and y: 0.2126.

Color Code #B366DD

#B366DDrgb(179, 102, 221)
HEX
#B366DD
RGB
rgb(179, 102, 221)
HSL
hsl(279, 64%, 63%)
HSV
hsv(279, 54%, 87%)
CMYK
19%, 54%, 0%, 13%
XYZ
X: 35.12, Y: 23.94, Z: 53.56
Lab
L: 56.03, a: 46.62, b: -48.98
Name

Shades of Color #B366DD

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

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

#B366DDrgb(179, 102, 221)

About #B366DD Color Code

In the HSL color space, this color has a hue angle of 279°, a saturation of 64%, and a lightness of 63%. The HSV representation shows a hue of 279°, a saturation of 54%, and a value of 87%.

  • HEX: #B366DD
  • RGB: rgb(179, 102, 221)
  • HSL: hsl(279, 64%, 63%)
  • HSV: hsv(279, 54%, 87%)
  • CMYK: 19.00% cyan, 54.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 35.12, 23.94, 53.56
  • Yxy: 23.94, 0.3118, 0.2126
  • Hunter Lab: 56.03, 46.62, -48.98
  • CIE-Lab: 56.03, 46.62, -48.98

In the XYZ color space, this color is represented as X: 35.12, Y: 23.94, Z: 53.56. The Yxy representation further refines this as Y: 23.94, x: 0.3118, and y: 0.2126.

In the Hunter Lab color space, this color is represented as L: 56.03, a: 46.62, and b: -48.98. Similarly, in the CIE-Lab color space, it is represented as L: 56.03, a: 46.62, and b: -48.98.

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

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

Analogous Colors of #B366DD

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

Split Complementary Colors of #B366DD

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

Tetradic Colors of #B366DD

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

Monochromatic Colors of #B366DD

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

Complementary Color of #B366DD

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

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

HTML Examples of #B366DD

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

Related Colors of #B366DD

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