Skip to main content Skip to docs navigation

#ba83cd 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 Pantone 2573 C and its hex is #B884CB Nearest Color Name

Color Hue/Base color: Violet

Hex #ba83cd Color code in RGB color code model is created after adding 72.94% red color, 51.37% green color and 80.39% blue color. Hex #ba83cd Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 36% magenta, 0% yellow and 19.61% black.

Hex #ba83cd color code is between #bb88cc web safe hex color code and #aa77dd web safe hex color code. #bb88cc is the nearest web safe color code. You can see here many more shades of #ba83cd color code.

RGB Chart

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

Color Table

Hex Color Code ba83cd #ba83cd
RGB Decimal 186, 131, 205 186, 131, 205
RGB Percent 73%, 51%, 80% rgb(73%, 51%, 80%)
CSS RGBa 186, 131, 205,1 rgba(186,131,205,1)
CMYK Model cmyk(9%,36%,0%,19.61%)
HSL Color Space 285,43% ,66% hsl(285,43% ,66%)
HSV Color Space 285°, 36%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111010 10000011 11001101
Octal 272 203 315
Decimal 186 131 205
Hex ba 83 cd

Different shades of #ba83cd color code.

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

Darkest of #ba83cd
#6e3582
Darker of #ba83cd
#8d43a7
Dark of #ba83cd
#a65fbe
Base of #ba83cd
#ba83cd
Light of #ba83cd
#cea7dc
Lighter
#e2ccea
Lightest
#f7f0f9

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

#ba83cd
#96cd83

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

Split Complementary

#ba83cd
#bbcd83
#83cd95

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

Analogous Color

#8f83cd
#9b83cd
#ba83cd
#cd83c7
#cd83a8

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

#ba83cd
#83cdba
#cdba83

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

#ba83cd
#cdba83
#96cd83
#8396cd

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

#ba83cd
#cd9583
#96cd83
#83bbcd

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

#50265e
#6e3582
#8d43a7
#a65fbe
#ba83cd
#cea7dc
#e2ccea
#f7f0f9
#ffffff

Tints of #ba83cd Color

#ba83cd
#c190d2
#c99ed8
#d1acdd
#d8bae3
#e0c7e8
#e8d5ee
#efe3f3
#f7f1f9
#ffffff

Shades of #ba83cd color code

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

#ba83cd
#a574b6
#90659f
#7c5788
#674871
#523a5b
#3e2b44
#291d2d
#140e16
#000000

Tones

#ba83cd
#b294bc
#a9a6aa
#a8a8a8
#a8a8a8

Tones

Similar Color like #ba83cd color

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

#bb84ce
#bc85cf
#bd86d0
#be87d1
#bf88d2
#c089d3
#c18ad4
#c28bd5
#c38cd6
#c48dd7
#c58ed8
#c68fd9
#c790da
#c891db
#b982cc
#b881cb
#b780ca
#b67fc9
#b57ec8
#b47dc7
#b37cc6
#b27bc5
#b17ac4
#b079c3
#af78c2
#ae77c1
#ad76c0
#ac75bf

Download this Dark Violet

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

#ba83cd Color Code Preview on Black Background Color

This is how #ba83cd Color will look on black background color. Color contrast ratio is 7.22

#ba83cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba83cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba83cd

#ba83cd color code is use for CSS Background Color

Background color for the above div is #ba83cd

HTML with inline CSS

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

#ba83cd color code is use for CSS Border Color

CSS Border color for the above div is #ba83cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ba83cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ba83cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba83cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ba83cd

HTML with inline CSS

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

#ba83cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba83cd Color code Preview on White Background

This is how #ba83cd Color code will look on white background color. Color contrast ratio is 2.91

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

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(186,131,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,205,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,131,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }