Color: #B31164
#B31164 Color Information
#B31164 is a dark color. The closest websafe version is #B31164. A complement of this color would be #10B15E, perceived brightness is 0.29, and the grayscale version is #626262.
In the HSL color space, this color has a hue angle of 329°,a saturation of 83%, and a lightness of 38%.The HSV representation shows a hue of 329°, a saturation of 91%, and a value of 70%.
In a RGB color space, #B31164 is composed of 70% red, 7% green and 39% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 44% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 11.20, x: 0.5084, and y: 0.2624.
Color Code #B31164
Shades of Color #B31164
Shades are created by darkening the original color #B31164 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 #B31164
Tints are created by lightening the original color #B31164 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 #B31164 Color Code
In the HSL color space, this color has a hue angle of 329°, a saturation of 83%, and a lightness of 38%. The HSV representation shows a hue of 329°, a saturation of 91%, and a value of 70%.
- HEX: #B31164
- RGB: rgb(179, 17, 100)
- HSL: hsl(329, 83%, 38%)
- HSV: hsv(329, 91%, 70%)
- CMYK: 0.00% cyan, 91.00% magenta, 44.00% yellow, 30.00% black
- XYZ: 21.70, 11.20, 9.78
- Yxy: 11.20, 0.5084, 0.2624
- Hunter Lab: 39.92, 63.07, -1.83
- CIE-Lab: 39.92, 63.07, -1.83
In the XYZ color space, this color is represented as X: 21.70, Y: 11.20, Z: 9.78. The Yxy representation further refines this as Y: 11.20, x: 0.5084, and y: 0.2624.
In the Hunter Lab color space, this color is represented as L: 39.92, a: 63.07, and b: -1.83. Similarly, in the CIE-Lab color space, it is represented as L: 39.92, a: 63.07, and b: -1.83.
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 #B31164
Triadic colors are three colors evenly spaced around the color wheel, including #B31164. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B31164
Split complementary colors are two colors adjacent to the complementary color of #B31164. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B31164
Monochromatic colors are variations of #B31164, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B31164
The complementary color of #B31164 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 #B31164
/* Using HEX */ body { background-color: #b31164; }
/* Using RGB */ body { background-color: rgb(179, 17, 100); }
/* Using RGB with opacity */ body { background-color: rgba(179, 17, 100, 0.5); }
/* Using HSL */ body { background-color: hsl(329, 83%, 38%); }
/* Text color */ p { color: #b31164; }
/* Box shadow */ div { box-shadow: 4px 4px #b31164; }
/* Border color */ .box { border: 4px solid #b31164; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b31164; }
/* Background with text */ div { background: #b31164; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B31164
<!-- Using HEX --> <div style="background-color: #b31164; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 17, 100); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 17, 100, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(329, 83%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b31164;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b31164; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b31164; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b31164;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b31164; color: #fff; padding: 16px; border-radius: 8px;"> #B31164 </div>
Related Colors of #B31164
These colors are similar to #B31164, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.