Color: #B46BBE

#B46BBE Color Information

#B46BBE is a light color. The closest websafe version is #B46BBE. A complement of this color would be #74BE6A, perceived brightness is 0.54, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 293°,a saturation of 39%, and a lightness of 58%.The HSV representation shows a hue of 293°, a saturation of 44%, and a value of 75%.

In a RGB color space, #B46BBE is composed of 71% red, 42% green and 75% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 44% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 23.82, x: 0.3445, and y: 0.2492.

Color Code #B46BBE

#B46BBErgb(180, 107, 190)
HEX
#B46BBE
RGB
rgb(180, 107, 190)
HSL
hsl(293, 39%, 58%)
HSV
hsv(293, 44%, 75%)
CMYK
5%, 44%, 0%, 25%
XYZ
X: 32.93, Y: 23.82, Z: 38.84
Lab
L: 55.90, a: 39.57, b: -31.60
Name

Shades of Color #B46BBE

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

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

#B46BBErgb(180, 107, 190)

About #B46BBE Color Code

In the HSL color space, this color has a hue angle of 293°, a saturation of 39%, and a lightness of 58%. The HSV representation shows a hue of 293°, a saturation of 44%, and a value of 75%.

  • HEX: #B46BBE
  • RGB: rgb(180, 107, 190)
  • HSL: hsl(293, 39%, 58%)
  • HSV: hsv(293, 44%, 75%)
  • CMYK: 5.00% cyan, 44.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 32.93, 23.82, 38.84
  • Yxy: 23.82, 0.3445, 0.2492
  • Hunter Lab: 55.90, 39.57, -31.60
  • CIE-Lab: 55.90, 39.57, -31.60

In the XYZ color space, this color is represented as X: 32.93, Y: 23.82, Z: 38.84. The Yxy representation further refines this as Y: 23.82, x: 0.3445, and y: 0.2492.

In the Hunter Lab color space, this color is represented as L: 55.90, a: 39.57, and b: -31.60. Similarly, in the CIE-Lab color space, it is represented as L: 55.90, a: 39.57, and b: -31.60.

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

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

Analogous Colors of #B46BBE

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

Split Complementary Colors of #B46BBE

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

Tetradic Colors of #B46BBE

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

Monochromatic Colors of #B46BBE

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

Complementary Color of #B46BBE

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

/* Using HEX */
body {
  background-color: #b46bbe;
}
/* Using RGB */
body {
  background-color: rgb(180, 107, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 107, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(293, 39%, 58%);
}
/* Text color */
p {
  color: #b46bbe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b46bbe;
}
/* Border color */
.box {
  border: 4px solid #b46bbe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b46bbe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b46bbe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B46BBE
On Black Background
#B46BBE
On White Background
#B46BBE

HTML Examples of #B46BBE

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

Related Colors of #B46BBE

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