Color: #B25FDC

#B25FDC Color Information

#B25FDC is a light color. The closest websafe version is #B25FDC. A complement of this color would be #89DC60, perceived brightness is 0.53, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 280°,a saturation of 64%, and a lightness of 62%.The HSV representation shows a hue of 280°, a saturation of 57%, and a value of 86%.

In a RGB color space, #B25FDC is composed of 70% red, 37% green and 86% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 57% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 22.45, x: 0.3115, and y: 0.2053.

Color Code #B25FDC

#B25FDCrgb(178, 95, 220)
HEX
#B25FDC
RGB
rgb(178, 95, 220)
HSL
hsl(280, 64%, 62%)
HSV
hsv(280, 57%, 86%)
CMYK
19%, 57%, 0%, 14%
XYZ
X: 34.06, Y: 22.45, Z: 52.84
Lab
L: 54.50, a: 49.58, b: -50.84
Name

Shades of Color #B25FDC

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

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

#B25FDCrgb(178, 95, 220)

About #B25FDC Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 64%, and a lightness of 62%. The HSV representation shows a hue of 280°, a saturation of 57%, and a value of 86%.

  • HEX: #B25FDC
  • RGB: rgb(178, 95, 220)
  • HSL: hsl(280, 64%, 62%)
  • HSV: hsv(280, 57%, 86%)
  • CMYK: 19.00% cyan, 57.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 34.06, 22.45, 52.84
  • Yxy: 22.45, 0.3115, 0.2053
  • Hunter Lab: 54.50, 49.58, -50.84
  • CIE-Lab: 54.50, 49.58, -50.84

In the XYZ color space, this color is represented as X: 34.06, Y: 22.45, Z: 52.84. The Yxy representation further refines this as Y: 22.45, x: 0.3115, and y: 0.2053.

In the Hunter Lab color space, this color is represented as L: 54.50, a: 49.58, and b: -50.84. Similarly, in the CIE-Lab color space, it is represented as L: 54.50, a: 49.58, and b: -50.84.

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

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

Analogous Colors of #B25FDC

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

Split Complementary Colors of #B25FDC

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

Tetradic Colors of #B25FDC

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

Monochromatic Colors of #B25FDC

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

Complementary Color of #B25FDC

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

/* Using HEX */
body {
  background-color: #b25fdc;
}
/* Using RGB */
body {
  background-color: rgb(178, 95, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 95, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 64%, 62%);
}
/* Text color */
p {
  color: #b25fdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b25fdc;
}
/* Border color */
.box {
  border: 4px solid #b25fdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b25fdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b25fdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B25FDC
On Black Background
#B25FDC
On White Background
#B25FDC

HTML Examples of #B25FDC

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

Related Colors of #B25FDC

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