Skip to main content Skip to docs navigation

#bf689e 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 Young Purple and its hex is #BC64A4 Nearest Color Name

Color Hue/Base color: Violet

Hex #bf689e Color code in RGB color code model is created after adding 74.9% red color, 40.78% green color and 61.96% blue color. Hex #bf689e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 17% yellow and 25.1% black.

Hex #bf689e color code is between #bb6699 web safe hex color code and #cc77aa web safe hex color code. #bb6699 is the nearest web safe color code. You can see here many more shades of #bf689e color code.

RGB Chart

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

Color Table

Hex Color Code bf689e #bf689e
RGB Decimal 191, 104, 158 191, 104, 158
RGB Percent 75%, 41%, 62% rgb(75%, 41%, 62%)
CSS RGBa 191, 104, 158,1 rgba(191,104,158,1)
CMYK Model cmyk(0%,46%,17%,25.1%)
HSL Color Space 323,40% ,58% hsl(323,40% ,58%)
HSV Color Space 323°, 46%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111111 01101000 10011110
Octal 277 150 236
Decimal 191 104 158
Hex bf 68 9e

Different shades of #bf689e color code.

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

Darkest of #bf689e
#642a4e
Darker of #bf689e
#88396a
Dark of #bf689e
#ab4986
Base of #bf689e
#bf689e
Light of #bf689e
#ce8cb5
Lighter
#ddb0cc
Lightest
#edd3e3

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

#bf689e
#68bf89

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

Split Complementary

#bf689e
#72bf68
#68bfb5

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

Analogous Color

#ad68bf
#bc68bf
#bf689e
#bf6881
#bf7368

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

#bf689e
#689ebf
#9ebf68

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

#bf689e
#9ebf68
#68bf89
#8968bf

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

#bf689e
#bfb568
#68bf89
#6872bf

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

#401b32
#642a4e
#88396a
#ab4986
#bf689e
#ce8cb5
#ddb0cc
#edd3e3
#fcf7fa

Tints of #bf689e Color

#bf689e
#c678a8
#cd89b3
#d49abe
#dbabc9
#e2bbd3
#e9ccde
#f0dde9
#f7eef4
#ffffff

Shades of #bf689e color code

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

#bf689e
#a95c8c
#94507a
#7f4569
#6a3957
#542e46
#3f2234
#2a1723
#150b11
#000000

Tones

#bf689e
#a97d99
#949394
#939393
#939393

Tones

Similar Color like #bf689e color

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

#c0699f
#c16aa0
#c26ba1
#c36ca2
#c46da3
#c56ea4
#c66fa5
#c770a6
#c871a7
#c972a8
#ca73a9
#cb74aa
#cc75ab
#cd76ac
#be679d
#bd669c
#bc659b
#bb649a
#ba6399
#b96298
#b86197
#b76096
#b65f95
#b55e94
#b45d93
#b35c92
#b25b91
#b15a90

Download this Dark Violet

Hex #bf689e 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.

#bf689e Color Code Preview on Black Background Color

This is how #bf689e Color will look on black background color. Color contrast ratio is 5.69

#bf689e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf689e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf689e

#bf689e color code is use for CSS Background Color

Background color for the above div is #bf689e

HTML with inline CSS

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

#bf689e color code is use for CSS Border Color

CSS Border color for the above div is #bf689e

HTML with inline CSS

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

CSS Border Left color for the above div is #bf689e

HTML with inline CSS

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

CSS Border Right color for the above div is #bf689e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf689e

HTML with inline CSS

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

CSS Border Top color for the above div is #bf689e

HTML with inline CSS

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

#bf689e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf689e Color code Preview on White Background

This is how #bf689e Color code will look on white background color. Color contrast ratio is 3.69

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 #bf689e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bf689e; }

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,104,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,191,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,104,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }