Color: #BC26CC

#BC26CC Color Information

#BC26CC is a dark color. The closest websafe version is #BC26CC. A complement of this color would be #36CB25, perceived brightness is 0.40, and the grayscale version is #797979.

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

In a RGB color space, #BC26CC is composed of 74% red, 15% green and 80% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 81% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 16.24, x: 0.3420, and y: 0.1774.

Color Code #BC26CC

#BC26CCrgb(188, 38, 204)
HEX
#BC26CC
RGB
rgb(188, 38, 204)
HSL
hsl(294, 69%, 47%)
HSV
hsv(294, 81%, 80%)
CMYK
8%, 81%, 0%, 20%
XYZ
X: 31.32, Y: 16.24, Z: 44.01
Lab
L: 47.29, a: 70.90, b: -53.08
Name

Shades of Color #BC26CC

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

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

#BC26CCrgb(188, 38, 204)

About #BC26CC Color Code

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

  • HEX: #BC26CC
  • RGB: rgb(188, 38, 204)
  • HSL: hsl(294, 69%, 47%)
  • HSV: hsv(294, 81%, 80%)
  • CMYK: 8.00% cyan, 81.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 31.32, 16.24, 44.01
  • Yxy: 16.24, 0.3420, 0.1774
  • Hunter Lab: 47.29, 70.90, -53.08
  • CIE-Lab: 47.29, 70.90, -53.08

In the XYZ color space, this color is represented as X: 31.32, Y: 16.24, Z: 44.01. The Yxy representation further refines this as Y: 16.24, x: 0.3420, and y: 0.1774.

In the Hunter Lab color space, this color is represented as L: 47.29, a: 70.90, and b: -53.08. Similarly, in the CIE-Lab color space, it is represented as L: 47.29, a: 70.90, and b: -53.08.

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

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

Analogous Colors of #BC26CC

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

Monochromatic Colors of #BC26CC

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

Complementary Color of #BC26CC

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

/* Using HEX */
body {
  background-color: #bc26cc;
}
/* Using RGB */
body {
  background-color: rgb(188, 38, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(188, 38, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(294, 69%, 47%);
}
/* Text color */
p {
  color: #bc26cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bc26cc;
}
/* Border color */
.box {
  border: 4px solid #bc26cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bc26cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bc26cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BC26CC
On Black Background
#BC26CC
On White Background
#BC26CC

HTML Examples of #BC26CC

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

Related Colors of #BC26CC

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