Color: #B75BBC

#B75BBC Color Information

#B75BBC is a light color. The closest websafe version is #B75BBC. A complement of this color would be #61BC5C, perceived brightness is 0.51, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 297°,a saturation of 42%, and a lightness of 55%.The HSV representation shows a hue of 297°, a saturation of 100%, and a value of 100%.

In a RGB color space, #B75BBC is composed of 72% red, 36% green and 74% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 52% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 21.08, x: 0.3520, and y: 0.2328.

Color Code #B75BBC

HEX
#B75BBC
RGB
rgb(183, 91, 188)
HSL
hsl(297, 42%, 55%)
HSV
hsv(297, 52%, 74%)
CMYK
3%, 52%, 0%, 26%
XYZ
X: 31.87, Y: 21.08, Z: 37.59
Lab
L: 53.04, a: 48.12, b: -34.85
Name

Shades of Color #B75BBC

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

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

About #B75BBC Color Code

In the HSL color space, this color has a hue angle of 297°, a saturation of 42%, and a lightness of 55%. The HSV representation shows a hue of 297°, a saturation of 52%, and a value of 74%.

  • HEX: #B75BBC
  • RGB: rgb(183, 91, 188)
  • HSL: hsl(297, 42%, 55%)
  • HSV: hsv(297, 52%, 74%)
  • CMYK: 3.00% cyan, 52.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 31.87, 21.08, 37.59
  • Yxy: 21.08, 0.3520, 0.2328
  • Hunter Lab: 53.04, 48.12, -34.85
  • CIE-Lab: 53.04, 48.12, -34.85

In the XYZ color space, this color is represented as X: 31.87, Y: 21.08, Z: 37.59. The Yxy representation further refines this as Y: 21.08, x: 0.3520, and y: 0.2328.

In the Hunter Lab color space, this color is represented as L: 53.04, a: 48.12, and b: -34.85. Similarly, in the CIE-Lab color space, it is represented as L: 53.04, a: 48.12, and b: -34.85.

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

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

Analogous Colors of #B75BBC

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

Monochromatic Colors of #B75BBC

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

Complementary Color of #B75BBC

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

/* Using HEX */
body {
  background-color: #b75bbc;
}
/* Using RGB */
body {
  background-color: rgb(183, 91, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 91, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(297, 42%, 55%);
}
/* Text color */
p {
  color: #b75bbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b75bbc;
}

HTML Examples of #B75BBC

<!-- Using HEX -->
<div style="background-color: #b75bbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(183, 91, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(183, 91, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(297, 42%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b75bbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b75bbc; width: 100px; height: 100px;"></div>

Related Colors of #B75BBC

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