Color: #B003AD

#B003AD Color Information

#B003AD is a dark color. The closest websafe version is #B003AD. A complement of this color would be #03B006, perceived brightness is 0.29, and the grayscale version is #5A5A5A.

In the HSL color space, this color has a hue angle of 301°,a saturation of 97%, and a lightness of 35%.The HSV representation shows a hue of 301°, a saturation of 98%, and a value of 69%.

In a RGB color space, #B003AD is composed of 69% red, 1% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 2% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 12.26, x: 0.3687, and y: 0.1812.

Color Code #B003AD

#B003ADrgb(176, 3, 173)
HEX
#B003AD
RGB
rgb(176, 3, 173)
HSL
hsl(301, 97%, 35%)
HSV
hsv(301, 98%, 69%)
CMYK
0%, 98%, 2%, 31%
XYZ
X: 24.95, Y: 12.26, Z: 30.46
Lab
L: 41.62, a: 70.22, b: -44.11
Name

Shades of Color #B003AD

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

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

#B003ADrgb(176, 3, 173)

About #B003AD Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 97%, and a lightness of 35%. The HSV representation shows a hue of 301°, a saturation of 98%, and a value of 69%.

  • HEX: #B003AD
  • RGB: rgb(176, 3, 173)
  • HSL: hsl(301, 97%, 35%)
  • HSV: hsv(301, 98%, 69%)
  • CMYK: 0.00% cyan, 98.00% magenta, 2.00% yellow, 31.00% black
  • XYZ: 24.95, 12.26, 30.46
  • Yxy: 12.26, 0.3687, 0.1812
  • Hunter Lab: 41.62, 70.22, -44.11
  • CIE-Lab: 41.62, 70.22, -44.11

In the XYZ color space, this color is represented as X: 24.95, Y: 12.26, Z: 30.46. The Yxy representation further refines this as Y: 12.26, x: 0.3687, and y: 0.1812.

In the Hunter Lab color space, this color is represented as L: 41.62, a: 70.22, and b: -44.11. Similarly, in the CIE-Lab color space, it is represented as L: 41.62, a: 70.22, and b: -44.11.

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

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

Analogous Colors of #B003AD

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

Split Complementary Colors of #B003AD

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

Tetradic Colors of #B003AD

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

Monochromatic Colors of #B003AD

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

Complementary Color of #B003AD

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

/* Using HEX */
body {
  background-color: #b003ad;
}
/* Using RGB */
body {
  background-color: rgb(176, 3, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(176, 3, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 97%, 35%);
}
/* Text color */
p {
  color: #b003ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b003ad;
}
/* Border color */
.box {
  border: 4px solid #b003ad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b003ad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b003ad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B003AD
On Black Background
#B003AD
On White Background
#B003AD

HTML Examples of #B003AD

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

Related Colors of #B003AD

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