Color: #B47CF8

#B47CF8 Color Information

#B47CF8 is a light color. The closest websafe version is #B47CF8. A complement of this color would be #C0F87C, perceived brightness is 0.61, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 267°,a saturation of 90%, and a lightness of 73%.The HSV representation shows a hue of 267°, a saturation of 50%, and a value of 97%.

In a RGB color space, #B47CF8 is composed of 71% red, 49% green and 97% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 50% magenta, 0% yellow and 3% black.

In the Yxy color space, this color is represented as Y: 30.29, x: 0.2914, and y: 0.2148.

Color Code #B47CF8

#B47CF8rgb(180, 124, 248)
HEX
#B47CF8
RGB
rgb(180, 124, 248)
HSL
hsl(267, 90%, 73%)
HSV
hsv(267, 50%, 97%)
CMYK
27%, 50%, 0%, 3%
XYZ
X: 41.09, Y: 30.29, Z: 69.63
Lab
L: 61.91, a: 40.47, b: -54.67
Name

Shades of Color #B47CF8

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

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

#B47CF8rgb(180, 124, 248)

About #B47CF8 Color Code

In the HSL color space, this color has a hue angle of 267°, a saturation of 90%, and a lightness of 73%. The HSV representation shows a hue of 267°, a saturation of 50%, and a value of 97%.

  • HEX: #B47CF8
  • RGB: rgb(180, 124, 248)
  • HSL: hsl(267, 90%, 73%)
  • HSV: hsv(267, 50%, 97%)
  • CMYK: 27.00% cyan, 50.00% magenta, 0.00% yellow, 3.00% black
  • XYZ: 41.09, 30.29, 69.63
  • Yxy: 30.29, 0.2914, 0.2148
  • Hunter Lab: 61.91, 40.47, -54.67
  • CIE-Lab: 61.91, 40.47, -54.67

In the XYZ color space, this color is represented as X: 41.09, Y: 30.29, Z: 69.63. The Yxy representation further refines this as Y: 30.29, x: 0.2914, and y: 0.2148.

In the Hunter Lab color space, this color is represented as L: 61.91, a: 40.47, and b: -54.67. Similarly, in the CIE-Lab color space, it is represented as L: 61.91, a: 40.47, and b: -54.67.

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

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

Analogous Colors of #B47CF8

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

Split Complementary Colors of #B47CF8

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

Tetradic Colors of #B47CF8

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

Monochromatic Colors of #B47CF8

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

Complementary Color of #B47CF8

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

/* Using HEX */
body {
  background-color: #b47cf8;
}
/* Using RGB */
body {
  background-color: rgb(180, 124, 248);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 124, 248, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(267, 90%, 73%);
}
/* Text color */
p {
  color: #b47cf8;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b47cf8;
}
/* Border color */
.box {
  border: 4px solid #b47cf8;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b47cf8;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b47cf8;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B47CF8
On Black Background
#B47CF8
On White Background
#B47CF8

HTML Examples of #B47CF8

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

Related Colors of #B47CF8

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