Color: #B30BBC
#B30BBC Color Information
#B30BBC is a dark color. The closest websafe version is #B30BBC. A complement of this color would be #14BC0B, perceived brightness is 0.32, and the grayscale version is #646464.
In the HSL color space, this color has a hue angle of 297°,a saturation of 89%, and a lightness of 39%.The HSV representation shows a hue of 297°, a saturation of 94%, and a value of 74%.
In a RGB color space, #B30BBC is composed of 70% red, 4% green and 74% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 94% magenta, 0% yellow and 26% black.
In the Yxy color space, this color is represented as Y: 13.32, x: 0.3509, and y: 0.1733.
Color Code #B30BBC
Shades of Color #B30BBC
Shades are created by darkening the original color #B30BBC 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 #B30BBC
Tints are created by lightening the original color #B30BBC 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 #B30BBC Color Code
In the HSL color space, this color has a hue angle of 297°, a saturation of 89%, and a lightness of 39%. The HSV representation shows a hue of 297°, a saturation of 94%, and a value of 74%.
- HEX: #B30BBC
- RGB: rgb(179, 11, 188)
- HSL: hsl(297, 89%, 39%)
- HSV: hsv(297, 94%, 74%)
- CMYK: 5.00% cyan, 94.00% magenta, 0.00% yellow, 26.00% black
- XYZ: 26.98, 13.32, 36.58
- Yxy: 13.32, 0.3509, 0.1733
- Hunter Lab: 43.24, 71.70, -50.35
- CIE-Lab: 43.24, 71.70, -50.35
In the XYZ color space, this color is represented as X: 26.98, Y: 13.32, Z: 36.58. The Yxy representation further refines this as Y: 13.32, x: 0.3509, and y: 0.1733.
In the Hunter Lab color space, this color is represented as L: 43.24, a: 71.70, and b: -50.35. Similarly, in the CIE-Lab color space, it is represented as L: 43.24, a: 71.70, and b: -50.35.
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 #B30BBC
Triadic colors are three colors evenly spaced around the color wheel, including #B30BBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B30BBC
Split complementary colors are two colors adjacent to the complementary color of #B30BBC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B30BBC
Monochromatic colors are variations of #B30BBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B30BBC
The complementary color of #B30BBC 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 #B30BBC
/* Using HEX */ body { background-color: #b30bbc; }
/* Using RGB */ body { background-color: rgb(179, 11, 188); }
/* Using RGB with opacity */ body { background-color: rgba(179, 11, 188, 0.5); }
/* Using HSL */ body { background-color: hsl(297, 89%, 39%); }
/* Text color */ p { color: #b30bbc; }
/* Box shadow */ div { box-shadow: 4px 4px #b30bbc; }
/* Border color */ .box { border: 4px solid #b30bbc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b30bbc; }
/* Background with text */ div { background: #b30bbc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B30BBC
<!-- Using HEX --> <div style="background-color: #b30bbc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(179, 11, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(179, 11, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(297, 89%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b30bbc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b30bbc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b30bbc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b30bbc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b30bbc; color: #fff; padding: 16px; border-radius: 8px;"> #B30BBC </div>
Related Colors of #B30BBC
These colors are similar to #B30BBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.