Color: #B51EFA
#B51EFA Color Information
#B51EFA is a dark color. The closest websafe version is #B51EFA. A complement of this color would be #64FA1E, perceived brightness is 0.39, and the grayscale version is #8C8C8C.
In the HSL color space, this color has a hue angle of 281°,a saturation of 96%, and a lightness of 55%.The HSV representation shows a hue of 281°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B51EFA is composed of 71% red, 12% green and 98% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 88% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 17.01, x: 0.2852, and y: 0.1413.
Color Code #B51EFA
Shades of Color #B51EFA
Shades are created by darkening the original color #B51EFA 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 #B51EFA
Tints are created by lightening the original color #B51EFA 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 #B51EFA Color Code
In the HSL color space, this color has a hue angle of 281°, a saturation of 96%, and a lightness of 55%. The HSV representation shows a hue of 281°, a saturation of 88%, and a value of 98%.
- HEX: #B51EFA
- RGB: rgb(181, 30, 250)
- HSL: hsl(281, 96%, 55%)
- HSV: hsv(281, 88%, 98%)
- CMYK: 28.00% cyan, 88.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 34.33, 17.01, 69.04
- Yxy: 17.01, 0.2852, 0.1413
- Hunter Lab: 48.27, 77.35, -77.65
- CIE-Lab: 48.27, 77.35, -77.65
In the XYZ color space, this color is represented as X: 34.33, Y: 17.01, Z: 69.04. The Yxy representation further refines this as Y: 17.01, x: 0.2852, and y: 0.1413.
In the Hunter Lab color space, this color is represented as L: 48.27, a: 77.35, and b: -77.65. Similarly, in the CIE-Lab color space, it is represented as L: 48.27, a: 77.35, and b: -77.65.
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 #B51EFA
Triadic colors are three colors evenly spaced around the color wheel, including #B51EFA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B51EFA
Monochromatic colors are variations of #B51EFA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B51EFA
The complementary color of #B51EFA 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 #B51EFA
/* Using HEX */ body { background-color: #b51efa; }
/* Using RGB */ body { background-color: rgb(181, 30, 250); }
/* Using RGB with opacity */ body { background-color: rgba(181, 30, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(281, 96%, 55%); }
/* Text color */ p { color: #b51efa; }
/* Box shadow */ div { box-shadow: 4px 4px #b51efa; }
HTML Examples of #B51EFA
<!-- Using HEX --> <div style="background-color: #b51efa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 30, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 30, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(281, 96%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b51efa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b51efa; width: 100px; height: 100px;"></div>
Related Colors of #B51EFA
These colors are similar to #B51EFA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.