Color: #B51CDF
#B51CDF Color Information
#B51CDF is a dark color. The closest websafe version is #B51CDF. A complement of this color would be #46DE1B, perceived brightness is 0.38, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 287°,a saturation of 78%, and a lightness of 49%.The HSV representation shows a hue of 287°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B51CDF is composed of 71% red, 11% green and 87% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 87% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 15.59, x: 0.3109, and y: 0.1556.
Color Code #B51CDF
Shades of Color #B51CDF
Shades are created by darkening the original color #B51CDF 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 #B51CDF
Tints are created by lightening the original color #B51CDF 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 #B51CDF Color Code
In the HSL color space, this color has a hue angle of 287°, a saturation of 78%, and a lightness of 49%. The HSV representation shows a hue of 287°, a saturation of 87%, and a value of 87%.
- HEX: #B51CDF
- RGB: rgb(181, 28, 223)
- HSL: hsl(287, 78%, 49%)
- HSV: hsv(287, 87%, 87%)
- CMYK: 19.00% cyan, 87.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 31.16, 15.59, 53.46
- Yxy: 15.59, 0.3109, 0.1556
- Hunter Lab: 46.43, 74.02, -65.42
- CIE-Lab: 46.43, 74.02, -65.42
In the XYZ color space, this color is represented as X: 31.16, Y: 15.59, Z: 53.46. The Yxy representation further refines this as Y: 15.59, x: 0.3109, and y: 0.1556.
In the Hunter Lab color space, this color is represented as L: 46.43, a: 74.02, and b: -65.42. Similarly, in the CIE-Lab color space, it is represented as L: 46.43, a: 74.02, and b: -65.42.
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 #B51CDF
Triadic colors are three colors evenly spaced around the color wheel, including #B51CDF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B51CDF
Monochromatic colors are variations of #B51CDF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B51CDF
The complementary color of #B51CDF 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 #B51CDF
/* Using HEX */ body { background-color: #b51cdf; }
/* Using RGB */ body { background-color: rgb(181, 28, 223); }
/* Using RGB with opacity */ body { background-color: rgba(181, 28, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(287, 78%, 49%); }
/* Text color */ p { color: #b51cdf; }
/* Box shadow */ div { box-shadow: 4px 4px #b51cdf; }
HTML Examples of #B51CDF
<!-- Using HEX --> <div style="background-color: #b51cdf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 28, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 28, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(287, 78%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b51cdf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b51cdf; width: 100px; height: 100px;"></div>
Related Colors of #B51CDF
These colors are similar to #B51CDF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.