Color: #B51ABC
#B51ABC Color Information
#B51ABC is a dark color. The closest websafe version is #B51ABC. A complement of this color would be #22BC1A, perceived brightness is 0.36, and the grayscale version is #6B6B6B.
In the HSL color space, this color has a hue angle of 297°,a saturation of 76%, and a lightness of 42%.The HSV representation shows a hue of 297°, a saturation of 86%, and a value of 74%.
In a RGB color space, #B51ABC is composed of 71% red, 10% green and 74% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 86% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 14.07, x: 0.3535, and y: 0.1793.
Color Code #B51ABC
Shades of Color #B51ABC
Shades are created by darkening the original color #B51ABC 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 #B51ABC
Tints are created by lightening the original color #B51ABC 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 #B51ABC Color Code
In the HSL color space, this color has a hue angle of 297°, a saturation of 76%, and a lightness of 42%. The HSV representation shows a hue of 297°, a saturation of 86%, and a value of 74%.
- HEX: #B51ABC
- RGB: rgb(181, 26, 188)
- HSL: hsl(297, 76%, 42%)
- HSV: hsv(297, 86%, 74%)
- CMYK: 4.00% cyan, 86.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 27.74, 14.07, 36.66
- Yxy: 14.07, 0.3535, 0.1793
- Hunter Lab: 44.33, 70.03, -48.58
- CIE-Lab: 44.33, 70.03, -48.58
In the XYZ color space, this color is represented as X: 27.74, Y: 14.07, Z: 36.66. The Yxy representation further refines this as Y: 14.07, x: 0.3535, and y: 0.1793.
In the Hunter Lab color space, this color is represented as L: 44.33, a: 70.03, and b: -48.58. Similarly, in the CIE-Lab color space, it is represented as L: 44.33, a: 70.03, and b: -48.58.
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 #B51ABC
Triadic colors are three colors evenly spaced around the color wheel, including #B51ABC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B51ABC
Split complementary colors are two colors adjacent to the complementary color of #B51ABC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B51ABC
Monochromatic colors are variations of #B51ABC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B51ABC
The complementary color of #B51ABC 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 #B51ABC
/* Using HEX */ body { background-color: #b51abc; }
/* Using RGB */ body { background-color: rgb(181, 26, 188); }
/* Using RGB with opacity */ body { background-color: rgba(181, 26, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(297, 76%, 42%); }
/* Text color */ p { color: #b51abc; }
/* Box shadow */ div { box-shadow: 4px 4px #b51abc; }
/* Border color */ .box { border: 4px solid #b51abc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b51abc; }
/* Background with text */ div { background: #b51abc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B51ABC
<!-- Using HEX --> <div style="background-color: #b51abc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 26, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 26, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(297, 76%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b51abc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b51abc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b51abc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b51abc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b51abc; color: #fff; padding: 16px; border-radius: 8px;"> #B51ABC </div>
Related Colors of #B51ABC
These colors are similar to #B51ABC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.