Color: #B79CDA
#B79CDA Color Information
#B79CDA is a light color. The closest websafe version is #B79CDA. A complement of this color would be #BEDA9A, perceived brightness is 0.67, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 266°,a saturation of 46%, and a lightness of 73%.The HSV representation shows a hue of 266°, a saturation of 28%, and a value of 85%.
In a RGB color space, #B79CDA is composed of 72% red, 61% green and 85% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 28% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 38.62, x: 0.3196, and y: 0.2838.
Color Code #B79CDA
Shades of Color #B79CDA
Shades are created by darkening the original color #B79CDA 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 #B79CDA
Tints are created by lightening the original color #B79CDA 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 #B79CDA Color Code
In the HSL color space, this color has a hue angle of 266°, a saturation of 46%, and a lightness of 73%. The HSV representation shows a hue of 266°, a saturation of 28%, and a value of 85%.
- HEX: #B79CDA
- RGB: rgb(183, 156, 218)
- HSL: hsl(266, 46%, 73%)
- HSV: hsv(266, 28%, 85%)
- CMYK: 16.00% cyan, 28.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 43.48, 38.62, 53.96
- Yxy: 38.62, 0.3196, 0.2838
- Hunter Lab: 68.47, 19.31, -27.95
- CIE-Lab: 68.47, 19.31, -27.95
In the XYZ color space, this color is represented as X: 43.48, Y: 38.62, Z: 53.96. The Yxy representation further refines this as Y: 38.62, x: 0.3196, and y: 0.2838.
In the Hunter Lab color space, this color is represented as L: 68.47, a: 19.31, and b: -27.95. Similarly, in the CIE-Lab color space, it is represented as L: 68.47, a: 19.31, and b: -27.95.
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 #B79CDA
Triadic colors are three colors evenly spaced around the color wheel, including #B79CDA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B79CDA
Split complementary colors are two colors adjacent to the complementary color of #B79CDA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B79CDA
Monochromatic colors are variations of #B79CDA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B79CDA
The complementary color of #B79CDA 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 #B79CDA
/* Using HEX */ body { background-color: #b79cda; }
/* Using RGB */ body { background-color: rgb(183, 156, 218); }
/* Using RGB with opacity */ body { background-color: rgba(183, 156, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(266, 46%, 73%); }
/* Text color */ p { color: #b79cda; }
/* Box shadow */ div { box-shadow: 4px 4px #b79cda; }
/* Border color */ .box { border: 4px solid #b79cda; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b79cda; }
/* Background with text */ div { background: #b79cda; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B79CDA
<!-- Using HEX --> <div style="background-color: #b79cda; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(183, 156, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(183, 156, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(266, 46%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b79cda;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b79cda; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b79cda; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b79cda;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b79cda; color: #fff; padding: 16px; border-radius: 8px;"> #B79CDA </div>
Related Colors of #B79CDA
These colors are similar to #B79CDA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.