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