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