Color: #BF5DBC

#BF5DBC Color Information

#BF5DBC is a light color. The closest websafe version is #BF5DBC. A complement of this color would be #5FBF62, perceived brightness is 0.52, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 302°,a saturation of 43%, and a lightness of 56%.The HSV representation shows a hue of 302°, a saturation of 51%, and a value of 75%.

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

In the Yxy color space, this color is represented as Y: 22.49, x: 0.3619, and y: 0.2384.

Color Code #BF5DBC

#BF5DBCrgb(191, 93, 188)
HEX
#BF5DBC
RGB
rgb(191, 93, 188)
HSL
hsl(302, 43%, 56%)
HSV
hsv(302, 51%, 75%)
CMYK
0%, 51%, 2%, 25%
XYZ
X: 34.13, Y: 22.49, Z: 37.70
Lab
L: 54.54, a: 49.63, b: -32.42
Name

Shades of Color #BF5DBC

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

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

#BF5DBCrgb(191, 93, 188)

About #BF5DBC Color Code

In the HSL color space, this color has a hue angle of 302°, a saturation of 43%, and a lightness of 56%. The HSV representation shows a hue of 302°, a saturation of 51%, and a value of 75%.

  • HEX: #BF5DBC
  • RGB: rgb(191, 93, 188)
  • HSL: hsl(302, 43%, 56%)
  • HSV: hsv(302, 51%, 75%)
  • CMYK: 0.00% cyan, 51.00% magenta, 2.00% yellow, 25.00% black
  • XYZ: 34.13, 22.49, 37.70
  • Yxy: 22.49, 0.3619, 0.2384
  • Hunter Lab: 54.54, 49.63, -32.42
  • CIE-Lab: 54.54, 49.63, -32.42

In the XYZ color space, this color is represented as X: 34.13, Y: 22.49, Z: 37.70. The Yxy representation further refines this as Y: 22.49, x: 0.3619, and y: 0.2384.

In the Hunter Lab color space, this color is represented as L: 54.54, a: 49.63, and b: -32.42. Similarly, in the CIE-Lab color space, it is represented as L: 54.54, a: 49.63, and b: -32.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 #BF5DBC

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

Analogous Colors of #BF5DBC

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

Split Complementary Colors of #BF5DBC

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

Tetradic Colors of #BF5DBC

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

Monochromatic Colors of #BF5DBC

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

Complementary Color of #BF5DBC

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

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

HTML Examples of #BF5DBC

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

Related Colors of #BF5DBC

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