Color: #B56CDA
#B56CDA Color Information
#B56CDA is a light color. The closest websafe version is #B56CDA. A complement of this color would be #91DA6C, perceived brightness is 0.56, and the grayscale version is #A3A3A3.
In the HSL color space, this color has a hue angle of 280°,a saturation of 60%, and a lightness of 64%.The HSV representation shows a hue of 280°, a saturation of 50%, and a value of 85%.
In a RGB color space, #B56CDA is composed of 71% red, 42% green and 85% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 50% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 25.28, x: 0.3171, and y: 0.2229.
Color Code #B56CDA
Shades of Color #B56CDA
Shades are created by darkening the original color #B56CDA 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 #B56CDA
Tints are created by lightening the original color #B56CDA 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 #B56CDA Color Code
In the HSL color space, this color has a hue angle of 280°, a saturation of 60%, and a lightness of 64%. The HSV representation shows a hue of 280°, a saturation of 50%, and a value of 85%.
- HEX: #B56CDA
- RGB: rgb(181, 108, 218)
- HSL: hsl(280, 60%, 64%)
- HSV: hsv(280, 50%, 85%)
- CMYK: 17.00% cyan, 50.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 35.96, 25.28, 52.17
- Yxy: 25.28, 0.3171, 0.2229
- Hunter Lab: 57.35, 43.73, -45.19
- CIE-Lab: 57.35, 43.73, -45.19
In the XYZ color space, this color is represented as X: 35.96, Y: 25.28, Z: 52.17. The Yxy representation further refines this as Y: 25.28, x: 0.3171, and y: 0.2229.
In the Hunter Lab color space, this color is represented as L: 57.35, a: 43.73, and b: -45.19. Similarly, in the CIE-Lab color space, it is represented as L: 57.35, a: 43.73, and b: -45.19.
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 #B56CDA
Triadic colors are three colors evenly spaced around the color wheel, including #B56CDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B56CDA
Monochromatic colors are variations of #B56CDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B56CDA
The complementary color of #B56CDA 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 #B56CDA
/* Using HEX */ body { background-color: #b56cda; }
/* Using RGB */ body { background-color: rgb(181, 108, 218); }
/* Using RGB with opacity */ body { background-color: rgba(181, 108, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(280, 60%, 64%); }
/* Text color */ p { color: #b56cda; }
/* Box shadow */ div { box-shadow: 4px 4px #b56cda; }
/* Border color */ .box { border: 4px solid #b56cda; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b56cda; }
/* Background with text */ div { background: #b56cda; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B56CDA
<!-- Using HEX --> <div style="background-color: #b56cda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 108, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 108, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(280, 60%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b56cda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b56cda; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b56cda; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b56cda;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b56cda; color: #fff; padding: 16px; border-radius: 8px;"> #B56CDA </div>
Related Colors of #B56CDA
These colors are similar to #B56CDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.