Color: #BF579C
#BF579C Color Information
#BF579C is a dark color. The closest websafe version is #BF579C. A complement of this color would be #59C07B, perceived brightness is 0.49, and the grayscale version is #8B8B8B.
In the HSL color space, this color has a hue angle of 320°,a saturation of 45%, and a lightness of 55%.The HSV representation shows a hue of 320°, a saturation of 54%, and a value of 75%.
In a RGB color space, #BF579C is composed of 75% red, 34% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 18% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 20.44, x: 0.4047, and y: 0.2655.
Color Code #BF579C
Shades of Color #BF579C
Shades are created by darkening the original color #BF579C 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 #BF579C
Tints are created by lightening the original color #BF579C 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 #BF579C Color Code
In the HSL color space, this color has a hue angle of 320°, a saturation of 45%, and a lightness of 55%. The HSV representation shows a hue of 320°, a saturation of 54%, and a value of 75%.
- HEX: #BF579C
- RGB: rgb(191, 87, 156)
- HSL: hsl(320, 45%, 55%)
- HSV: hsv(320, 54%, 75%)
- CMYK: 0.00% cyan, 54.00% magenta, 18.00% yellow, 25.00% black
- XYZ: 31.15, 20.44, 25.39
- Yxy: 20.44, 0.4047, 0.2655
- Hunter Lab: 52.33, 48.54, -17.21
- CIE-Lab: 52.33, 48.54, -17.21
In the XYZ color space, this color is represented as X: 31.15, Y: 20.44, Z: 25.39. The Yxy representation further refines this as Y: 20.44, x: 0.4047, and y: 0.2655.
In the Hunter Lab color space, this color is represented as L: 52.33, a: 48.54, and b: -17.21. Similarly, in the CIE-Lab color space, it is represented as L: 52.33, a: 48.54, and b: -17.21.
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 #BF579C
Triadic colors are three colors evenly spaced around the color wheel, including #BF579C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BF579C
Split complementary colors are two colors adjacent to the complementary color of #BF579C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BF579C
Monochromatic colors are variations of #BF579C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BF579C
The complementary color of #BF579C 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 #BF579C
/* Using HEX */ body { background-color: #bf579c; }
/* Using RGB */ body { background-color: rgb(191, 87, 156); }
/* Using RGB with opacity */ body { background-color: rgba(191, 87, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(320, 45%, 55%); }
/* Text color */ p { color: #bf579c; }
/* Box shadow */ div { box-shadow: 4px 4px #bf579c; }
/* Border color */ .box { border: 4px solid #bf579c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bf579c; }
/* Background with text */ div { background: #bf579c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BF579C
<!-- Using HEX --> <div style="background-color: #bf579c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 87, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 87, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(320, 45%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bf579c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bf579c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bf579c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bf579c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bf579c; color: #fff; padding: 16px; border-radius: 8px;"> #BF579C </div>
Related Colors of #BF579C
These colors are similar to #BF579C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.