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