Skip to main content Skip to docs navigation

#ba63cd 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 Rich Lilac and its hex is #B666D2 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #ba63cd color code is between #bb66cc web safe hex color code and #aa55dd web safe hex color code. #bb66cc is the nearest web safe color code. You can see here many more shades of #ba63cd color code.

RGB Chart

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

Color Table

Hex Color Code ba63cd #ba63cd
RGB Decimal 186, 99, 205 186, 99, 205
RGB Percent 73%, 39%, 80% rgb(73%, 39%, 80%)
CSS RGBa 186, 99, 205,1 rgba(186,99,205,1)
CMYK Model cmyk(9%,52%,0%,19.61%)
HSL Color Space 289,51% ,60% hsl(289,51% ,60%)
HSV Color Space 289°, 52%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111010 01100011 11001101
Octal 272 143 315
Decimal 186 99 205
Hex ba 63 cd

Different shades of #ba63cd color code.

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

Darkest of #ba63cd
#642572
Darker of #ba63cd
#863199
Dark of #ba63cd
#a83dc0
Base of #ba63cd
#ba63cd
Light of #ba63cd
#cb8ad9
Lighter
#dcb0e6
Lightest
#edd7f2

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

#ba63cd
#76cd63

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

Split Complementary

#ba63cd
#abcd63
#63cd85

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

Analogous Color

#7c63cd
#8e63cd
#ba63cd
#cd63bd
#cd6390

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

#ba63cd
#63cdba
#cdba63

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

#ba63cd
#cdba63
#76cd63
#6376cd

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

#ba63cd
#cd8563
#76cd63
#63abcd

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

#43184c
#642572
#863199
#a83dc0
#ba63cd
#cb8ad9
#dcb0e6
#edd7f2
#fefdff

Tints of #ba63cd Color

#ba63cd
#c174d2
#c985d8
#d197dd
#d8a8e3
#e0b9e8
#e8cbee
#efdcf3
#f7edf9
#ffffff

Shades of #ba63cd color code

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

#ba63cd
#a558b6
#904d9f
#7c4288
#673771
#522c5b
#3e2144
#29162d
#140b16
#000000

Tones

#ba63cd
#ad78b8
#a08ca4
#989898
#989898

Tones

Similar Color like #ba63cd color

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

#bb64ce
#bc65cf
#bd66d0
#be67d1
#bf68d2
#c069d3
#c16ad4
#c26bd5
#c36cd6
#c46dd7
#c56ed8
#c66fd9
#c770da
#c871db
#b962cc
#b861cb
#b760ca
#b65fc9
#b55ec8
#b45dc7
#b35cc6
#b25bc5
#b15ac4
#b059c3
#af58c2
#ae57c1
#ad56c0
#ac55bf

Download this Dark Violet

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

#ba63cd Color Code Preview on Black Background Color

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

#ba63cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba63cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba63cd

#ba63cd color code is use for CSS Background Color

Background color for the above div is #ba63cd

HTML with inline CSS

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

#ba63cd color code is use for CSS Border Color

CSS Border color for the above div is #ba63cd

HTML with inline CSS

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

CSS Border Left color for the above div is #ba63cd

HTML with inline CSS

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

CSS Border Right color for the above div is #ba63cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba63cd

HTML with inline CSS

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

CSS Border Top color for the above div is #ba63cd

HTML with inline CSS

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

#ba63cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba63cd Color code Preview on White Background

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

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