Color: #B10CDA

#B10CDA Color Information

#B10CDA is a dark color. The closest websafe version is #B10CDA. A complement of this color would be #35DA0B, perceived brightness is 0.33, and the grayscale version is #737373.

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

In a RGB color space, #B10CDA is composed of 69% red, 5% green and 85% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 94% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 14.30, x: 0.3110, and y: 0.1515.

Color Code #B10CDA

HEX
#B10CDA
RGB
rgb(177, 12, 218)
HSL
hsl(288, 90%, 45%)
HSV
hsv(288, 94%, 85%)
CMYK
19%, 94%, 0%, 15%
XYZ
X: 29.35, Y: 14.30, Z: 50.72
Lab
L: 44.65, a: 74.88, b: -65.47
Name

Shades of Color #B10CDA

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

Tints are created by lightening the original color #B10CDA 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 #B10CDA Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 90%, and a lightness of 45%. The HSV representation shows a hue of 288°, a saturation of 94%, and a value of 85%.

  • HEX: #B10CDA
  • RGB: rgb(177, 12, 218)
  • HSL: hsl(288, 90%, 45%)
  • HSV: hsv(288, 94%, 85%)
  • CMYK: 19.00% cyan, 94.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 29.35, 14.30, 50.72
  • Yxy: 14.30, 0.3110, 0.1515
  • Hunter Lab: 44.65, 74.88, -65.47
  • CIE-Lab: 44.65, 74.88, -65.47

In the XYZ color space, this color is represented as X: 29.35, Y: 14.30, Z: 50.72. The Yxy representation further refines this as Y: 14.30, x: 0.3110, and y: 0.1515.

In the Hunter Lab color space, this color is represented as L: 44.65, a: 74.88, and b: -65.47. Similarly, in the CIE-Lab color space, it is represented as L: 44.65, a: 74.88, and b: -65.47.

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

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

Analogous Colors of #B10CDA

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

Monochromatic Colors of #B10CDA

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

Complementary Color of #B10CDA

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

/* Using HEX */
body {
  background-color: #b10cda;
}
/* Using RGB */
body {
  background-color: rgb(177, 12, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 12, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 90%, 45%);
}
/* Text color */
p {
  color: #b10cda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b10cda;
}

HTML Examples of #B10CDA

<!-- Using HEX -->
<div style="background-color: #b10cda; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(177, 12, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(177, 12, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(288, 90%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b10cda;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b10cda; width: 100px; height: 100px;"></div>

Related Colors of #B10CDA

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