Color: #B01EDC

#B01EDC Color Information

#B01EDC is a dark color. The closest websafe version is #B01EDC. A complement of this color would be #4ADC1E, perceived brightness is 0.37, and the grayscale version is #7D7D7D.

In the HSL color space, this color has a hue angle of 286°,a saturation of 76%, and a lightness of 49%.The HSV representation shows a hue of 286°, a saturation of 86%, and a value of 86%.

In a RGB color space, #B01EDC is composed of 69% red, 12% green and 86% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 86% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 14.93, x: 0.3077, and y: 0.1548.

Color Code #B01EDC

#B01EDCrgb(176, 30, 220)
HEX
#B01EDC
RGB
rgb(176, 30, 220)
HSL
hsl(286, 76%, 49%)
HSV
hsv(286, 86%, 86%)
CMYK
20%, 86%, 0%, 14%
XYZ
X: 29.67, Y: 14.93, Z: 51.84
Lab
L: 45.54, a: 72.32, b: -65.20
Name

Shades of Color #B01EDC

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

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

#B01EDCrgb(176, 30, 220)

About #B01EDC Color Code

In the HSL color space, this color has a hue angle of 286°, a saturation of 76%, and a lightness of 49%. The HSV representation shows a hue of 286°, a saturation of 86%, and a value of 86%.

  • HEX: #B01EDC
  • RGB: rgb(176, 30, 220)
  • HSL: hsl(286, 76%, 49%)
  • HSV: hsv(286, 86%, 86%)
  • CMYK: 20.00% cyan, 86.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 29.67, 14.93, 51.84
  • Yxy: 14.93, 0.3077, 0.1548
  • Hunter Lab: 45.54, 72.32, -65.20
  • CIE-Lab: 45.54, 72.32, -65.20

In the XYZ color space, this color is represented as X: 29.67, Y: 14.93, Z: 51.84. The Yxy representation further refines this as Y: 14.93, x: 0.3077, and y: 0.1548.

In the Hunter Lab color space, this color is represented as L: 45.54, a: 72.32, and b: -65.20. Similarly, in the CIE-Lab color space, it is represented as L: 45.54, a: 72.32, and b: -65.20.

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

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

Analogous Colors of #B01EDC

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

Split Complementary Colors of #B01EDC

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

Tetradic Colors of #B01EDC

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

Monochromatic Colors of #B01EDC

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

Complementary Color of #B01EDC

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

/* Using HEX */
body {
  background-color: #b01edc;
}
/* Using RGB */
body {
  background-color: rgb(176, 30, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 30, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 76%, 49%);
}
/* Text color */
p {
  color: #b01edc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b01edc;
}
/* Border color */
.box {
  border: 4px solid #b01edc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b01edc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b01edc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B01EDC
On Black Background
#B01EDC
On White Background
#B01EDC

HTML Examples of #B01EDC

<!-- Using HEX -->
<div style="background-color: #b01edc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(176, 30, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(176, 30, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(286, 76%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b01edc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b01edc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b01edc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b01edc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b01edc; color: #fff; padding: 16px; border-radius: 8px;">
  #B01EDC
</div>
#B01EDC
On Black Background
#B01EDC
On White Background
#B01EDC

Related Colors of #B01EDC

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