Skip to main content Skip to docs navigation

#b321ef 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 Singapore Orchid and its hex is #A020F0 Nearest Color Name

Color Hue/Base color: Violet

Hex #b321ef Color code in RGB color code model is created after adding 70.2% red color, 12.94% green color and 93.73% blue color. Hex #b321ef Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 86% magenta, 0% yellow and 6.27% black.

Hex #b321ef color code is between #bb22ee web safe hex color code and #aa11ff web safe hex color code. #bb22ee is the nearest web safe color code. You can see here many more shades of #b321ef color code.

RGB Chart

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

Color Table

Hex Color Code b321ef #b321ef
RGB Decimal 179, 33, 239 179, 33, 239
RGB Percent 70%, 13%, 94% rgb(70%, 13%, 94%)
CSS RGBa 179, 33, 239,1 rgba(179,33,239,1)
CMYK Model cmyk(25%,86%,0%,6.27%)
HSL Color Space 283,87% ,53% hsl(283,87% ,53%)
HSV Color Space 283°, 86%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 00100001 11101111
Octal 263 41 357
Decimal 179 33 239
Hex b3 21 ef

Different shades of #b321ef color code.

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

Darkest of #b321ef
#51086f
Darker of #b321ef
#740b9f
Dark of #b321ef
#960fce
Base of #b321ef
#b321ef
Light of #b321ef
#c351f2
Lighter
#d480f6
Lightest
#e4b0f9

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

#b321ef
#5def21

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

Split Complementary

#b321ef
#c4ef21
#21ef4c

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

Analogous Color

#3b21ef
#5d21ef
#b321ef
#ef21e6
#ef2191

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

#b321ef
#21efb3
#efb321

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

#b321ef
#efb321
#5def21
#215def

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

#b321ef
#ef4c21
#5def21
#21c4ef

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

#2e053f
#51086f
#740b9f
#960fce
#b321ef
#c351f2
#d480f6
#e4b0f9
#f4dffd

Tints of #b321ef Color

#b321ef
#bb39f0
#c352f2
#cc6bf4
#d483f6
#dd9cf7
#e5b5f9
#eecdfb
#f6e6fd
#ffffff

Shades of #b321ef color code

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

#b321ef
#9f1dd4
#8b19b9
#77169f
#631284
#4f0e6a
#3b0b4f
#270735
#13031a
#000000

Tones

#b321ef
#a939d7
#9f51bf
#9568a8
#8b8090

Tones

Similar Color like #b321ef color

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

#b422f0
#b523f1
#b624f2
#b725f3
#b826f4
#b927f5
#ba28f6
#bb29f7
#bc2af8
#bd2bf9
#be2cfa
#bf2dfb
#c02efc
#c12ffd
#b220ee
#b11fed
#b01eec
#af1deb
#ae1cea
#ad1be9
#ac1ae8
#ab19e7
#aa18e6
#a917e5
#a816e4
#a715e3
#a614e2
#a513e1

Download this Dark Violet

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

#b321ef Color Code Preview on Black Background Color

This is how #b321ef Color will look on black background color. Color contrast ratio is 4.38

#b321ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b321ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b321ef

#b321ef color code is use for CSS Background Color

Background color for the above div is #b321ef

HTML with inline CSS

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

#b321ef color code is use for CSS Border Color

CSS Border color for the above div is #b321ef

HTML with inline CSS

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

CSS Border Left color for the above div is #b321ef

HTML with inline CSS

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

CSS Border Right color for the above div is #b321ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b321ef

HTML with inline CSS

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

CSS Border Top color for the above div is #b321ef

HTML with inline CSS

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

#b321ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b321ef Color code Preview on White Background

This is how #b321ef Color code will look on white background color. Color contrast ratio is 4.79

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

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