Color: #B64BEF

#B64BEF Color Information

#B64BEF is a dark color. The closest websafe version is #B64BEF. A complement of this color would be #86EF4D, perceived brightness is 0.49, and the grayscale version is #9D9D9D.

In the HSL color space, this color has a hue angle of 279°,a saturation of 84%, and a lightness of 62%.The HSV representation shows a hue of 279°, a saturation of 69%, and a value of 94%.

In a RGB color space, #B64BEF is composed of 71% red, 29% green and 94% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 69% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 20.68, x: 0.2977, and y: 0.1736.

Color Code #B64BEF

#B64BEFrgb(182, 75, 239)
HEX
#B64BEF
RGB
rgb(182, 75, 239)
HSL
hsl(279, 84%, 62%)
HSV
hsv(279, 69%, 94%)
CMYK
24%, 69%, 0%, 6%
XYZ
X: 35.46, Y: 20.68, Z: 62.98
Lab
L: 52.60, a: 62.52, b: -64.49
Name

Shades of Color #B64BEF

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

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

#B64BEFrgb(182, 75, 239)

About #B64BEF Color Code

In the HSL color space, this color has a hue angle of 279°, a saturation of 84%, and a lightness of 62%. The HSV representation shows a hue of 279°, a saturation of 69%, and a value of 94%.

  • HEX: #B64BEF
  • RGB: rgb(182, 75, 239)
  • HSL: hsl(279, 84%, 62%)
  • HSV: hsv(279, 69%, 94%)
  • CMYK: 24.00% cyan, 69.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 35.46, 20.68, 62.98
  • Yxy: 20.68, 0.2977, 0.1736
  • Hunter Lab: 52.60, 62.52, -64.49
  • CIE-Lab: 52.60, 62.52, -64.49

In the XYZ color space, this color is represented as X: 35.46, Y: 20.68, Z: 62.98. The Yxy representation further refines this as Y: 20.68, x: 0.2977, and y: 0.1736.

In the Hunter Lab color space, this color is represented as L: 52.60, a: 62.52, and b: -64.49. Similarly, in the CIE-Lab color space, it is represented as L: 52.60, a: 62.52, and b: -64.49.

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

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

Analogous Colors of #B64BEF

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

Split Complementary Colors of #B64BEF

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

Tetradic Colors of #B64BEF

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

Monochromatic Colors of #B64BEF

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

Complementary Color of #B64BEF

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

/* Using HEX */
body {
  background-color: #b64bef;
}
/* Using RGB */
body {
  background-color: rgb(182, 75, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 75, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(279, 84%, 62%);
}
/* Text color */
p {
  color: #b64bef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b64bef;
}
/* Border color */
.box {
  border: 4px solid #b64bef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b64bef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b64bef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B64BEF
On Black Background
#B64BEF
On White Background
#B64BEF

HTML Examples of #B64BEF

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

Related Colors of #B64BEF

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