Color: #BF7EBC

#BF7EBC Color Information

#BF7EBC is a light color. The closest websafe version is #BF7EBC. A complement of this color would be #7DBF80, perceived brightness is 0.60, and the grayscale version is #9F9F9F.

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

In a RGB color space, #BF7EBC is composed of 75% red, 49% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 2% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 29.60, x: 0.3573, and y: 0.2787.

Color Code #BF7EBC

#BF7EBCrgb(191, 126, 188)
HEX
#BF7EBC
RGB
rgb(191, 126, 188)
HSL
hsl(303, 34%, 62%)
HSV
hsv(303, 34%, 75%)
CMYK
0%, 34%, 2%, 25%
XYZ
X: 37.95, Y: 29.60, Z: 38.67
Lab
L: 61.31, a: 33.20, b: -22.06
Name

Shades of Color #BF7EBC

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

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

#BF7EBCrgb(191, 126, 188)

About #BF7EBC Color Code

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

  • HEX: #BF7EBC
  • RGB: rgb(191, 126, 188)
  • HSL: hsl(303, 34%, 62%)
  • HSV: hsv(303, 34%, 75%)
  • CMYK: 0.00% cyan, 34.00% magenta, 2.00% yellow, 25.00% black
  • XYZ: 37.95, 29.60, 38.67
  • Yxy: 29.60, 0.3573, 0.2787
  • Hunter Lab: 61.31, 33.20, -22.06
  • CIE-Lab: 61.31, 33.20, -22.06

In the XYZ color space, this color is represented as X: 37.95, Y: 29.60, Z: 38.67. The Yxy representation further refines this as Y: 29.60, x: 0.3573, and y: 0.2787.

In the Hunter Lab color space, this color is represented as L: 61.31, a: 33.20, and b: -22.06. Similarly, in the CIE-Lab color space, it is represented as L: 61.31, a: 33.20, and b: -22.06.

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

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

Analogous Colors of #BF7EBC

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

Split Complementary Colors of #BF7EBC

Split complementary colors are two colors adjacent to the complementary color of #BF7EBC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BF7EBC

Tetradic colors form a rectangle on the color wheel, including #BF7EBC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BF7EBC

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

Complementary Color of #BF7EBC

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

/* Using HEX */
body {
  background-color: #bf7ebc;
}
/* Using RGB */
body {
  background-color: rgb(191, 126, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 126, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(303, 34%, 62%);
}
/* Text color */
p {
  color: #bf7ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bf7ebc;
}
/* Border color */
.box {
  border: 4px solid #bf7ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bf7ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bf7ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BF7EBC
On Black Background
#BF7EBC
On White Background
#BF7EBC

HTML Examples of #BF7EBC

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

Related Colors of #BF7EBC

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