Color: #B521AB
#B521AB Color Information
#B521AB is a dark color. The closest websafe version is #B521AB. A complement of this color would be #21B52B, perceived brightness is 0.36, and the grayscale version is #6B6B6B.
In the HSL color space, this color has a hue angle of 304°,a saturation of 69%, and a lightness of 42%.The HSV representation shows a hue of 304°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B521AB is composed of 71% red, 13% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 82% magenta, 6% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 13.84, x: 0.3779, and y: 0.1969.
Color Code #B521AB
Shades of Color #B521AB
Shades are created by darkening the original color #B521AB 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 #B521AB
Tints are created by lightening the original color #B521AB 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 #B521AB Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 69%, and a lightness of 42%. The HSV representation shows a hue of 304°, a saturation of 82%, and a value of 71%.
- HEX: #B521AB
- RGB: rgb(181, 33, 171)
- HSL: hsl(304, 69%, 42%)
- HSV: hsv(304, 82%, 71%)
- CMYK: 0.00% cyan, 82.00% magenta, 6.00% yellow, 29.00% black
- XYZ: 26.56, 13.84, 29.88
- Yxy: 13.84, 0.3779, 0.1969
- Hunter Lab: 44.00, 66.70, -39.09
- CIE-Lab: 44.00, 66.70, -39.09
In the XYZ color space, this color is represented as X: 26.56, Y: 13.84, Z: 29.88. The Yxy representation further refines this as Y: 13.84, x: 0.3779, and y: 0.1969.
In the Hunter Lab color space, this color is represented as L: 44.00, a: 66.70, and b: -39.09. Similarly, in the CIE-Lab color space, it is represented as L: 44.00, a: 66.70, and b: -39.09.
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 #B521AB
Triadic colors are three colors evenly spaced around the color wheel, including #B521AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B521AB
Monochromatic colors are variations of #B521AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B521AB
The complementary color of #B521AB 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 #B521AB
/* Using HEX */ body { background-color: #b521ab; }
/* Using RGB */ body { background-color: rgb(181, 33, 171); }
/* Using RGB with opacity */ body { background-color: rgba(181, 33, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 69%, 42%); }
/* Text color */ p { color: #b521ab; }
/* Box shadow */ div { box-shadow: 4px 4px #b521ab; }
HTML Examples of #B521AB
<!-- Using HEX --> <div style="background-color: #b521ab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 33, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 33, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 69%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b521ab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b521ab; width: 100px; height: 100px;"></div>
Related Colors of #B521AB
These colors are similar to #B521AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.