Skip to main content Skip to docs navigation

#be68aa 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 #be68aa Color code in RGB color code model is created after adding 74.51% red color, 40.78% green color and 66.67% blue color. Hex #be68aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 11% yellow and 25.49% black.

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

RGB Chart

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

Color Table

Hex Color Code be68aa #be68aa
RGB Decimal 190, 104, 170 190, 104, 170
RGB Percent 75%, 41%, 67% rgb(75%, 41%, 67%)
CSS RGBa 190, 104, 170,1 rgba(190,104,170,1)
CMYK Model cmyk(0%,45%,11%,25.49%)
HSL Color Space 314,40% ,58% hsl(314,40% ,58%)
HSV Color Space 314°, 45%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 01101000 10101010
Octal 276 150 252
Decimal 190 104 170
Hex be 68 aa

Different shades of #be68aa color code.

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

Darkest of #be68aa
#632a56
Darker of #be68aa
#863a74
Dark of #be68aa
#aa4993
Base of #be68aa
#be68aa
Light of #be68aa
#cd8cbe
Lighter
#ddafd2
Lightest
#ecd3e6

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

#be68aa
#68be7c

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

Split Complementary

#be68aa
#7fbe68
#68bea7

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

Analogous Color

#a068be
#ae68be
#be68aa
#be688d
#be686a

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

#be68aa
#68aabe
#aabe68

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

#be68aa
#aabe68
#68be7c
#7c68be

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

#be68aa
#bea768
#68be7c
#687fbe

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

#3f1b37
#632a56
#863a74
#aa4993
#be68aa
#cd8cbe
#ddafd2
#ecd3e6
#fbf7fa

Tints of #be68aa Color

#be68aa
#c578b3
#cc89bc
#d39ac6
#daabcf
#e2bbd9
#e9cce2
#f0ddec
#f7eef5
#ffffff

Shades of #be68aa color code

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

#be68aa
#a85c97
#935084
#7e4571
#69395e
#542e4b
#3f2238
#2a1725
#150b12
#000000

Tones

#be68aa
#a87e9e
#939393
#939393
#939393

Tones

Similar Color like #be68aa color

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

#bf69ab
#c06aac
#c16bad
#c26cae
#c36daf
#c46eb0
#c56fb1
#c670b2
#c771b3
#c872b4
#c973b5
#ca74b6
#cb75b7
#cc76b8
#bd67a9
#bc66a8
#bb65a7
#ba64a6
#b963a5
#b862a4
#b761a3
#b660a2
#b55fa1
#b45ea0
#b35d9f
#b25c9e
#b15b9d
#b05a9c

Download this Dark Violet

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

#be68aa Color Code Preview on Black Background Color

This is how #be68aa Color will look on black background color. Color contrast ratio is 5.75

#be68aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be68aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be68aa

#be68aa color code is use for CSS Background Color

Background color for the above div is #be68aa

HTML with inline CSS

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

#be68aa color code is use for CSS Border Color

CSS Border color for the above div is #be68aa

HTML with inline CSS

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

CSS Border Left color for the above div is #be68aa

HTML with inline CSS

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

CSS Border Right color for the above div is #be68aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be68aa

HTML with inline CSS

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

CSS Border Top color for the above div is #be68aa

HTML with inline CSS

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

#be68aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be68aa Color code Preview on White Background

This is how #be68aa Color code will look on white background color. Color contrast ratio is 3.65

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

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