Color: #B792DB
#B792DB Color Information
#B792DB is a light color. The closest websafe version is #B792DB. A complement of this color would be #B8DB94, perceived brightness is 0.65, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 270°,a saturation of 50%, and a lightness of 72%.The HSV representation shows a hue of 270°, a saturation of 100%, and a value of 100%.
In a RGB color space, #B792DB is composed of 72% red, 57% green and 86% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 33% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 35.44, x: 0.3187, and y: 0.2699.
Color Code #B792DB
Shades of Color #B792DB
Shades are created by darkening the original color #B792DB 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 #B792DB
Tints are created by lightening the original color #B792DB 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 #B792DB Color Code
In the HSL color space, this color has a hue angle of 270°, a saturation of 50%, and a lightness of 72%. The HSV representation shows a hue of 270°, a saturation of 33%, and a value of 86%.
- HEX: #B792DB
- RGB: rgb(183, 146, 219)
- HSL: hsl(270, 50%, 72%)
- HSV: hsv(270, 33%, 86%)
- CMYK: 16.00% cyan, 33.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 41.85, 35.44, 54.04
- Yxy: 35.44, 0.3187, 0.2699
- Hunter Lab: 66.09, 24.75, -32.15
- CIE-Lab: 66.09, 24.75, -32.15
In the XYZ color space, this color is represented as X: 41.85, Y: 35.44, Z: 54.04. The Yxy representation further refines this as Y: 35.44, x: 0.3187, and y: 0.2699.
In the Hunter Lab color space, this color is represented as L: 66.09, a: 24.75, and b: -32.15. Similarly, in the CIE-Lab color space, it is represented as L: 66.09, a: 24.75, and b: -32.15.
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 #B792DB
Triadic colors are three colors evenly spaced around the color wheel, including #B792DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #B792DB
Monochromatic colors are variations of #B792DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B792DB
The complementary color of #B792DB 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 #B792DB
/* Using HEX */ body { background-color: #b792db; }
/* Using RGB */ body { background-color: rgb(183, 146, 219); }
/* Using RGB with opacity */ body { background-color: rgba(183, 146, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(270, 50%, 72%); }
/* Text color */ p { color: #b792db; }
/* Box shadow */ div { box-shadow: 4px 4px #b792db; }
HTML Examples of #B792DB
<!-- Using HEX --> <div style="background-color: #b792db; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(183, 146, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(183, 146, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(270, 50%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b792db;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b792db; width: 100px; height: 100px;"></div>
Related Colors of #B792DB
These colors are similar to #B792DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.