Color: #B2296B

#B2296B Color Information

#B2296B is a dark color. The closest websafe version is #B2296B. A complement of this color would be #29B370, perceived brightness is 0.35, and the grayscale version is #6E6E6E.

In the HSL color space, this color has a hue angle of 331°,a saturation of 63%, and a lightness of 43%.The HSV representation shows a hue of 331°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B2296B is composed of 70% red, 16% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 40% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 12.39, x: 0.4852, and y: 0.2688.

Color Code #B2296B

HEX
#B2296B
RGB
rgb(178, 41, 107)
HSL
hsl(331, 63%, 43%)
HSV
hsv(331, 77%, 70%)
CMYK
0%, 77%, 40%, 30%
XYZ
X: 22.37, Y: 12.39, Z: 11.34
Lab
L: 41.82, a: 58.00, b: -3.50
Name

Shades of Color #B2296B

Shades are created by darkening the original color #B2296B 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 #B2296B

Tints are created by lightening the original color #B2296B 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 #B2296B Color Code

In the HSL color space, this color has a hue angle of 331°, a saturation of 63%, and a lightness of 43%. The HSV representation shows a hue of 331°, a saturation of 77%, and a value of 70%.

  • HEX: #B2296B
  • RGB: rgb(178, 41, 107)
  • HSL: hsl(331, 63%, 43%)
  • HSV: hsv(331, 77%, 70%)
  • CMYK: 0.00% cyan, 77.00% magenta, 40.00% yellow, 30.00% black
  • XYZ: 22.37, 12.39, 11.34
  • Yxy: 12.39, 0.4852, 0.2688
  • Hunter Lab: 41.82, 58.00, -3.50
  • CIE-Lab: 41.82, 58.00, -3.50

In the XYZ color space, this color is represented as X: 22.37, Y: 12.39, Z: 11.34. The Yxy representation further refines this as Y: 12.39, x: 0.4852, and y: 0.2688.

In the Hunter Lab color space, this color is represented as L: 41.82, a: 58.00, and b: -3.50. Similarly, in the CIE-Lab color space, it is represented as L: 41.82, a: 58.00, and b: -3.50.

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 #B2296B

Triadic colors are three colors evenly spaced around the color wheel, including #B2296B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B2296B

Analogous colors are adjacent to #B2296B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #B2296B

Monochromatic colors are variations of #B2296B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B2296B

The complementary color of #B2296B 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 #B2296B

/* Using HEX */
body {
  background-color: #b2296b;
}
/* Using RGB */
body {
  background-color: rgb(178, 41, 107);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 41, 107, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(331, 63%, 43%);
}
/* Text color */
p {
  color: #b2296b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2296b;
}

HTML Examples of #B2296B

<!-- Using HEX -->
<div style="background-color: #b2296b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(178, 41, 107); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(178, 41, 107, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(331, 63%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b2296b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b2296b; width: 100px; height: 100px;"></div>

Related Colors of #B2296B

These colors are similar to #B2296B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.