Skip to main content Skip to docs navigation

#b320fc 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 #b320fc Color code in RGB color code model is created after adding 70.2% red color, 12.55% green color and 98.82% blue color. Hex #b320fc Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 87% magenta, 0% yellow and 1.18% black.

Hex #b320fc 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 #b320fc color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 10110011 00100000 11111100
Octal 263 40 374
Decimal 179 32 252
Hex b3 20 fc

Different shades of #b320fc color code.

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

Darkest of #b320fc
#570281
Darker of #b320fc
#7902b4
Dark of #b320fc
#9b03e6
Base of #b320fc
#b320fc
Light of #b320fc
#c452fd
Lighter
#d585fd
Lightest
#e6b7fe

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

#b320fc
#69fc20

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

Split Complementary

#b320fc
#d7fc20
#20fc45

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

Analogous Color

#3320fc
#5720fc
#b320fc
#fc20fc
#fc20a0

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

#b320fc
#20fcb3
#fcb320

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

#b320fc
#fcb320
#69fc20
#2069fc

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

#b320fc
#fc4520
#69fc20
#20d7fc

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

#35014f
#570281
#7902b4
#9b03e6
#b320fc
#c452fd
#d585fd
#e6b7fe
#f8e9ff

Tints of #b320fc Color

#b320fc
#bb38fc
#c351fc
#cc6afd
#d483fd
#dd9bfd
#e5b4fe
#eecdfe
#f6e6fe
#ffffff

Shades of #b320fc color code

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

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

Tones

#b320fc
#ab37e5
#a44dcf
#9c64b8
#957aa2

Tones

Similar Color like #b320fc color

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

#b421fd
#b522fe
#b623ff
#b724ff
#b825ff
#b926ff
#ba27ff
#bb28ff
#bc29ff
#bd2aff
#be2bff
#bf2cff
#c02dff
#c12eff
#b21ffb
#b11efa
#b01df9
#af1cf8
#ae1bf7
#ad1af6
#ac19f5
#ab18f4
#aa17f3
#a916f2
#a815f1
#a714f0
#a613ef
#a512ee

Download this Dark Violet

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

#b320fc Color Code Preview on Black Background Color

This is how #b320fc Color will look on black background color. Color contrast ratio is 4.53

#b320fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b320fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b320fc

#b320fc color code is use for CSS Background Color

Background color for the above div is #b320fc

HTML with inline CSS

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

#b320fc color code is use for CSS Border Color

CSS Border color for the above div is #b320fc

HTML with inline CSS

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

CSS Border Left color for the above div is #b320fc

HTML with inline CSS

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

CSS Border Right color for the above div is #b320fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b320fc

HTML with inline CSS

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

CSS Border Top color for the above div is #b320fc

HTML with inline CSS

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

#b320fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b320fc Color code Preview on White Background

This is how #b320fc Color code will look on white background color. Color contrast ratio is 4.64

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

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