Color: #BF7DDC
#BF7DDC Color Information
#BF7DDC is a light color. The closest websafe version is #BF7DDC. A complement of this color would be #9ADD7E, perceived brightness is 0.61, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 282°,a saturation of 58%, and a lightness of 68%.The HSV representation shows a hue of 282°, a saturation of 43%, and a value of 86%.
In a RGB color space, #BF7DDC is composed of 75% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 43% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 30.63, x: 0.3260, and y: 0.2444.
Color Code #BF7DDC
Shades of Color #BF7DDC
Shades are created by darkening the original color #BF7DDC 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 #BF7DDC
Tints are created by lightening the original color #BF7DDC 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 #BF7DDC Color Code
In the HSL color space, this color has a hue angle of 282°, a saturation of 58%, and a lightness of 68%. The HSV representation shows a hue of 282°, a saturation of 43%, and a value of 86%.
- HEX: #BF7DDC
- RGB: rgb(191, 125, 220)
- HSL: hsl(282, 58%, 68%)
- HSV: hsv(282, 43%, 86%)
- CMYK: 13.00% cyan, 43.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 40.86, 30.63, 53.83
- Yxy: 30.63, 0.3260, 0.2444
- Hunter Lab: 62.20, 38.50, -38.63
- CIE-Lab: 62.20, 38.50, -38.63
In the XYZ color space, this color is represented as X: 40.86, Y: 30.63, Z: 53.83. The Yxy representation further refines this as Y: 30.63, x: 0.3260, and y: 0.2444.
In the Hunter Lab color space, this color is represented as L: 62.20, a: 38.50, and b: -38.63. Similarly, in the CIE-Lab color space, it is represented as L: 62.20, a: 38.50, and b: -38.63.
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 #BF7DDC
Triadic colors are three colors evenly spaced around the color wheel, including #BF7DDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BF7DDC
Split complementary colors are two colors adjacent to the complementary color of #BF7DDC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BF7DDC
Monochromatic colors are variations of #BF7DDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BF7DDC
The complementary color of #BF7DDC 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 #BF7DDC
/* Using HEX */ body { background-color: #bf7ddc; }
/* Using RGB */ body { background-color: rgb(191, 125, 220); }
/* Using RGB with opacity */ body { background-color: rgba(191, 125, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(282, 58%, 68%); }
/* Text color */ p { color: #bf7ddc; }
/* Box shadow */ div { box-shadow: 4px 4px #bf7ddc; }
/* Border color */ .box { border: 4px solid #bf7ddc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bf7ddc; }
/* Background with text */ div { background: #bf7ddc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BF7DDC
<!-- Using HEX --> <div style="background-color: #bf7ddc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(191, 125, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(191, 125, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(282, 58%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bf7ddc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bf7ddc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bf7ddc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bf7ddc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bf7ddc; color: #fff; padding: 16px; border-radius: 8px;"> #BF7DDC </div>
Related Colors of #BF7DDC
These colors are similar to #BF7DDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.