Skip to main content Skip to docs navigation

#bb20cd 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 Telemagenta and its hex is #AA22CC Nearest Color Name

Color Hue/Base color: Violet

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

Hex #bb20cd color code is between #aa22cc web safe hex color code and #cc11dd web safe hex color code. #aa22cc is the nearest web safe color code. You can see here many more shades of #bb20cd color code.

RGB Chart

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

Color Table

Hex Color Code bb20cd #bb20cd
RGB Decimal 187, 32, 205 187, 32, 205
RGB Percent 73%, 13%, 80% rgb(73%, 13%, 80%)
CSS RGBa 187, 32, 205,1 rgba(187,32,205,1)
CMYK Model cmyk(9%,84%,0%,19.61%)
HSL Color Space 294,73% ,46% hsl(294,73% ,46%)
HSV Color Space 294°, 84%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111011 00100000 11001101
Octal 273 40 315
Decimal 187 32 205
Hex bb 20 cd

Different shades of #bb20cd color code.

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

Darkest of #bb20cd
#420b49
Darker of #bb20cd
#6b1275
Dark of #bb20cd
#9319a1
Base of #bb20cd
#bb20cd
Light of #bb20cd
#d03fe1
Lighter
#db6be8
Lightest
#e697ef

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

#bb20cd
#32cd20

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

Split Complementary

#bb20cd
#88cd20
#20cd65

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

Analogous Color

#5620cd
#7320cd
#bb20cd
#cd20a5
#cd205d

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

#bb20cd
#20cdbb
#cdbb20

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

#bb20cd
#cdbb20
#32cd20
#2032cd

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

#bb20cd
#cd6520
#32cd20
#2088cd

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

#1a041d
#420b49
#6b1275
#9319a1
#bb20cd
#d03fe1
#db6be8
#e697ef
#f0c3f6

Tints of #bb20cd Color

#bb20cd
#c238d2
#ca51d8
#d16add
#d983e3
#e09be8
#e8b4ee
#efcdf3
#f7e6f9
#ffffff

Shades of #bb20cd color code

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

#bb20cd
#a61cb6
#91189f
#7c1588
#671171
#530e5b
#3e0a44
#29072d
#140316
#000000

Tones

#bb20cd
#a838b5
#954f9e
#836786
#767676

Tones

Similar Color like #bb20cd color

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

#bc21ce
#bd22cf
#be23d0
#bf24d1
#c025d2
#c126d3
#c227d4
#c328d5
#c429d6
#c52ad7
#c62bd8
#c72cd9
#c82dda
#c92edb
#ba1fcc
#b91ecb
#b81dca
#b71cc9
#b61bc8
#b51ac7
#b419c6
#b318c5
#b217c4
#b116c3
#b015c2
#af14c1
#ae13c0
#ad12bf

Download this Dark Violet

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

#bb20cd Color Code Preview on Black Background Color

This is how #bb20cd Color will look on black background color. Color contrast ratio is 4.20

#bb20cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb20cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb20cd

#bb20cd color code is use for CSS Background Color

Background color for the above div is #bb20cd

HTML with inline CSS

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

#bb20cd color code is use for CSS Border Color

CSS Border color for the above div is #bb20cd

HTML with inline CSS

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

CSS Border Left color for the above div is #bb20cd

HTML with inline CSS

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

CSS Border Right color for the above div is #bb20cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb20cd

HTML with inline CSS

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

CSS Border Top color for the above div is #bb20cd

HTML with inline CSS

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

#bb20cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb20cd Color code Preview on White Background

This is how #bb20cd Color code will look on white background color. Color contrast ratio is 5.00

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

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