Color: #B04493
#B04493 Color Information
#B04493 is a dark color. The closest websafe version is #B04493. A complement of this color would be #45B061, perceived brightness is 0.43, and the grayscale version is #7A7A7A.
In the HSL color space, this color has a hue angle of 316°,a saturation of 44%, and a lightness of 48%.The HSV representation shows a hue of 316°, a saturation of 61%, and a value of 69%.
In a RGB color space, #B04493 is composed of 69% red, 27% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 16% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 15.57, x: 0.4027, and y: 0.2475.
Color Code #B04493
Shades of Color #B04493
Shades are created by darkening the original color #B04493 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 #B04493
Tints are created by lightening the original color #B04493 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 #B04493 Color Code
In the HSL color space, this color has a hue angle of 316°, a saturation of 44%, and a lightness of 48%. The HSV representation shows a hue of 316°, a saturation of 61%, and a value of 69%.
- HEX: #B04493
- RGB: rgb(176, 68, 147)
- HSL: hsl(316, 44%, 48%)
- HSV: hsv(316, 61%, 69%)
- CMYK: 0.00% cyan, 61.00% magenta, 16.00% yellow, 31.00% black
- XYZ: 25.33, 15.57, 22.00
- Yxy: 15.57, 0.4027, 0.2475
- Hunter Lab: 46.41, 51.23, -21.13
- CIE-Lab: 46.41, 51.23, -21.13
In the XYZ color space, this color is represented as X: 25.33, Y: 15.57, Z: 22.00. The Yxy representation further refines this as Y: 15.57, x: 0.4027, and y: 0.2475.
In the Hunter Lab color space, this color is represented as L: 46.41, a: 51.23, and b: -21.13. Similarly, in the CIE-Lab color space, it is represented as L: 46.41, a: 51.23, and b: -21.13.
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 #B04493
Triadic colors are three colors evenly spaced around the color wheel, including #B04493. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B04493
Split complementary colors are two colors adjacent to the complementary color of #B04493. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B04493
Monochromatic colors are variations of #B04493, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B04493
The complementary color of #B04493 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 #B04493
/* Using HEX */ body { background-color: #b04493; }
/* Using RGB */ body { background-color: rgb(176, 68, 147); }
/* Using RGB with opacity */ body { background-color: rgba(176, 68, 147, 0.5); }
/* Using HSL */ body { background-color: hsl(316, 44%, 48%); }
/* Text color */ p { color: #b04493; }
/* Box shadow */ div { box-shadow: 4px 4px #b04493; }
/* Border color */ .box { border: 4px solid #b04493; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b04493; }
/* Background with text */ div { background: #b04493; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B04493
<!-- Using HEX --> <div style="background-color: #b04493; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(176, 68, 147); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(176, 68, 147, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(316, 44%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b04493;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b04493; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b04493; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b04493;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b04493; color: #fff; padding: 16px; border-radius: 8px;"> #B04493 </div>
Related Colors of #B04493
These colors are similar to #B04493, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.