Color: #B35EEA

#B35EEA Color Information

#B35EEA is a light color. The closest websafe version is #B35EEA. A complement of this color would be #95EA5D, perceived brightness is 0.53, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 276°,a saturation of 77%, and a lightness of 64%.The HSV representation shows a hue of 276°, a saturation of 60%, and a value of 92%.

In a RGB color space, #B35EEA is composed of 70% red, 37% green and 92% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 60% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 23.04, x: 0.2997, and y: 0.1932.

Color Code #B35EEA

#B35EEArgb(179, 94, 234)
HEX
#B35EEA
RGB
rgb(179, 94, 234)
HSL
hsl(276, 77%, 64%)
HSV
hsv(276, 60%, 92%)
CMYK
24%, 60%, 0%, 8%
XYZ
X: 35.74, Y: 23.04, Z: 60.48
Lab
L: 55.12, a: 52.64, b: -57.70
Name

Shades of Color #B35EEA

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

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

#B35EEArgb(179, 94, 234)

About #B35EEA Color Code

In the HSL color space, this color has a hue angle of 276°, a saturation of 77%, and a lightness of 64%. The HSV representation shows a hue of 276°, a saturation of 60%, and a value of 92%.

  • HEX: #B35EEA
  • RGB: rgb(179, 94, 234)
  • HSL: hsl(276, 77%, 64%)
  • HSV: hsv(276, 60%, 92%)
  • CMYK: 24.00% cyan, 60.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 35.74, 23.04, 60.48
  • Yxy: 23.04, 0.2997, 0.1932
  • Hunter Lab: 55.12, 52.64, -57.70
  • CIE-Lab: 55.12, 52.64, -57.70

In the XYZ color space, this color is represented as X: 35.74, Y: 23.04, Z: 60.48. The Yxy representation further refines this as Y: 23.04, x: 0.2997, and y: 0.1932.

In the Hunter Lab color space, this color is represented as L: 55.12, a: 52.64, and b: -57.70. Similarly, in the CIE-Lab color space, it is represented as L: 55.12, a: 52.64, and b: -57.70.

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

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

Analogous Colors of #B35EEA

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

Split Complementary Colors of #B35EEA

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

Tetradic Colors of #B35EEA

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

Monochromatic Colors of #B35EEA

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

Complementary Color of #B35EEA

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

/* Using HEX */
body {
  background-color: #b35eea;
}
/* Using RGB */
body {
  background-color: rgb(179, 94, 234);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 94, 234, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(276, 77%, 64%);
}
/* Text color */
p {
  color: #b35eea;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b35eea;
}
/* Border color */
.box {
  border: 4px solid #b35eea;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b35eea;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b35eea;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B35EEA
On Black Background
#B35EEA
On White Background
#B35EEA

HTML Examples of #B35EEA

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

Related Colors of #B35EEA

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