Color: #B614AB
#B614AB Color Information
#B614AB is a dark color. The closest websafe version is #B614AB. A complement of this color would be #14B81F, perceived brightness is 0.34, and the grayscale version is #656565.
In the HSL color space, this color has a hue angle of 304°,a saturation of 80%, and a lightness of 40%.The HSV representation shows a hue of 304°, a saturation of 89%, and a value of 71%.
In a RGB color space, #B614AB is composed of 71% red, 8% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 6% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 13.38, x: 0.3803, and y: 0.1920.
Color Code #B614AB
Shades of Color #B614AB
Shades are created by darkening the original color #B614AB 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 #B614AB
Tints are created by lightening the original color #B614AB 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 #B614AB Color Code
In the HSL color space, this color has a hue angle of 304°, a saturation of 80%, and a lightness of 40%. The HSV representation shows a hue of 304°, a saturation of 89%, and a value of 71%.
- HEX: #B614AB
- RGB: rgb(182, 20, 171)
- HSL: hsl(304, 80%, 40%)
- HSV: hsv(304, 89%, 71%)
- CMYK: 0.00% cyan, 89.00% magenta, 6.00% yellow, 29.00% black
- XYZ: 26.50, 13.38, 29.80
- Yxy: 13.38, 0.3803, 0.1920
- Hunter Lab: 43.33, 69.34, -40.14
- CIE-Lab: 43.33, 69.34, -40.14
In the XYZ color space, this color is represented as X: 26.50, Y: 13.38, Z: 29.80. The Yxy representation further refines this as Y: 13.38, x: 0.3803, and y: 0.1920.
In the Hunter Lab color space, this color is represented as L: 43.33, a: 69.34, and b: -40.14. Similarly, in the CIE-Lab color space, it is represented as L: 43.33, a: 69.34, and b: -40.14.
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 #B614AB
Triadic colors are three colors evenly spaced around the color wheel, including #B614AB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B614AB
Split complementary colors are two colors adjacent to the complementary color of #B614AB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B614AB
Monochromatic colors are variations of #B614AB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B614AB
The complementary color of #B614AB 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 #B614AB
/* Using HEX */ body { background-color: #b614ab; }
/* Using RGB */ body { background-color: rgb(182, 20, 171); }
/* Using RGB with opacity */ body { background-color: rgba(182, 20, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(304, 80%, 40%); }
/* Text color */ p { color: #b614ab; }
/* Box shadow */ div { box-shadow: 4px 4px #b614ab; }
/* Border color */ .box { border: 4px solid #b614ab; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b614ab; }
/* Background with text */ div { background: #b614ab; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B614AB
<!-- Using HEX --> <div style="background-color: #b614ab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(182, 20, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(182, 20, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(304, 80%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b614ab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b614ab; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b614ab; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b614ab;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b614ab; color: #fff; padding: 16px; border-radius: 8px;"> #B614AB </div>
Related Colors of #B614AB
These colors are similar to #B614AB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.