Skip to main content Skip to docs navigation

#b320fd 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 Cool Purple and its hex is #AA23FF Nearest Color Name

Color Hue/Base color: Violet

Hex #b320fd Color code in RGB color code model is created after adding 70.2% red color, 12.55% green color and 99.22% blue color. Hex #b320fd Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 87% magenta, 0% yellow and 0.78% black.

Hex #b320fd color code is between #bb22ff web safe hex color code and #aa11ee web safe hex color code. #bb22ff is the nearest web safe color code. You can see here many more shades of #b320fd color code.

RGB Chart

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

Color Table

Hex Color Code b320fd #b320fd
RGB Decimal 179, 32, 253 179, 32, 253
RGB Percent 70%, 13%, 99% rgb(70%, 13%, 99%)
CSS RGBa 179, 32, 253,1 rgba(179,32,253,1)
CMYK Model cmyk(29%,87%,0%,0.78%)
HSL Color Space 280,98% ,56% hsl(280,98% ,56%)
HSV Color Space 280°, 87%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 00100000 11111101
Octal 263 40 375
Decimal 179 32 253
Hex b3 20 fd

Different shades of #b320fd color code.

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

Darkest of #b320fd
#570183
Darker of #b320fd
#7902b5
Dark of #b320fd
#9b02e8
Base of #b320fd
#b320fd
Light of #b320fd
#c453fd
Lighter
#d585fe
Lightest
#e7b8fe

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

#b320fd
#6afd20

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

Split Complementary

#b320fd
#d8fd20
#20fd44

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

Analogous Color

#3220fd
#5720fd
#b320fd
#fd20fd
#fd20a1

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

#b320fd
#20fdb3
#fdb320

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

#b320fd
#fdb320
#6afd20
#206afd

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

#b320fd
#fd4420
#6afd20
#20d8fd

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

#360150
#570183
#7902b5
#9b02e8
#b320fd
#c453fd
#d585fe
#e7b8fe
#f8eaff

Tints of #b320fd Color

#b320fd
#bb38fd
#c351fd
#cc6afd
#d483fd
#dd9bfe
#e5b4fe
#eecdfe
#f6e6fe
#ffffff

Shades of #b320fd color code

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

#b320fd
#9f1ce0
#8b18c4
#7715a8
#63118c
#4f0e70
#3b0a54
#270738
#13031c
#000000

Tones

#b320fd
#ac36e6
#a44dd0
#9d63b9
#957aa3

Tones

Similar Color like #b320fd color

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

#b421fe
#b522ff
#b623ff
#b724ff
#b825ff
#b926ff
#ba27ff
#bb28ff
#bc29ff
#bd2aff
#be2bff
#bf2cff
#c02dff
#c12eff
#b21ffc
#b11efb
#b01dfa
#af1cf9
#ae1bf8
#ad1af7
#ac19f6
#ab18f5
#aa17f4
#a916f3
#a815f2
#a714f1
#a613f0
#a512ef

Download this Dark Violet

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

#b320fd Color Code Preview on Black Background Color

This is how #b320fd Color will look on black background color. Color contrast ratio is 4.54

#b320fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b320fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b320fd

#b320fd color code is use for CSS Background Color

Background color for the above div is #b320fd

HTML with inline CSS

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

#b320fd color code is use for CSS Border Color

CSS Border color for the above div is #b320fd

HTML with inline CSS

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

CSS Border Left color for the above div is #b320fd

HTML with inline CSS

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

CSS Border Right color for the above div is #b320fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b320fd

HTML with inline CSS

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

CSS Border Top color for the above div is #b320fd

HTML with inline CSS

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

#b320fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b320fd Color code Preview on White Background

This is how #b320fd Color code will look on white background color. Color contrast ratio is 4.62

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

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