Color: #B47FCD
#B47FCD Color Information
#B47FCD is a light color. The closest websafe version is #B47FCD. A complement of this color would be #97CD7E, perceived brightness is 0.60, and the grayscale version is #A6A6A6.
In the HSL color space, this color has a hue angle of 281°,a saturation of 44%, and a lightness of 65%.The HSV representation shows a hue of 281°, a saturation of 38%, and a value of 80%.
In a RGB color space, #B47FCD is composed of 71% red, 50% green and 80% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 38% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 29.07, x: 0.3281, and y: 0.2591.
Color Code #B47FCD
Shades of Color #B47FCD
Shades are created by darkening the original color #B47FCD 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 #B47FCD
Tints are created by lightening the original color #B47FCD 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.
About #B47FCD Color Code
In the HSL color space, this color has a hue angle of 281°, a saturation of 44%, and a lightness of 65%. The HSV representation shows a hue of 281°, a saturation of 38%, and a value of 80%.
- HEX: #B47FCD
- RGB: rgb(180, 127, 205)
- HSL: hsl(281, 44%, 65%)
- HSV: hsv(281, 38%, 80%)
- CMYK: 12.00% cyan, 38.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 36.81, 29.07, 46.30
- Yxy: 29.07, 0.3281, 0.2591
- Hunter Lab: 60.84, 31.49, -32.46
- CIE-Lab: 60.84, 31.49, -32.46
In the XYZ color space, this color is represented as X: 36.81, Y: 29.07, Z: 46.30. The Yxy representation further refines this as Y: 29.07, x: 0.3281, and y: 0.2591.
In the Hunter Lab color space, this color is represented as L: 60.84, a: 31.49, and b: -32.46. Similarly, in the CIE-Lab color space, it is represented as L: 60.84, a: 31.49, and b: -32.46.
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 #B47FCD
Triadic colors are three colors evenly spaced around the color wheel, including #B47FCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B47FCD
Monochromatic colors are variations of #B47FCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B47FCD
The complementary color of #B47FCD 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 #B47FCD
/* Using HEX */ body { background-color: #b47fcd; }
/* Using RGB */ body { background-color: rgb(180, 127, 205); }
/* Using RGB with opacity */ body { background-color: rgba(180, 127, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(281, 44%, 65%); }
/* Text color */ p { color: #b47fcd; }
/* Box shadow */ div { box-shadow: 4px 4px #b47fcd; }
/* Border color */ .box { border: 4px solid #b47fcd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b47fcd; }
/* Background with text */ div { background: #b47fcd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B47FCD
<!-- Using HEX --> <div style="background-color: #b47fcd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(180, 127, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(180, 127, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(281, 44%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b47fcd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b47fcd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b47fcd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b47fcd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b47fcd; color: #fff; padding: 16px; border-radius: 8px;"> #B47FCD </div>
Related Colors of #B47FCD
These colors are similar to #B47FCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.