Color: #BF1260

#BF1260 Color Information

#BF1260 is a dark color. The closest websafe version is #BF1260. A complement of this color would be #12BF71, perceived brightness is 0.31, and the grayscale version is #696969.

In the HSL color space, this color has a hue angle of 333°,a saturation of 83%, and a lightness of 41%.The HSV representation shows a hue of 333°, a saturation of 91%, and a value of 75%.

In a RGB color space, #BF1260 is composed of 75% red, 7% green and 38% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 50% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 12.74, x: 0.5296, and y: 0.2739.

Color Code #BF1260

#BF1260rgb(191, 18, 96)
HEX
#BF1260
RGB
rgb(191, 18, 96)
HSL
hsl(333, 83%, 41%)
HSV
hsv(333, 91%, 75%)
CMYK
0%, 91%, 50%, 25%
XYZ
X: 24.63, Y: 12.74, Z: 9.14
Lab
L: 42.36, a: 65.67, b: 4.58
Name

Shades of Color #BF1260

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

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

#BF1260rgb(191, 18, 96)

About #BF1260 Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 83%, and a lightness of 41%. The HSV representation shows a hue of 333°, a saturation of 91%, and a value of 75%.

  • HEX: #BF1260
  • RGB: rgb(191, 18, 96)
  • HSL: hsl(333, 83%, 41%)
  • HSV: hsv(333, 91%, 75%)
  • CMYK: 0.00% cyan, 91.00% magenta, 50.00% yellow, 25.00% black
  • XYZ: 24.63, 12.74, 9.14
  • Yxy: 12.74, 0.5296, 0.2739
  • Hunter Lab: 42.36, 65.67, 4.58
  • CIE-Lab: 42.36, 65.67, 4.58

In the XYZ color space, this color is represented as X: 24.63, Y: 12.74, Z: 9.14. The Yxy representation further refines this as Y: 12.74, x: 0.5296, and y: 0.2739.

In the Hunter Lab color space, this color is represented as L: 42.36, a: 65.67, and b: 4.58. Similarly, in the CIE-Lab color space, it is represented as L: 42.36, a: 65.67, and b: 4.58.

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

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

Analogous Colors of #BF1260

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

Split Complementary Colors of #BF1260

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

Tetradic Colors of #BF1260

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

Monochromatic Colors of #BF1260

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

Complementary Color of #BF1260

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

/* Using HEX */
body {
  background-color: #bf1260;
}
/* Using RGB */
body {
  background-color: rgb(191, 18, 96);
}
/* Using RGB with opacity */
body {
  background-color: rgba(191, 18, 96, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 83%, 41%);
}
/* Text color */
p {
  color: #bf1260;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bf1260;
}
/* Border color */
.box {
  border: 4px solid #bf1260;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bf1260;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bf1260;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BF1260
On Black Background
#BF1260
On White Background
#BF1260

HTML Examples of #BF1260

<!-- Using HEX -->
<div style="background-color: #bf1260; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(191, 18, 96); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(191, 18, 96, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(333, 83%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #bf1260;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #bf1260; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #bf1260; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #bf1260;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #bf1260; color: #fff; padding: 16px; border-radius: 8px;">
  #BF1260
</div>
#BF1260
On Black Background
#BF1260
On White Background
#BF1260

Related Colors of #BF1260

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