Color: #B33859

#B33859 Color Information

#B33859 is a dark color. The closest websafe version is #B33859. A complement of this color would be #38B292, perceived brightness is 0.38, and the grayscale version is #757575.

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

In a RGB color space, #B33859 is composed of 70% red, 22% green and 35% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 50% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 13.47, x: 0.5112, and y: 0.3045.

Color Code #B33859

HEX
#B33859
RGB
rgb(179, 56, 89)
HSL
hsl(344, 52%, 46%)
HSV
hsv(344, 69%, 70%)
CMYK
0%, 69%, 50%, 30%
XYZ
X: 22.61, Y: 13.47, Z: 8.15
Lab
L: 43.46, a: 52.02, b: 10.09
Name

Shades of Color #B33859

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

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

In the HSL color space, this color has a hue angle of 344°, a saturation of 52%, and a lightness of 46%. The HSV representation shows a hue of 344°, a saturation of 69%, and a value of 70%.

  • HEX: #B33859
  • RGB: rgb(179, 56, 89)
  • HSL: hsl(344, 52%, 46%)
  • HSV: hsv(344, 69%, 70%)
  • CMYK: 0.00% cyan, 69.00% magenta, 50.00% yellow, 30.00% black
  • XYZ: 22.61, 13.47, 8.15
  • Yxy: 13.47, 0.5112, 0.3045
  • Hunter Lab: 43.46, 52.02, 10.09
  • CIE-Lab: 43.46, 52.02, 10.09

In the XYZ color space, this color is represented as X: 22.61, Y: 13.47, Z: 8.15. The Yxy representation further refines this as Y: 13.47, x: 0.5112, and y: 0.3045.

In the Hunter Lab color space, this color is represented as L: 43.46, a: 52.02, and b: 10.09. Similarly, in the CIE-Lab color space, it is represented as L: 43.46, a: 52.02, and b: 10.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 #B33859

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

Analogous Colors of #B33859

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

Monochromatic Colors of #B33859

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

Complementary Color of #B33859

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

/* Using HEX */
body {
  background-color: #b33859;
}
/* Using RGB */
body {
  background-color: rgb(179, 56, 89);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 56, 89, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(344, 52%, 46%);
}
/* Text color */
p {
  color: #b33859;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b33859;
}

HTML Examples of #B33859

<!-- Using HEX -->
<div style="background-color: #b33859; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(179, 56, 89); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(179, 56, 89, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(344, 52%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b33859;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b33859; width: 100px; height: 100px;"></div>

Related Colors of #B33859

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