Color: #BE009C

#BE009C Color Information

#BE009C is a dark color. The closest websafe version is #BE009C. A complement of this color would be #00BD23, perceived brightness is 0.29, and the grayscale version is #5F5F5F.

In the HSL color space, this color has a hue angle of 311°,a saturation of 99%, and a lightness of 37%.The HSV representation shows a hue of 311°, a saturation of 100%, and a value of 75%.

In a RGB color space, #BE009C is composed of 75% red, 0% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 18% yellow and 25% black.

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

Color Code #BE009C

#BE009Crgb(190, 0, 156)
HEX
#BE009C
RGB
rgb(190, 0, 156)
HSL
hsl(311, 100%, 37%)
HSV
hsv(311, 100%, 75%)
CMYK
0%, 100%, 18%, 25%
XYZ
X: 27.21, Y: 13.47, Z: 24.46
Lab
L: 43.47, a: 71.64, b: -30.82
Name

Shades of Color #BE009C

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

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

#BE009Crgb(190, 0, 156)

About #BE009C Color Code

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

  • HEX: #BE009C
  • RGB: rgb(190, 0, 156)
  • HSL: hsl(311, 100%, 37%)
  • HSV: hsv(311, 100%, 75%)
  • CMYK: 0.00% cyan, 100.00% magenta, 18.00% yellow, 25.00% black
  • XYZ: 27.21, 13.47, 24.46
  • Yxy: 13.47, 0.4177, 0.2068
  • Hunter Lab: 43.47, 71.64, -30.82
  • CIE-Lab: 43.47, 71.64, -30.82

In the XYZ color space, this color is represented as X: 27.21, Y: 13.47, Z: 24.46. The Yxy representation further refines this as Y: 13.47, x: 0.4177, and y: 0.2068.

In the Hunter Lab color space, this color is represented as L: 43.47, a: 71.64, and b: -30.82. Similarly, in the CIE-Lab color space, it is represented as L: 43.47, a: 71.64, and b: -30.82.

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

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

Analogous Colors of #BE009C

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

Monochromatic Colors of #BE009C

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

Complementary Color of #BE009C

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

/* Using HEX */
body {
  background-color: #be009c;
}
/* Using RGB */
body {
  background-color: rgb(190, 0, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(190, 0, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 100%, 37%);
}
/* Text color */
p {
  color: #be009c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #be009c;
}
/* Border color */
.box {
  border: 4px solid #be009c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #be009c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #be009c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BE009C
On Black Background
#BE009C
On White Background
#BE009C

HTML Examples of #BE009C

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

Related Colors of #BE009C

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