Color: #B46ADC

#B46ADC Color Information

#B46ADC is a light color. The closest websafe version is #B46ADC. A complement of this color would be #92DC6A, perceived brightness is 0.55, and the grayscale version is #A3A3A3.

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

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

In the Yxy color space, this color is represented as Y: 24.83, x: 0.3140, and y: 0.2184.

Color Code #B46ADC

#B46ADCrgb(180, 106, 220)
HEX
#B46ADC
RGB
rgb(180, 106, 220)
HSL
hsl(279, 62%, 64%)
HSV
hsv(279, 52%, 86%)
CMYK
18%, 52%, 0%, 14%
XYZ
X: 35.69, Y: 24.83, Z: 53.15
Lab
L: 56.91, a: 44.76, b: -47.02
Name

Shades of Color #B46ADC

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

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

#B46ADCrgb(180, 106, 220)

About #B46ADC Color Code

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

  • HEX: #B46ADC
  • RGB: rgb(180, 106, 220)
  • HSL: hsl(279, 62%, 64%)
  • HSV: hsv(279, 52%, 86%)
  • CMYK: 18.00% cyan, 52.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 35.69, 24.83, 53.15
  • Yxy: 24.83, 0.3140, 0.2184
  • Hunter Lab: 56.91, 44.76, -47.02
  • CIE-Lab: 56.91, 44.76, -47.02

In the XYZ color space, this color is represented as X: 35.69, Y: 24.83, Z: 53.15. The Yxy representation further refines this as Y: 24.83, x: 0.3140, and y: 0.2184.

In the Hunter Lab color space, this color is represented as L: 56.91, a: 44.76, and b: -47.02. Similarly, in the CIE-Lab color space, it is represented as L: 56.91, a: 44.76, and b: -47.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 #B46ADC

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

Analogous Colors of #B46ADC

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

Split Complementary Colors of #B46ADC

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

Tetradic Colors of #B46ADC

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

Monochromatic Colors of #B46ADC

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

Complementary Color of #B46ADC

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

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

HTML Examples of #B46ADC

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

Related Colors of #B46ADC

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