Color: #B350CC

#B350CC Color Information

#B350CC is a dark color. The closest websafe version is #B350CC. A complement of this color would be #6ACD51, perceived brightness is 0.49, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 288°,a saturation of 55%, and a lightness of 56%.The HSV representation shows a hue of 288°, a saturation of 61%, and a value of 80%.

In a RGB color space, #B350CC is composed of 70% red, 31% green and 80% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 61% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 19.44, x: 0.3292, and y: 0.2039.

Color Code #B350CC

#B350CCrgb(179, 80, 204)
HEX
#B350CC
RGB
rgb(179, 80, 204)
HSL
hsl(288, 55%, 56%)
HSV
hsv(288, 61%, 80%)
CMYK
12%, 61%, 0%, 20%
XYZ
X: 31.39, Y: 19.44, Z: 44.53
Lab
L: 51.20, a: 54.29, b: -46.97
Name

Shades of Color #B350CC

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

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

#B350CCrgb(179, 80, 204)

About #B350CC Color Code

In the HSL color space, this color has a hue angle of 288°, a saturation of 55%, and a lightness of 56%. The HSV representation shows a hue of 288°, a saturation of 61%, and a value of 80%.

  • HEX: #B350CC
  • RGB: rgb(179, 80, 204)
  • HSL: hsl(288, 55%, 56%)
  • HSV: hsv(288, 61%, 80%)
  • CMYK: 12.00% cyan, 61.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 31.39, 19.44, 44.53
  • Yxy: 19.44, 0.3292, 0.2039
  • Hunter Lab: 51.20, 54.29, -46.97
  • CIE-Lab: 51.20, 54.29, -46.97

In the XYZ color space, this color is represented as X: 31.39, Y: 19.44, Z: 44.53. The Yxy representation further refines this as Y: 19.44, x: 0.3292, and y: 0.2039.

In the Hunter Lab color space, this color is represented as L: 51.20, a: 54.29, and b: -46.97. Similarly, in the CIE-Lab color space, it is represented as L: 51.20, a: 54.29, and b: -46.97.

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

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

Analogous Colors of #B350CC

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

Split Complementary Colors of #B350CC

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

Tetradic Colors of #B350CC

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

Monochromatic Colors of #B350CC

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

Complementary Color of #B350CC

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

/* Using HEX */
body {
  background-color: #b350cc;
}
/* Using RGB */
body {
  background-color: rgb(179, 80, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(179, 80, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(288, 55%, 56%);
}
/* Text color */
p {
  color: #b350cc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b350cc;
}
/* Border color */
.box {
  border: 4px solid #b350cc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b350cc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b350cc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B350CC
On Black Background
#B350CC
On White Background
#B350CC

HTML Examples of #B350CC

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

Related Colors of #B350CC

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