crispedge.com

Color picker

Loading...

#be71fe hex color - Violet - Warm color - Information

#be71fe hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #be71fe Color code in RGB color code model is created after adding 74.51% red color, 44.31% green color and 99.61% blue color. Hex #be71fe Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 56% magenta, 0% yellow and 0% black.

Hex #be71fe color code is between #bb77ff web safe hex color code and #cc66ee web safe hex color code. #bb77ff is the nearest web safe color code. You can see here many more shades of #be71fe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe71fe#be71fe
RGB Decimal190, 113, 254rgb(190, 113, 254)
RGB Percent75%, 44%, 100%rgb(75%, 44%, 100%)
CSS RGBa190, 113, 254,1rgba(190,113,254,1)
CMYK Modelcmyk(25%,56%,0%,0%)
HSL Color Space273,99% ,72%hsl(273,99% ,72%)
HSV Color Space273°, 56%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100111000111111110
Octal276161376
Decimal190113254
Hexbe71fe

Different shades of #be71fe color code.

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

Light Shade of #be71fe
#d5a4fe
Dark Shade of #be71fe
#a73efe
Saturated Shade of #be71fe
#be70ff
Desaturated Shade of #be71fe
#bd78f7
Grey scale Shade of #be71fe
#b7b7b7
Brighten Shade
#d78aff
Most Readable Shade
#000000

Shades of #be71fe color code

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

#be71fe
#a864e1
#9357c5
#7e4ba9
#693e8d
#543270
#3f2554
#2a1938
#150c1c
#000000

Similar Color like #be71fe color

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

#bf72ff
#c073ff
#c174ff
#c275ff
#c376ff
#c477ff
#c578ff
#c679ff
#c77aff
#c87bff
#c97cff
#ca7dff
#cb7eff
#cc7fff
#bd70fd
#bc6ffc
#bb6efb
#ba6dfa
#b96cf9
#b86bf8
#b76af7
#b669f6
#b568f5
#b467f4
#b366f3
#b265f2
#b164f1
#b063f0

Monochromatic Color with #be71fe

#be71fe
#1f1229
#3f2554
#5f387e
#7e4ba9
#9e5ed3

Tints of #be71fe Color

#be71fe
#c580fe
#cc90fe
#d3a0fe
#dab0fe
#e2bffe
#e9cffe
#f0dffe
#f7effe
#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

#be71fe
#b1fe71

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

Split Complementary

#be71fe
#f8fe71
#71fe77

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

Analogous Color

#8671fe
#a271fe
#be71fe
#da71fe
#f671fe

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

#be71fe
#febe71
#71febe

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

#be71fe
#fe7771
#b1fe71
#71f7fe

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

#be71fe
#b1fe71
#71fe77
#fe71f8

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

#be71fe Color Code Preview on Black Background Color

This is how #be71fe Color will look on black background color. Color contrast ratio is 6.98

#be71fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be71fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be71fe

#be71fe color code is use for CSS Background Color

Background color for the above div is #be71fe

HTML with inline CSS

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

#be71fe color code is use for CSS Border Color

CSS Border color for the above div is #be71fe

HTML with inline CSS

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

CSS Border Left color for the above div is #be71fe

HTML with inline CSS

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

CSS Border Right color for the above div is #be71fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be71fe

HTML with inline CSS

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

CSS Border Top color for the above div is #be71fe

HTML with inline CSS

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

#be71fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be71fe Color code Preview on White Background

This is how #be71fe Color code will look on white background color. Color contrast ratio is 3.01

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

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,113,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,254,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,113,254,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.