Color: #BD84C0
#BD84C0 Color Information
#BD84C0 is a light color. The closest websafe version is #BD84C0. A complement of this color would be #89C186, perceived brightness is 0.61, and the grayscale version is #A2A2A2.
In the HSL color space, this color has a hue angle of 297°,a saturation of 32%, and a lightness of 64%.The HSV representation shows a hue of 297°, a saturation of 31%, and a value of 75%.
In a RGB color space, #BD84C0 is composed of 74% red, 52% green and 75% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 31% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 31.06, x: 0.3502, and y: 0.2817.
Color Code #BD84C0
Shades of Color #BD84C0
Shades are created by darkening the original color #BD84C0 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 #BD84C0
Tints are created by lightening the original color #BD84C0 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 #BD84C0 Color Code
In the HSL color space, this color has a hue angle of 297°, a saturation of 32%, and a lightness of 64%. The HSV representation shows a hue of 297°, a saturation of 31%, and a value of 75%.
- HEX: #BD84C0
- RGB: rgb(189, 132, 192)
- HSL: hsl(297, 32%, 64%)
- HSV: hsv(297, 31%, 75%)
- CMYK: 2.00% cyan, 31.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 38.62, 31.06, 40.59
- Yxy: 31.06, 0.3502, 0.2817
- Hunter Lab: 62.56, 29.95, -22.44
- CIE-Lab: 62.56, 29.95, -22.44
In the XYZ color space, this color is represented as X: 38.62, Y: 31.06, Z: 40.59. The Yxy representation further refines this as Y: 31.06, x: 0.3502, and y: 0.2817.
In the Hunter Lab color space, this color is represented as L: 62.56, a: 29.95, and b: -22.44. Similarly, in the CIE-Lab color space, it is represented as L: 62.56, a: 29.95, and b: -22.44.
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 #BD84C0
Triadic colors are three colors evenly spaced around the color wheel, including #BD84C0. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BD84C0
Split complementary colors are two colors adjacent to the complementary color of #BD84C0. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BD84C0
Monochromatic colors are variations of #BD84C0, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BD84C0
The complementary color of #BD84C0 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 #BD84C0
/* Using HEX */ body { background-color: #bd84c0; }
/* Using RGB */ body { background-color: rgb(189, 132, 192); }
/* Using RGB with opacity */ body { background-color: rgba(189, 132, 192, 0.5); }
/* Using HSL */ body { background-color: hsl(297, 32%, 64%); }
/* Text color */ p { color: #bd84c0; }
/* Box shadow */ div { box-shadow: 4px 4px #bd84c0; }
/* Border color */ .box { border: 4px solid #bd84c0; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bd84c0; }
/* Background with text */ div { background: #bd84c0; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BD84C0
<!-- Using HEX --> <div style="background-color: #bd84c0; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 132, 192); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 132, 192, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(297, 32%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bd84c0;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bd84c0; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bd84c0; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bd84c0;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bd84c0; color: #fff; padding: 16px; border-radius: 8px;"> #BD84C0 </div>
Related Colors of #BD84C0
These colors are similar to #BD84C0, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.