Color: #B36BE9
#B36BE9 Color Information
#B36BE9 is a light color. The closest websafe version is #B36BE9. A complement of this color would be #A3E96D, perceived brightness is 0.56, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 274°,a saturation of 74%, and a lightness of 67%.The HSV representation shows a hue of 274°, a saturation of 54%, and a value of 91%.
In a RGB color space, #B36BE9 is composed of 70% red, 42% green and 91% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 54% magenta, 0% yellow and 9% black.
In the Yxy color space, this color is represented as Y: 25.51, x: 0.3013, and y: 0.2078.
Color Code #B36BE9
Shades of Color #B36BE9
Shades are created by darkening the original color #B36BE9 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 #B36BE9
Tints are created by lightening the original color #B36BE9 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 #B36BE9 Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 74%, and a lightness of 67%. The HSV representation shows a hue of 274°, a saturation of 54%, and a value of 91%.
- HEX: #B36BE9
- RGB: rgb(179, 107, 233)
- HSL: hsl(274, 74%, 67%)
- HSV: hsv(274, 54%, 91%)
- CMYK: 23.00% cyan, 54.00% magenta, 0.00% yellow, 9.00% black
- XYZ: 36.98, 25.51, 60.25
- Yxy: 25.51, 0.3013, 0.2078
- Hunter Lab: 57.57, 46.16, -53.25
- CIE-Lab: 57.57, 46.16, -53.25
In the XYZ color space, this color is represented as X: 36.98, Y: 25.51, Z: 60.25. The Yxy representation further refines this as Y: 25.51, x: 0.3013, and y: 0.2078.
In the Hunter Lab color space, this color is represented as L: 57.57, a: 46.16, and b: -53.25. Similarly, in the CIE-Lab color space, it is represented as L: 57.57, a: 46.16, and b: -53.25.
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 #B36BE9
Triadic colors are three colors evenly spaced around the color wheel, including #B36BE9. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B36BE9
Split complementary colors are two colors adjacent to the complementary color of #B36BE9. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B36BE9
Monochromatic colors are variations of #B36BE9, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B36BE9
The complementary color of #B36BE9 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 #B36BE9
/* Using HEX */ body { background-color: #b36be9; }
/* Using RGB */ body { background-color: rgb(179, 107, 233); }
/* Using RGB with opacity */ body { background-color: rgba(179, 107, 233, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 74%, 67%); }
/* Text color */ p { color: #b36be9; }
/* Box shadow */ div { box-shadow: 4px 4px #b36be9; }
/* Border color */ .box { border: 4px solid #b36be9; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b36be9; }
/* Background with text */ div { background: #b36be9; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B36BE9
<!-- Using HEX --> <div style="background-color: #b36be9; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 107, 233); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 107, 233, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 74%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b36be9;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b36be9; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b36be9; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b36be9;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b36be9; color: #fff; padding: 16px; border-radius: 8px;"> #B36BE9 </div>
Related Colors of #B36BE9
These colors are similar to #B36BE9, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.