Skip to main content Skip to docs navigation

#bf557d hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Fat Smooch and its hex is #C1537D Nearest Color Name

Color Hue/Base color: Violet

Hex #bf557d Color code in RGB color code model is created after adding 74.9% red color, 33.33% green color and 49.02% blue color. Hex #bf557d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 35% yellow and 25.1% black.

Hex #bf557d color code is between #bb4477 web safe hex color code and #cc6688 web safe hex color code. #bb4477 is the nearest web safe color code. You can see here many more shades of #bf557d color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bf557d #bf557d
RGB Decimal 191, 85, 125 191, 85, 125
RGB Percent 75%, 33%, 49% rgb(75%, 33%, 49%)
CSS RGBa 191, 85, 125,1 rgba(191,85,125,1)
CMYK Model cmyk(0%,55%,35%,25.1%)
HSL Color Space 337,45% ,54% hsl(337,45% ,54%)
HSV Color Space 337°, 55%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111111 01010101 01111101
Octal 277 125 175
Decimal 191 85 125
Hex bf 55 7d

Different shades of #bf557d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #bf557d
#592237
Darker of #bf557d
#7e304d
Dark of #bf557d
#a33e64
Base of #bf557d
#bf557d
Light of #bf557d
#cd7a99
Lighter
#db9fb6
Lightest
#e9c4d2

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bf557d
#55bf97

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bf557d
#55bf62
#55b2bf

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bf55bb
#bf55a9
#bf557d
#bf555a
#bf7d55

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bf557d
#557dbf
#7dbf55

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bf557d
#7dbf55
#55bf97
#9755bf

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bf557d
#b2bf55
#55bf97
#6255bf

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #bf557d

#341420
#592237
#7e304d
#a33e64
#bf557d
#cd7a99
#db9fb6
#e9c4d2
#f7e9ee

Tints of #bf557d Color

#bf557d
#c6678b
#cd7a99
#d48da8
#dba0b6
#e2b3c5
#e9c6d3
#f0d9e2
#f7ecf0
#ffffff

Shades of #bf557d color code

Generate more color scales with scales (color stack) generator.

#bf557d
#a94b6f
#944261
#7f3853
#6a2f45
#542537
#3f1c29
#2a121b
#15090d
#000000

Tones

#bf557d
#a86c83
#908488
#8a8a8a
#8a8a8a

Tones

Similar Color like #bf557d color

Find visually similar hex color codes nearing to #bf557d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c0567e
#c1577f
#c25880
#c35981
#c45a82
#c55b83
#c65c84
#c75d85
#c85e86
#c95f87
#ca6088
#cb6189
#cc628a
#cd638b
#be547c
#bd537b
#bc527a
#bb5179
#ba5078
#b94f77
#b84e76
#b74d75
#b64c74
#b54b73
#b44a72
#b34971
#b24870
#b1476f

Download this Dark Violet

Hex #bf557d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bf557d Color Code Preview on Black Background Color

This is how #bf557d Color will look on black background color. Color contrast ratio is 4.81

#bf557d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bf557d">Your Example Paragraph content text in with font color #bf557d </p>

Your Example Paragraph content text in with font color #bf557d

HTML with inline CSS

<div style="color:#bf557d">Your Paragraph text in with font color #bf557d </div>

Your Example Paragraph content text in with font color #bf557d

#bf557d color code is use for CSS Background Color

Background color for the above div is #bf557d

HTML with inline CSS

<div style="background-color:#bf557d;"></div>

#bf557d color code is use for CSS Border Color

CSS Border color for the above div is #bf557d

HTML with inline CSS

<div style="border:5px solid #bf557d;"></div>

CSS Border Left color for the above div is #bf557d

HTML with inline CSS

<div style="border-left:5px solid #bf557d;"></div>

CSS Border Right color for the above div is #bf557d

HTML with inline CSS

<div style="border-right:5px solid #bf557d;"></div>

CSS Border Bottom color for the above div is #bf557d

HTML with inline CSS

<div style="border-bottom:5px solid #bf557d;"></div>

CSS Border Top color for the above div is #bf557d

HTML with inline CSS

<div style="border-top:5px solid #bf557d;"></div>

#bf557d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bf557d; } .examplecolorclass {color:#bf557d; } .examplebordercolor {border:3px solid #bf557d; }

#bf557d Color code Preview on White Background

This is how #bf557d Color code will look on white background color. Color contrast ratio is 4.37

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bf557d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bf557d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(191,85,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,191,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,85,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }