Skip to main content Skip to docs navigation

#b629cd 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 #b629cd Color code in RGB color code model is created after adding 71.37% red color, 16.08% green color and 80.39% blue color. Hex #b629cd Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 80% magenta, 0% yellow and 19.61% black.

Hex #b629cd color code is between #bb22cc web safe hex color code and #aa33dd web safe hex color code. #bb22cc is the nearest web safe color code. You can see here many more shades of #b629cd color code.

RGB Chart

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

Color Table

Hex Color Code b629cd #b629cd
RGB Decimal 182, 41, 205 182, 41, 205
RGB Percent 71%, 16%, 80% rgb(71%, 16%, 80%)
CSS RGBa 182, 41, 205,1 rgba(182,41,205,1)
CMYK Model cmyk(11%,80%,0%,19.61%)
HSL Color Space 292,67% ,48% hsl(292,67% ,48%)
HSV Color Space 292°, 80%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110110 00101001 11001101
Octal 266 51 315
Decimal 182 41 205
Hex b6 29 cd

Different shades of #b629cd color code.

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

Darkest of #b629cd
#45104e
Darker of #b629cd
#6b1878
Dark of #b629cd
#9021a3
Base of #b629cd
#b629cd
Light of #b629cd
#c84edc
Lighter
#d578e4
Lightest
#e2a3ed

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

#b629cd
#40cd29

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

Split Complementary

#b629cd
#92cd29
#29cd64

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

Analogous Color

#5629cd
#7229cd
#b629cd
#cd29ad
#cd2969

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

#b629cd
#29cdb6
#cdb629

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

#b629cd
#cdb629
#40cd29
#2940cd

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

#b629cd
#cd6429
#40cd29
#2992cd

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

#1f0723
#45104e
#6b1878
#9021a3
#b629cd
#c84edc
#d578e4
#e2a3ed
#efcdf5

Tints of #b629cd Color

#b629cd
#be40d2
#c658d8
#ce70dd
#d688e3
#de9fe8
#e6b7ee
#eecff3
#f6e7f9
#ffffff

Shades of #b629cd color code

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

#b629cd
#a124b6
#8d1f9f
#791b88
#651671
#50125b
#3c0d44
#28092d
#140416
#000000

Tones

#b629cd
#a442b4
#935a9c
#817383
#7b7b7b

Tones

Similar Color like #b629cd color

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

#b72ace
#b82bcf
#b92cd0
#ba2dd1
#bb2ed2
#bc2fd3
#bd30d4
#be31d5
#bf32d6
#c033d7
#c134d8
#c235d9
#c336da
#c437db
#b528cc
#b427cb
#b326ca
#b225c9
#b124c8
#b023c7
#af22c6
#ae21c5
#ad20c4
#ac1fc3
#ab1ec2
#aa1dc1
#a91cc0
#a81bbf

Download this Dark Violet

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

#b629cd Color Code Preview on Black Background Color

This is how #b629cd Color will look on black background color. Color contrast ratio is 4.19

#b629cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b629cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b629cd

#b629cd color code is use for CSS Background Color

Background color for the above div is #b629cd

HTML with inline CSS

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

#b629cd color code is use for CSS Border Color

CSS Border color for the above div is #b629cd

HTML with inline CSS

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

CSS Border Left color for the above div is #b629cd

HTML with inline CSS

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

CSS Border Right color for the above div is #b629cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b629cd

HTML with inline CSS

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

CSS Border Top color for the above div is #b629cd

HTML with inline CSS

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

#b629cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b629cd Color code Preview on White Background

This is how #b629cd Color code will look on white background color. Color contrast ratio is 5.01

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

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