Color: #B277BF

#B277BF Color Information

#B277BF is a light color. The closest websafe version is #B277BF. A complement of this color would be #85BF78, perceived brightness is 0.57, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 289°,a saturation of 36%, and a lightness of 61%.The HSV representation shows a hue of 289°, a saturation of 38%, and a value of 75%.

In a RGB color space, #B277BF is composed of 70% red, 47% green and 75% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 38% magenta, 0% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 26.29, x: 0.3401, and y: 0.2632.

Color Code #B277BF

#B277BFrgb(178, 119, 191)
HEX
#B277BF
RGB
rgb(178, 119, 191)
HSL
hsl(289, 36%, 61%)
HSV
hsv(289, 38%, 75%)
CMYK
7%, 38%, 0%, 25%
XYZ
X: 33.97, Y: 26.29, Z: 39.62
Lab
L: 58.31, a: 32.84, b: -28.49
Name

Shades of Color #B277BF

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

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

#B277BFrgb(178, 119, 191)

About #B277BF Color Code

In the HSL color space, this color has a hue angle of 289°, a saturation of 36%, and a lightness of 61%. The HSV representation shows a hue of 289°, a saturation of 38%, and a value of 75%.

  • HEX: #B277BF
  • RGB: rgb(178, 119, 191)
  • HSL: hsl(289, 36%, 61%)
  • HSV: hsv(289, 38%, 75%)
  • CMYK: 7.00% cyan, 38.00% magenta, 0.00% yellow, 25.00% black
  • XYZ: 33.97, 26.29, 39.62
  • Yxy: 26.29, 0.3401, 0.2632
  • Hunter Lab: 58.31, 32.84, -28.49
  • CIE-Lab: 58.31, 32.84, -28.49

In the XYZ color space, this color is represented as X: 33.97, Y: 26.29, Z: 39.62. The Yxy representation further refines this as Y: 26.29, x: 0.3401, and y: 0.2632.

In the Hunter Lab color space, this color is represented as L: 58.31, a: 32.84, and b: -28.49. Similarly, in the CIE-Lab color space, it is represented as L: 58.31, a: 32.84, and b: -28.49.

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

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

Analogous Colors of #B277BF

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

Split Complementary Colors of #B277BF

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

Tetradic Colors of #B277BF

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

Monochromatic Colors of #B277BF

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

Complementary Color of #B277BF

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

/* Using HEX */
body {
  background-color: #b277bf;
}
/* Using RGB */
body {
  background-color: rgb(178, 119, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 119, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(289, 36%, 61%);
}
/* Text color */
p {
  color: #b277bf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b277bf;
}
/* Border color */
.box {
  border: 4px solid #b277bf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b277bf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b277bf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B277BF
On Black Background
#B277BF
On White Background
#B277BF

HTML Examples of #B277BF

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

Related Colors of #B277BF

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