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