Color: #B71CD6
#B71CD6 Color Information
#B71CD6 is a dark color. The closest websafe version is #B71CD6. A complement of this color would be #3AD41C, perceived brightness is 0.37, and the grayscale version is #797979.
In the HSL color space, this color has a hue angle of 290°,a saturation of 77%, and a lightness of 47%.The HSV representation shows a hue of 290°, a saturation of 87%, and a value of 84%.
In a RGB color space, #B71CD6 is composed of 72% red, 11% green and 84% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 87% magenta, 0% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 15.44, x: 0.3235, and y: 0.1626.
Color Code #B71CD6
Shades of Color #B71CD6
Shades are created by darkening the original color #B71CD6 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 #B71CD6
Tints are created by lightening the original color #B71CD6 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 #B71CD6 Color Code
In the HSL color space, this color has a hue angle of 290°, a saturation of 77%, and a lightness of 47%. The HSV representation shows a hue of 290°, a saturation of 87%, and a value of 84%.
- HEX: #B71CD6
- RGB: rgb(183, 28, 214)
- HSL: hsl(290, 77%, 47%)
- HSV: hsv(290, 87%, 84%)
- CMYK: 14.00% cyan, 87.00% magenta, 0.00% yellow, 16.00% black
- XYZ: 30.72, 15.44, 48.80
- Yxy: 15.44, 0.3235, 0.1626
- Hunter Lab: 46.24, 73.22, -60.56
- CIE-Lab: 46.24, 73.22, -60.56
In the XYZ color space, this color is represented as X: 30.72, Y: 15.44, Z: 48.80. The Yxy representation further refines this as Y: 15.44, x: 0.3235, and y: 0.1626.
In the Hunter Lab color space, this color is represented as L: 46.24, a: 73.22, and b: -60.56. Similarly, in the CIE-Lab color space, it is represented as L: 46.24, a: 73.22, and b: -60.56.
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 #B71CD6
Triadic colors are three colors evenly spaced around the color wheel, including #B71CD6. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B71CD6
Monochromatic colors are variations of #B71CD6, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B71CD6
The complementary color of #B71CD6 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 #B71CD6
/* Using HEX */ body { background-color: #b71cd6; }
/* Using RGB */ body { background-color: rgb(183, 28, 214); }
/* Using RGB with opacity */ body { background-color: rgba(183, 28, 214, 0.5); }
/* Using HSL */ body { background-color: hsl(290, 77%, 47%); }
/* Text color */ p { color: #b71cd6; }
/* Box shadow */ div { box-shadow: 4px 4px #b71cd6; }
/* Border color */ .box { border: 4px solid #b71cd6; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b71cd6; }
/* Background with text */ div { background: #b71cd6; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B71CD6
<!-- Using HEX --> <div style="background-color: #b71cd6; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(183, 28, 214); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(183, 28, 214, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(290, 77%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b71cd6;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b71cd6; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b71cd6; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b71cd6;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b71cd6; color: #fff; padding: 16px; border-radius: 8px;"> #B71CD6 </div>
Related Colors of #B71CD6
These colors are similar to #B71CD6, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.