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