Color: #B635AD

#B635AD Color Information

#B635AD is a dark color. The closest websafe version is #B635AD. A complement of this color would be #35B63D, perceived brightness is 0.41, and the grayscale version is #767676.

In the HSL color space, this color has a hue angle of 304°,a saturation of 55%, and a lightness of 46%.The HSV representation shows a hue of 304°, a saturation of 71%, and a value of 71%.

In a RGB color space, #B635AD is composed of 71% red, 21% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 71% magenta, 5% yellow and 29% black.

In the Yxy color space, this color is represented as Y: 15.49, x: 0.3746, and y: 0.2091.

Color Code #B635AD

#B635ADrgb(182, 53, 173)
HEX
#B635AD
RGB
rgb(182, 53, 173)
HSL
hsl(304, 55%, 46%)
HSV
hsv(304, 71%, 71%)
CMYK
0%, 71%, 5%, 29%
XYZ
X: 27.75, Y: 15.49, Z: 30.84
Lab
L: 46.30, a: 61.56, b: -36.64
Name

Shades of Color #B635AD

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

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

#B635ADrgb(182, 53, 173)

About #B635AD Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 55%, and a lightness of 46%. The HSV representation shows a hue of 304°, a saturation of 71%, and a value of 71%.

  • HEX: #B635AD
  • RGB: rgb(182, 53, 173)
  • HSL: hsl(304, 55%, 46%)
  • HSV: hsv(304, 71%, 71%)
  • CMYK: 0.00% cyan, 71.00% magenta, 5.00% yellow, 29.00% black
  • XYZ: 27.75, 15.49, 30.84
  • Yxy: 15.49, 0.3746, 0.2091
  • Hunter Lab: 46.30, 61.56, -36.64
  • CIE-Lab: 46.30, 61.56, -36.64

In the XYZ color space, this color is represented as X: 27.75, Y: 15.49, Z: 30.84. The Yxy representation further refines this as Y: 15.49, x: 0.3746, and y: 0.2091.

In the Hunter Lab color space, this color is represented as L: 46.30, a: 61.56, and b: -36.64. Similarly, in the CIE-Lab color space, it is represented as L: 46.30, a: 61.56, and b: -36.64.

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

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

Analogous Colors of #B635AD

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

Split Complementary Colors of #B635AD

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

Tetradic Colors of #B635AD

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

Monochromatic Colors of #B635AD

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

Complementary Color of #B635AD

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

/* Using HEX */
body {
  background-color: #b635ad;
}
/* Using RGB */
body {
  background-color: rgb(182, 53, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(182, 53, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 55%, 46%);
}
/* Text color */
p {
  color: #b635ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b635ad;
}
/* Border color */
.box {
  border: 4px solid #b635ad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b635ad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b635ad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B635AD
On Black Background
#B635AD
On White Background
#B635AD

HTML Examples of #B635AD

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

Related Colors of #B635AD

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