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