Color: #B131FC
#B131FC Color Information
#B131FC is a dark color. The closest websafe version is #B131FC. A complement of this color would be #7BFC31, perceived brightness is 0.43, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 278°,a saturation of 97%, and a lightness of 59%.The HSV representation shows a hue of 278°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B131FC is composed of 69% red, 19% green and 99% blue. Whereas in a CMYK color space, it is composed of 30% cyan, 81% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 17.89, x: 0.2796, and y: 0.1459.
Color Code #B131FC
Shades of Color #B131FC
Shades are created by darkening the original color #B131FC 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 #B131FC
Tints are created by lightening the original color #B131FC 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 #B131FC Color Code
In the HSL color space, this color has a hue angle of 278°, a saturation of 97%, and a lightness of 59%. The HSV representation shows a hue of 278°, a saturation of 81%, and a value of 99%.
- HEX: #B131FC
- RGB: rgb(177, 49, 252)
- HSL: hsl(278, 97%, 59%)
- HSV: hsv(278, 81%, 99%)
- CMYK: 30.00% cyan, 81.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 34.28, 17.89, 70.43
- Yxy: 17.89, 0.2796, 0.1459
- Hunter Lab: 49.36, 72.51, -77.03
- CIE-Lab: 49.36, 72.51, -77.03
In the XYZ color space, this color is represented as X: 34.28, Y: 17.89, Z: 70.43. The Yxy representation further refines this as Y: 17.89, x: 0.2796, and y: 0.1459.
In the Hunter Lab color space, this color is represented as L: 49.36, a: 72.51, and b: -77.03. Similarly, in the CIE-Lab color space, it is represented as L: 49.36, a: 72.51, and b: -77.03.
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 #B131FC
Triadic colors are three colors evenly spaced around the color wheel, including #B131FC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B131FC
Monochromatic colors are variations of #B131FC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B131FC
The complementary color of #B131FC 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 #B131FC
/* Using HEX */ body { background-color: #b131fc; }
/* Using RGB */ body { background-color: rgb(177, 49, 252); }
/* Using RGB with opacity */ body { background-color: rgba(177, 49, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(278, 97%, 59%); }
/* Text color */ p { color: #b131fc; }
/* Box shadow */ div { box-shadow: 4px 4px #b131fc; }
HTML Examples of #B131FC
<!-- Using HEX --> <div style="background-color: #b131fc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(177, 49, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(177, 49, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(278, 97%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b131fc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b131fc; width: 100px; height: 100px;"></div>
Related Colors of #B131FC
These colors are similar to #B131FC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.