Color: #BE89EF
#BE89EF Color Information
#BE89EF is a light color. The closest websafe version is #BE89EF. A complement of this color would be #BBEF8A, perceived brightness is 0.65, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 271°,a saturation of 76%, and a lightness of 74%.The HSV representation shows a hue of 271°, a saturation of 100%, and a value of 100%.
In a RGB color space, #BE89EF is composed of 75% red, 54% green and 94% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 43% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 34.62, x: 0.3089, and y: 0.2407.
Color Code #BE89EF
Shades of Color #BE89EF
Shades are created by darkening the original color #BE89EF 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 #BE89EF
Tints are created by lightening the original color #BE89EF 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 #BE89EF Color Code
In the HSL color space, this color has a hue angle of 271°, a saturation of 76%, and a lightness of 74%. The HSV representation shows a hue of 271°, a saturation of 43%, and a value of 94%.
- HEX: #BE89EF
- RGB: rgb(190, 137, 239)
- HSL: hsl(271, 76%, 74%)
- HSV: hsv(271, 43%, 94%)
- CMYK: 21.00% cyan, 43.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 44.44, 34.62, 64.79
- Yxy: 34.62, 0.3089, 0.2407
- Hunter Lab: 65.45, 35.12, -44.07
- CIE-Lab: 65.45, 35.12, -44.07
In the XYZ color space, this color is represented as X: 44.44, Y: 34.62, Z: 64.79. The Yxy representation further refines this as Y: 34.62, x: 0.3089, and y: 0.2407.
In the Hunter Lab color space, this color is represented as L: 65.45, a: 35.12, and b: -44.07. Similarly, in the CIE-Lab color space, it is represented as L: 65.45, a: 35.12, and b: -44.07.
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 #BE89EF
Triadic colors are three colors evenly spaced around the color wheel, including #BE89EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #BE89EF
Monochromatic colors are variations of #BE89EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BE89EF
The complementary color of #BE89EF 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 #BE89EF
/* Using HEX */ body { background-color: #be89ef; }
/* Using RGB */ body { background-color: rgb(190, 137, 239); }
/* Using RGB with opacity */ body { background-color: rgba(190, 137, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(271, 76%, 74%); }
/* Text color */ p { color: #be89ef; }
/* Box shadow */ div { box-shadow: 4px 4px #be89ef; }
HTML Examples of #BE89EF
<!-- Using HEX --> <div style="background-color: #be89ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(190, 137, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(190, 137, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(271, 76%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #be89ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #be89ef; width: 100px; height: 100px;"></div>
Related Colors of #BE89EF
These colors are similar to #BE89EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.