crispedge.com

Color picker

Loading...

#be73eb hex color - Violet - Warm color - Information

#be73eb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #be73eb Color code in RGB color code model is created after adding 74.51% red color, 45.1% green color and 92.16% blue color. Hex #be73eb Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 51% magenta, 0% yellow and 8% black.

Hex #be73eb color code is between #bb77ee web safe hex color code and #cc66dd web safe hex color code. #bb77ee is the nearest web safe color code. You can see here many more shades of #be73eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe73eb#be73eb
RGB Decimal190, 115, 235rgb(190, 115, 235)
RGB Percent75%, 45%, 92%rgb(75%, 45%, 92%)
CSS RGBa190, 115, 235,1rgba(190,115,235,1)
CMYK Modelcmyk(19%,51%,0%,8%)
HSL Color Space278,75% ,69%hsl(278,75% ,69%)
HSV Color Space278°, 51%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100111001111101011
Octal276163353
Decimal190115235
Hexbe73eb

Different shades of #be73eb color code.

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

Light Shade of #be73eb
#d3a0f1
Dark Shade of #be73eb
#a946e5
Saturated Shade of #be73eb
#c06bf3
Desaturated Shade of #be73eb
#bc7be3
Grey scale Shade of #be73eb
#afafaf
Brighten Shade
#d78cff
Most Readable Shade
#000000

Shades of #be73eb color code

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

#be73eb
#a866d0
#9359b6
#7e4c9c
#693f82
#543368
#3f264e
#2a1934
#150c1a
#000000

Similar Color like #be73eb color

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

#bf74ec
#c075ed
#c176ee
#c277ef
#c378f0
#c479f1
#c57af2
#c67bf3
#c77cf4
#c87df5
#c97ef6
#ca7ff7
#cb80f8
#cc81f9
#bd72ea
#bc71e9
#bb70e8
#ba6fe7
#b96ee6
#b86de5
#b76ce4
#b66be3
#b56ae2
#b469e1
#b368e0
#b267df
#b166de
#b065dd

Monochromatic Color with #be73eb

#be73eb
#120b16
#352041
#57356b
#794996
#9c5ec0

Tints of #be73eb Color

#be73eb
#c582ed
#cc92ef
#d3a1f1
#dab1f3
#e2c0f6
#e9d0f8
#f0dffa
#f7effc
#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

#be73eb
#a0eb73

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

Split Complementary

#be73eb
#dceb73
#73eb82

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

Analogous Color

#8e73eb
#a673eb
#be73eb
#d673eb
#eb73e8

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

#be73eb
#ebbe73
#73ebbe

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

#be73eb
#eb8273
#a0eb73
#73dceb

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

#be73eb
#a0eb73
#73eb82
#eb73dc

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 #be73eb 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.

#be73eb Color Code Preview on Black Background Color

This is how #be73eb Color will look on black background color. Color contrast ratio is 6.84

#be73eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be73eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be73eb

#be73eb color code is use for CSS Background Color

Background color for the above div is #be73eb

HTML with inline CSS

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

#be73eb color code is use for CSS Border Color

CSS Border color for the above div is #be73eb

HTML with inline CSS

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

CSS Border Left color for the above div is #be73eb

HTML with inline CSS

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

CSS Border Right color for the above div is #be73eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be73eb

HTML with inline CSS

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

CSS Border Top color for the above div is #be73eb

HTML with inline CSS

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

#be73eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be73eb Color code Preview on White Background

This is how #be73eb Color code will look on white background color. Color contrast ratio is 3.07

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

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(190,115,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,235,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,115,235,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.