Color: #B5368C
#B5368C Color Information
#B5368C is a dark color. The closest websafe version is #B5368C. A complement of this color would be #36B55E, perceived brightness is 0.40, and the grayscale version is #767676.
In the HSL color space, this color has a hue angle of 319°,a saturation of 54%, and a lightness of 46%.The HSV representation shows a hue of 319°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B5368C is composed of 71% red, 21% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 70% magenta, 23% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 14.52, x: 0.4250, and y: 0.2437.
Color Code #B5368C
Shades of Color #B5368C
Shades are created by darkening the original color #B5368C 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 #B5368C
Tints are created by lightening the original color #B5368C 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 #B5368C Color Code
In the HSL color space, this color has a hue angle of 319°, a saturation of 54%, and a lightness of 46%. The HSV representation shows a hue of 319°, a saturation of 70%, and a value of 71%.
- HEX: #B5368C
- RGB: rgb(181, 54, 140)
- HSL: hsl(319, 54%, 46%)
- HSV: hsv(319, 70%, 71%)
- CMYK: 0.00% cyan, 70.00% magenta, 23.00% yellow, 29.00% black
- XYZ: 25.32, 14.52, 19.73
- Yxy: 14.52, 0.4250, 0.2437
- Hunter Lab: 44.96, 57.42, -19.03
- CIE-Lab: 44.96, 57.42, -19.03
In the XYZ color space, this color is represented as X: 25.32, Y: 14.52, Z: 19.73. The Yxy representation further refines this as Y: 14.52, x: 0.4250, and y: 0.2437.
In the Hunter Lab color space, this color is represented as L: 44.96, a: 57.42, and b: -19.03. Similarly, in the CIE-Lab color space, it is represented as L: 44.96, a: 57.42, and b: -19.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 #B5368C
Triadic colors are three colors evenly spaced around the color wheel, including #B5368C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B5368C
Monochromatic colors are variations of #B5368C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B5368C
The complementary color of #B5368C 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 #B5368C
/* Using HEX */ body { background-color: #b5368c; }
/* Using RGB */ body { background-color: rgb(181, 54, 140); }
/* Using RGB with opacity */ body { background-color: rgba(181, 54, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(319, 54%, 46%); }
/* Text color */ p { color: #b5368c; }
/* Box shadow */ div { box-shadow: 4px 4px #b5368c; }
HTML Examples of #B5368C
<!-- Using HEX --> <div style="background-color: #b5368c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(181, 54, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(181, 54, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(319, 54%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b5368c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b5368c; width: 100px; height: 100px;"></div>
Related Colors of #B5368C
These colors are similar to #B5368C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.