Color: #BC5481
#BC5481 Color Information
#BC5481 is a dark color. The closest websafe version is #BC5481. A complement of this color would be #52BC8E, perceived brightness is 0.47, and the grayscale version is #888888.
In the HSL color space, this color has a hue angle of 334°,a saturation of 44%, and a lightness of 53%.The HSV representation shows a hue of 334°, a saturation of 55%, and a value of 74%.
In a RGB color space, #BC5481 is composed of 74% red, 33% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 31% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 18.88, x: 0.4409, and y: 0.2923.
Color Code #BC5481
Shades of Color #BC5481
Shades are created by darkening the original color #BC5481 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 #BC5481
Tints are created by lightening the original color #BC5481 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 #BC5481 Color Code
In the HSL color space, this color has a hue angle of 334°, a saturation of 44%, and a lightness of 53%. The HSV representation shows a hue of 334°, a saturation of 55%, and a value of 74%.
- HEX: #BC5481
- RGB: rgb(188, 84, 129)
- HSL: hsl(334, 44%, 53%)
- HSV: hsv(334, 55%, 74%)
- CMYK: 0.00% cyan, 55.00% magenta, 31.00% yellow, 26.00% black
- XYZ: 28.48, 18.88, 17.24
- Yxy: 18.88, 0.4409, 0.2923
- Hunter Lab: 50.54, 46.19, -3.95
- CIE-Lab: 50.54, 46.19, -3.95
In the XYZ color space, this color is represented as X: 28.48, Y: 18.88, Z: 17.24. The Yxy representation further refines this as Y: 18.88, x: 0.4409, and y: 0.2923.
In the Hunter Lab color space, this color is represented as L: 50.54, a: 46.19, and b: -3.95. Similarly, in the CIE-Lab color space, it is represented as L: 50.54, a: 46.19, and b: -3.95.
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 #BC5481
Triadic colors are three colors evenly spaced around the color wheel, including #BC5481. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BC5481
Split complementary colors are two colors adjacent to the complementary color of #BC5481. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BC5481
Monochromatic colors are variations of #BC5481, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BC5481
The complementary color of #BC5481 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 #BC5481
/* Using HEX */ body { background-color: #bc5481; }
/* Using RGB */ body { background-color: rgb(188, 84, 129); }
/* Using RGB with opacity */ body { background-color: rgba(188, 84, 129, 0.5); }
/* Using HSL */ body { background-color: hsl(334, 44%, 53%); }
/* Text color */ p { color: #bc5481; }
/* Box shadow */ div { box-shadow: 4px 4px #bc5481; }
/* Border color */ .box { border: 4px solid #bc5481; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bc5481; }
/* Background with text */ div { background: #bc5481; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BC5481
<!-- Using HEX --> <div style="background-color: #bc5481; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 84, 129); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 84, 129, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(334, 44%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bc5481;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bc5481; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bc5481; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bc5481;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bc5481; color: #fff; padding: 16px; border-radius: 8px;"> #BC5481 </div>
Related Colors of #BC5481
These colors are similar to #BC5481, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.