Color: #B392CF

#B392CF Color Information

#B392CF is a light color. The closest websafe version is #B392CF. A complement of this color would be #AECF91, perceived brightness is 0.64, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 272°,a saturation of 39%, and a lightness of 69%.The HSV representation shows a hue of 272°, a saturation of 29%, and a value of 81%.

In a RGB color space, #B392CF is composed of 70% red, 57% green and 81% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 29% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 34.42, x: 0.3249, and y: 0.2820.

Color Code #B392CF

#B392CFrgb(179, 146, 207)
HEX
#B392CF
RGB
rgb(179, 146, 207)
HSL
hsl(272, 39%, 69%)
HSV
hsv(272, 29%, 81%)
CMYK
14%, 29%, 0%, 19%
XYZ
X: 39.65, Y: 34.42, Z: 47.98
Lab
L: 65.29, a: 21.42, b: -26.77
Name

Shades of Color #B392CF

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

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

#B392CFrgb(179, 146, 207)

About #B392CF Color Code

In the HSL color space, this color has a hue angle of 272°, a saturation of 39%, and a lightness of 69%. The HSV representation shows a hue of 272°, a saturation of 29%, and a value of 81%.

  • HEX: #B392CF
  • RGB: rgb(179, 146, 207)
  • HSL: hsl(272, 39%, 69%)
  • HSV: hsv(272, 29%, 81%)
  • CMYK: 14.00% cyan, 29.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 39.65, 34.42, 47.98
  • Yxy: 34.42, 0.3249, 0.2820
  • Hunter Lab: 65.29, 21.42, -26.77
  • CIE-Lab: 65.29, 21.42, -26.77

In the XYZ color space, this color is represented as X: 39.65, Y: 34.42, Z: 47.98. The Yxy representation further refines this as Y: 34.42, x: 0.3249, and y: 0.2820.

In the Hunter Lab color space, this color is represented as L: 65.29, a: 21.42, and b: -26.77. Similarly, in the CIE-Lab color space, it is represented as L: 65.29, a: 21.42, and b: -26.77.

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

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

Analogous Colors of #B392CF

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

Split Complementary Colors of #B392CF

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

Tetradic Colors of #B392CF

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

Monochromatic Colors of #B392CF

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

Complementary Color of #B392CF

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

/* Using HEX */
body {
  background-color: #b392cf;
}
/* Using RGB */
body {
  background-color: rgb(179, 146, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 146, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(272, 39%, 69%);
}
/* Text color */
p {
  color: #b392cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b392cf;
}
/* Border color */
.box {
  border: 4px solid #b392cf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b392cf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b392cf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B392CF
On Black Background
#B392CF
On White Background
#B392CF

HTML Examples of #B392CF

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

Related Colors of #B392CF

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