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