Color: #B42BCC

#B42BCC Color Information

#B42BCC is a dark color. The closest websafe version is #B42BCC. A complement of this color would be #43CA2B, perceived brightness is 0.40, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 291°,a saturation of 65%, and a lightness of 48%.The HSV representation shows a hue of 291°, a saturation of 79%, and a value of 80%.

In a RGB color space, #B42BCC is composed of 71% red, 17% green and 80% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 79% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 15.55, x: 0.3311, and y: 0.1747.

Color Code #B42BCC

#B42BCCrgb(180, 43, 204)
HEX
#B42BCC
RGB
rgb(180, 43, 204)
HSL
hsl(291, 65%, 48%)
HSV
hsv(291, 79%, 80%)
CMYK
12%, 79%, 0%, 20%
XYZ
X: 29.47, Y: 15.55, Z: 43.99
Lab
L: 46.37, a: 67.95, b: -54.63
Name

Shades of Color #B42BCC

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

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

#B42BCCrgb(180, 43, 204)

About #B42BCC Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 65%, and a lightness of 48%. The HSV representation shows a hue of 291°, a saturation of 79%, and a value of 80%.

  • HEX: #B42BCC
  • RGB: rgb(180, 43, 204)
  • HSL: hsl(291, 65%, 48%)
  • HSV: hsv(291, 79%, 80%)
  • CMYK: 12.00% cyan, 79.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 29.47, 15.55, 43.99
  • Yxy: 15.55, 0.3311, 0.1747
  • Hunter Lab: 46.37, 67.95, -54.63
  • CIE-Lab: 46.37, 67.95, -54.63

In the XYZ color space, this color is represented as X: 29.47, Y: 15.55, Z: 43.99. The Yxy representation further refines this as Y: 15.55, x: 0.3311, and y: 0.1747.

In the Hunter Lab color space, this color is represented as L: 46.37, a: 67.95, and b: -54.63. Similarly, in the CIE-Lab color space, it is represented as L: 46.37, a: 67.95, and b: -54.63.

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

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

Analogous Colors of #B42BCC

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

Split Complementary Colors of #B42BCC

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

Tetradic Colors of #B42BCC

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

Monochromatic Colors of #B42BCC

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

Complementary Color of #B42BCC

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

/* Using HEX */
body {
  background-color: #b42bcc;
}
/* Using RGB */
body {
  background-color: rgb(180, 43, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(180, 43, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 65%, 48%);
}
/* Text color */
p {
  color: #b42bcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b42bcc;
}
/* Border color */
.box {
  border: 4px solid #b42bcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b42bcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b42bcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B42BCC
On Black Background
#B42BCC
On White Background
#B42BCC

HTML Examples of #B42BCC

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

Related Colors of #B42BCC

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