crispedge.com

Color picker

Loading...

#b820ea hex color - Violet - Warm color - Information

#b820ea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b820ea Color code in RGB color code model is created after adding 72.16% red color, 12.55% green color and 91.76% blue color. Hex #b820ea Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 86% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb820ea#b820ea
RGB Decimal184, 32, 234rgb(184, 32, 234)
RGB Percent72%, 13%, 92%rgb(72%, 13%, 92%)
CSS RGBa184, 32, 234,1rgba(184,32,234,1)
CMYK Modelcmyk(21%,86%,0%,8%)
HSL Color Space285,83% ,52%hsl(285,83% ,52%)
HSV Color Space285°, 86%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110000010000011101010
Octal27040352
Decimal18432234
Hexb820ea

Different shades of #b820ea color code.

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

Light Shade of #b820ea
#c74fee
Dark Shade of #b820ea
#9813c4
Saturated Shade of #b820ea
#be14f6
Desaturated Shade of #b820ea
#b22cde
Grey scale Shade of #b820ea
#858585
Brighten Shade
#d139ff
Most Readable Shade
#FFFFFF

Shades of #b820ea color code

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

#b820ea
#a31cd0
#8f18b6
#7a159c
#661182
#510e68
#3d0a4e
#280734
#14031a
#000000

Similar Color like #b820ea color

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

#b921eb
#ba22ec
#bb23ed
#bc24ee
#bd25ef
#be26f0
#bf27f1
#c028f2
#c129f3
#c22af4
#c32bf5
#c42cf6
#c52df7
#c62ef8
#b71fe9
#b61ee8
#b51de7
#b41ce6
#b31be5
#b21ae4
#b119e3
#b018e2
#af17e1
#ae16e0
#ad15df
#ac14de
#ab13dd
#aa12dc

Monochromatic Color with #b820ea

#b820ea
#110315
#320940
#540f6a
#751495
#971abf

Tints of #b820ea Color

#b820ea
#bf38ec
#c751ee
#cf6af1
#d783f3
#df9bf5
#e7b4f8
#efcdfa
#f7e6fc
#ffffff

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

#b820ea
#52ea20

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

Split Complementary

#b820ea
#b7ea20
#20ea53

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

Analogous Color

#6720ea
#9020ea
#b820ea
#e020ea
#ea20cb

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

#b820ea
#eab820
#20eab8

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

#b820ea
#ea5320
#52ea20
#20b7ea

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b820ea
#52ea20
#20ea53
#ea20b7

Double Complementary 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).

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

#b820ea Color Code Preview on Black Background Color

This is how #b820ea Color will look on black background color. Color contrast ratio is 4.43

#b820ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b820ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b820ea

#b820ea color code is use for CSS Background Color

Background color for the above div is #b820ea

HTML with inline CSS

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

#b820ea color code is use for CSS Border Color

CSS Border color for the above div is #b820ea

HTML with inline CSS

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

CSS Border Left color for the above div is #b820ea

HTML with inline CSS

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

CSS Border Right color for the above div is #b820ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b820ea

HTML with inline CSS

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

CSS Border Top color for the above div is #b820ea

HTML with inline CSS

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

#b820ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b820ea Color code Preview on White Background

This is how #b820ea Color code will look on white background color. Color contrast ratio is 4.74

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(184,32,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,234,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,32,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.