Color: #BB5DFD
#BB5DFD Color Information
#BB5DFD is a light color. The closest websafe version is #BB5DFD. A complement of this color would be #A0FD5D, perceived brightness is 0.55, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 275°,a saturation of 98%, and a lightness of 68%.The HSV representation shows a hue of 275°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BB5DFD is composed of 73% red, 36% green and 99% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 63% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 24.86, x: 0.2922, and y: 0.1819.
Color Code #BB5DFD
Shades of Color #BB5DFD
Shades are created by darkening the original color #BB5DFD 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 #BB5DFD
Tints are created by lightening the original color #BB5DFD 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 #BB5DFD Color Code
In the HSL color space, this color has a hue angle of 275°, a saturation of 98%, and a lightness of 68%. The HSV representation shows a hue of 275°, a saturation of 63%, and a value of 99%.
- HEX: #BB5DFD
- RGB: rgb(187, 93, 253)
- HSL: hsl(275, 98%, 68%)
- HSV: hsv(275, 63%, 99%)
- CMYK: 26.00% cyan, 63.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 39.94, 24.86, 71.90
- Yxy: 24.86, 0.2922, 0.1819
- Hunter Lab: 56.94, 58.33, -65.27
- CIE-Lab: 56.94, 58.33, -65.27
In the XYZ color space, this color is represented as X: 39.94, Y: 24.86, Z: 71.90. The Yxy representation further refines this as Y: 24.86, x: 0.2922, and y: 0.1819.
In the Hunter Lab color space, this color is represented as L: 56.94, a: 58.33, and b: -65.27. Similarly, in the CIE-Lab color space, it is represented as L: 56.94, a: 58.33, and b: -65.27.
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 #BB5DFD
Triadic colors are three colors evenly spaced around the color wheel, including #BB5DFD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BB5DFD
Monochromatic colors are variations of #BB5DFD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BB5DFD
The complementary color of #BB5DFD 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 #BB5DFD
/* Using HEX */ body { background-color: #bb5dfd; }
/* Using RGB */ body { background-color: rgb(187, 93, 253); }
/* Using RGB with opacity */ body { background-color: rgba(187, 93, 253, 0.5); }
/* Using HSL */ body { background-color: hsl(275, 98%, 68%); }
/* Text color */ p { color: #bb5dfd; }
/* Box shadow */ div { box-shadow: 4px 4px #bb5dfd; }
HTML Examples of #BB5DFD
<!-- Using HEX --> <div style="background-color: #bb5dfd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(187, 93, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(187, 93, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(275, 98%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bb5dfd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bb5dfd; width: 100px; height: 100px;"></div>
Related Colors of #BB5DFD
These colors are similar to #BB5DFD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.