Skip to main content Skip to docs navigation

#bd699f 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 #bd699f Color code in RGB color code model is created after adding 74.12% red color, 41.18% green color and 62.35% blue color. Hex #bd699f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 16% yellow and 25.88% black.

Hex #bd699f 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 #bd699f color code.

RGB Chart

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

Color Table

Hex Color Code bd699f #bd699f
RGB Decimal 189, 105, 159 189, 105, 159
RGB Percent 74%, 41%, 62% rgb(74%, 41%, 62%)
CSS RGBa 189, 105, 159,1 rgba(189,105,159,1)
CMYK Model cmyk(0%,44%,16%,25.88%)
HSL Color Space 321,39% ,58% hsl(321,39% ,58%)
HSV Color Space 321°, 44%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 01101001 10011111
Octal 275 151 237
Decimal 189 105 159
Hex bd 69 9f

Different shades of #bd699f color code.

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

Darkest of #bd699f
#622b4e
Darker of #bd699f
#853b6b
Dark of #bd699f
#a94a87
Base of #bd699f
#bd699f
Light of #bd699f
#cd8cb6
Lighter
#dcb0cc
Lightest
#ecd3e3

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

#bd699f
#69bd87

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

Split Complementary

#bd699f
#75bd69
#69bdb1

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

Analogous Color

#aa69bd
#b869bd
#bd699f
#bd6983
#bd7269

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

#bd699f
#699fbd
#9fbd69

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

#bd699f
#9fbd69
#69bd87
#8769bd

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

#bd699f
#bdb169
#69bd87
#6975bd

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

#3f1c32
#622b4e
#853b6b
#a94a87
#bd699f
#cd8cb6
#dcb0cc
#ecd3e3
#fbf7fa

Tints of #bd699f Color

#bd699f
#c479a9
#cb8ab4
#d39bbf
#daabc9
#e1bcd4
#e9cddf
#f0dde9
#f7eef4
#ffffff

Shades of #bd699f color code

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

#bd699f
#a85d8d
#93517b
#7e466a
#693a58
#542e46
#3f2335
#2a1723
#150b11
#000000

Tones

#bd699f
#a77f99
#939393
#939393
#939393

Tones

Similar Color like #bd699f color

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

#be6aa0
#bf6ba1
#c06ca2
#c16da3
#c26ea4
#c36fa5
#c470a6
#c571a7
#c672a8
#c773a9
#c874aa
#c975ab
#ca76ac
#cb77ad
#bc689e
#bb679d
#ba669c
#b9659b
#b8649a
#b76399
#b66298
#b56197
#b46096
#b35f95
#b25e94
#b15d93
#b05c92
#af5b91

Download this Dark Violet

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

#bd699f Color Code Preview on Black Background Color

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

#bd699f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd699f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd699f

#bd699f color code is use for CSS Background Color

Background color for the above div is #bd699f

HTML with inline CSS

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

#bd699f color code is use for CSS Border Color

CSS Border color for the above div is #bd699f

HTML with inline CSS

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

CSS Border Left color for the above div is #bd699f

HTML with inline CSS

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

CSS Border Right color for the above div is #bd699f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd699f

HTML with inline CSS

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

CSS Border Top color for the above div is #bd699f

HTML with inline CSS

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

#bd699f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd699f Color code Preview on White Background

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

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(189,105,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,189,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,105,159,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }