Color: #B828DF
#B828DF Color Information
#B828DF is a dark color. The closest websafe version is #B828DF. A complement of this color would be #51DF2A, perceived brightness is 0.41, and the grayscale version is #848484.
In the HSL color space, this color has a hue angle of 287°,a saturation of 74%, and a lightness of 52%.The HSV representation shows a hue of 287°, a saturation of 82%, and a value of 87%.
In a RGB color space, #B828DF is composed of 72% red, 16% green and 87% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 82% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 16.66, x: 0.3149, and y: 0.1625.
Color Code #B828DF
Shades of Color #B828DF
Shades are created by darkening the original color #B828DF 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 #B828DF
Tints are created by lightening the original color #B828DF 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 #B828DF Color Code
In the HSL color space, this color has a hue angle of 287°, a saturation of 74%, and a lightness of 52%. The HSV representation shows a hue of 287°, a saturation of 82%, and a value of 87%.
- HEX: #B828DF
- RGB: rgb(184, 40, 223)
- HSL: hsl(287, 74%, 52%)
- HSV: hsv(287, 82%, 87%)
- CMYK: 17.00% cyan, 82.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 32.28, 16.66, 53.57
- Yxy: 16.66, 0.3149, 0.1625
- Hunter Lab: 47.83, 72.05, -63.13
- CIE-Lab: 47.83, 72.05, -63.13
In the XYZ color space, this color is represented as X: 32.28, Y: 16.66, Z: 53.57. The Yxy representation further refines this as Y: 16.66, x: 0.3149, and y: 0.1625.
In the Hunter Lab color space, this color is represented as L: 47.83, a: 72.05, and b: -63.13. Similarly, in the CIE-Lab color space, it is represented as L: 47.83, a: 72.05, and b: -63.13.
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 #B828DF
Triadic colors are three colors evenly spaced around the color wheel, including #B828DF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B828DF
Split complementary colors are two colors adjacent to the complementary color of #B828DF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B828DF
Monochromatic colors are variations of #B828DF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B828DF
The complementary color of #B828DF 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 #B828DF
/* Using HEX */ body { background-color: #b828df; }
/* Using RGB */ body { background-color: rgb(184, 40, 223); }
/* Using RGB with opacity */ body { background-color: rgba(184, 40, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(287, 74%, 52%); }
/* Text color */ p { color: #b828df; }
/* Box shadow */ div { box-shadow: 4px 4px #b828df; }
/* Border color */ .box { border: 4px solid #b828df; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b828df; }
/* Background with text */ div { background: #b828df; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B828DF
<!-- Using HEX --> <div style="background-color: #b828df; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(184, 40, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(184, 40, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(287, 74%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b828df;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b828df; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b828df; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b828df;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b828df; color: #fff; padding: 16px; border-radius: 8px;"> #B828DF </div>
Related Colors of #B828DF
These colors are similar to #B828DF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.