Color: #B80FDB

#B80FDB Color Information

#B80FDB is a dark color. The closest websafe version is #B80FDB. A complement of this color would be #31DB0F, perceived brightness is 0.35, and the grayscale version is #757575.

In the HSL color space, this color has a hue angle of 290°,a saturation of 87%, and a lightness of 46%.The HSV representation shows a hue of 290°, a saturation of 93%, and a value of 86%.

In a RGB color space, #B80FDB is composed of 72% red, 6% green and 86% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 93% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 15.30, x: 0.3192, and y: 0.1564.

Color Code #B80FDB

#B80FDBrgb(184, 15, 219)
HEX
#B80FDB
RGB
rgb(184, 15, 219)
HSL
hsl(290, 87%, 46%)
HSV
hsv(290, 93%, 86%)
CMYK
16%, 93%, 0%, 14%
XYZ
X: 31.22, Y: 15.30, Z: 51.30
Lab
L: 46.04, a: 75.91, b: -63.72
Name

Shades of Color #B80FDB

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

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

#B80FDBrgb(184, 15, 219)

About #B80FDB Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 87%, and a lightness of 46%. The HSV representation shows a hue of 290°, a saturation of 93%, and a value of 86%.

  • HEX: #B80FDB
  • RGB: rgb(184, 15, 219)
  • HSL: hsl(290, 87%, 46%)
  • HSV: hsv(290, 93%, 86%)
  • CMYK: 16.00% cyan, 93.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 31.22, 15.30, 51.30
  • Yxy: 15.30, 0.3192, 0.1564
  • Hunter Lab: 46.04, 75.91, -63.72
  • CIE-Lab: 46.04, 75.91, -63.72

In the XYZ color space, this color is represented as X: 31.22, Y: 15.30, Z: 51.30. The Yxy representation further refines this as Y: 15.30, x: 0.3192, and y: 0.1564.

In the Hunter Lab color space, this color is represented as L: 46.04, a: 75.91, and b: -63.72. Similarly, in the CIE-Lab color space, it is represented as L: 46.04, a: 75.91, and b: -63.72.

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

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

Analogous Colors of #B80FDB

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

Split Complementary Colors of #B80FDB

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

Tetradic Colors of #B80FDB

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

Monochromatic Colors of #B80FDB

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

Complementary Color of #B80FDB

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

/* Using HEX */
body {
  background-color: #b80fdb;
}
/* Using RGB */
body {
  background-color: rgb(184, 15, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 15, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 87%, 46%);
}
/* Text color */
p {
  color: #b80fdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b80fdb;
}
/* Border color */
.box {
  border: 4px solid #b80fdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b80fdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b80fdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B80FDB
On Black Background
#B80FDB
On White Background
#B80FDB

HTML Examples of #B80FDB

<!-- Using HEX -->
<div style="background-color: #b80fdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 15, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 15, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 87%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b80fdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b80fdb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b80fdb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b80fdb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b80fdb; color: #fff; padding: 16px; border-radius: 8px;">
  #B80FDB
</div>
#B80FDB
On Black Background
#B80FDB
On White Background
#B80FDB

Related Colors of #B80FDB

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