Color: #B200AA
#B200AA Color Information
#B200AA is a dark color. The closest websafe version is #B200AA. A complement of this color would be #00B309, perceived brightness is 0.28, and the grayscale version is #595959.
In the HSL color space, this color has a hue angle of 303°,a saturation of 99%, and a lightness of 35%.The HSV representation shows a hue of 303°, a saturation of 100%, and a value of 70%.
In a RGB color space, #B200AA is composed of 70% red, 0% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 4% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 12.34, x: 0.3766, and y: 0.1846.
Color Code #B200AA
Shades of Color #B200AA
Shades are created by darkening the original color #B200AA 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 #B200AA
Tints are created by lightening the original color #B200AA 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 #B200AA Color Code
In the HSL color space, this color has a hue angle of 303°, a saturation of 100%, and a lightness of 35%. The HSV representation shows a hue of 303°, a saturation of 100%, and a value of 70%.
- HEX: #B200AA
- RGB: rgb(178, 0, 170)
- HSL: hsl(303, 100%, 35%)
- HSV: hsv(303, 100%, 70%)
- CMYK: 0.00% cyan, 100.00% magenta, 4.00% yellow, 30.00% black
- XYZ: 25.17, 12.34, 29.33
- Yxy: 12.34, 0.3766, 0.1846
- Hunter Lab: 41.76, 70.59, -42.09
- CIE-Lab: 41.76, 70.59, -42.09
In the XYZ color space, this color is represented as X: 25.17, Y: 12.34, Z: 29.33. The Yxy representation further refines this as Y: 12.34, x: 0.3766, and y: 0.1846.
In the Hunter Lab color space, this color is represented as L: 41.76, a: 70.59, and b: -42.09. Similarly, in the CIE-Lab color space, it is represented as L: 41.76, a: 70.59, and b: -42.09.
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 #B200AA
Triadic colors are three colors evenly spaced around the color wheel, including #B200AA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #B200AA
Split complementary colors are two colors adjacent to the complementary color of #B200AA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #B200AA
Monochromatic colors are variations of #B200AA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #B200AA
The complementary color of #B200AA 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 #B200AA
/* Using HEX */ body { background-color: #b200aa; }
/* Using RGB */ body { background-color: rgb(178, 0, 170); }
/* Using RGB with opacity */ body { background-color: rgba(178, 0, 170, 0.5); }
/* Using HSL */ body { background-color: hsl(303, 100%, 35%); }
/* Text color */ p { color: #b200aa; }
/* Box shadow */ div { box-shadow: 4px 4px #b200aa; }
/* Border color */ .box { border: 4px solid #b200aa; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #b200aa; }
/* Background with text */ div { background: #b200aa; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #B200AA
<!-- Using HEX --> <div style="background-color: #b200aa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(178, 0, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(178, 0, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(303, 100%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #b200aa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #b200aa; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #b200aa; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #b200aa;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #b200aa; color: #fff; padding: 16px; border-radius: 8px;"> #B200AA </div>
Related Colors of #B200AA
These colors are similar to #B200AA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.