Color: #B0608C

#B0608C Color Information

#B0608C is a dark color. The closest websafe version is #B0608C. A complement of this color would be #5EB083, perceived brightness is 0.49, and the grayscale version is #888888.

In the HSL color space, this color has a hue angle of 327°,a saturation of 34%, and a lightness of 53%.The HSV representation shows a hue of 327°, a saturation of 45%, and a value of 69%.

In a RGB color space, #B0608C is composed of 69% red, 38% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 45% magenta, 20% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 19.64, x: 0.4040, and y: 0.2918.

Color Code #B0608C

#B0608Crgb(176, 96, 140)
HEX
#B0608C
RGB
rgb(176, 96, 140)
HSL
hsl(327, 34%, 53%)
HSV
hsv(327, 45%, 69%)
CMYK
0%, 45%, 20%, 31%
XYZ
X: 27.19, Y: 19.64, Z: 20.47
Lab
L: 51.42, a: 37.26, b: -9.42
Name

Shades of Color #B0608C

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

Tints are created by lightening the original color #B0608C 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.

#B0608Crgb(176, 96, 140)

About #B0608C Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 34%, and a lightness of 53%. The HSV representation shows a hue of 327°, a saturation of 45%, and a value of 69%.

  • HEX: #B0608C
  • RGB: rgb(176, 96, 140)
  • HSL: hsl(327, 34%, 53%)
  • HSV: hsv(327, 45%, 69%)
  • CMYK: 0.00% cyan, 45.00% magenta, 20.00% yellow, 31.00% black
  • XYZ: 27.19, 19.64, 20.47
  • Yxy: 19.64, 0.4040, 0.2918
  • Hunter Lab: 51.42, 37.26, -9.42
  • CIE-Lab: 51.42, 37.26, -9.42

In the XYZ color space, this color is represented as X: 27.19, Y: 19.64, Z: 20.47. The Yxy representation further refines this as Y: 19.64, x: 0.4040, and y: 0.2918.

In the Hunter Lab color space, this color is represented as L: 51.42, a: 37.26, and b: -9.42. Similarly, in the CIE-Lab color space, it is represented as L: 51.42, a: 37.26, and b: -9.42.

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

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

Analogous Colors of #B0608C

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

Monochromatic Colors of #B0608C

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

Complementary Color of #B0608C

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

/* Using HEX */
body {
  background-color: #b0608c;
}
/* Using RGB */
body {
  background-color: rgb(176, 96, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 96, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 34%, 53%);
}
/* Text color */
p {
  color: #b0608c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b0608c;
}
/* Border color */
.box {
  border: 4px solid #b0608c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b0608c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b0608c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B0608C
On Black Background
#B0608C
On White Background
#B0608C

HTML Examples of #B0608C

<!-- Using HEX -->
<div style="background-color: #b0608c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(176, 96, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(176, 96, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 34%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b0608c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b0608c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b0608c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b0608c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b0608c; color: #fff; padding: 16px; border-radius: 8px;">
  #B0608C
</div>
#B0608C
On Black Background
#B0608C
On White Background
#B0608C

Related Colors of #B0608C

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