crispedge.com

Color picker

Loading...

#b771ee hex color - Blue - Warm color - Information

#b771ee hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b771ee Color code in RGB color code model is created after adding 71.76% red color, 44.31% green color and 93.33% blue color. Hex #b771ee Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 53% magenta, 0% yellow and 7% black.

Hex #b771ee color code is between #bb77dd web safe hex color code and #aa66ff web safe hex color code. #bb77dd is the nearest web safe color code. You can see here many more shades of #b771ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb771ee#b771ee
RGB Decimal183, 113, 238rgb(183, 113, 238)
RGB Percent72%, 44%, 93%rgb(72%, 44%, 93%)
CSS RGBa183, 113, 238,1rgba(183,113,238,1)
CMYK Modelcmyk(23%,53%,0%,7%)
HSL Color Space274,79% ,69%hsl(274,79% ,69%)
HSV Color Space274°, 53%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110111000111101110
Octal267161356
Decimal183113238
Hexb771ee

Different shades of #b771ee color code.

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

Light Shade of #b771ee
#ce9ff3
Dark Shade of #b771ee
#a043e9
Saturated Shade of #b771ee
#b869f6
Desaturated Shade of #b771ee
#b679e6
Grey scale Shade of #b771ee
#afafaf
Brighten Shade
#d08aff
Most Readable Shade
#000000

Shades of #b771ee color code

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

#b771ee
#a264d3
#8e57b9
#7a4b9e
#653e84
#513269
#3d254f
#281934
#140c1a
#000000

Similar Color like #b771ee color

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

#b872ef
#b973f0
#ba74f1
#bb75f2
#bc76f3
#bd77f4
#be78f5
#bf79f6
#c07af7
#c17bf8
#c27cf9
#c37dfa
#c47efb
#c57ffc
#b670ed
#b56fec
#b46eeb
#b36dea
#b26ce9
#b16be8
#b06ae7
#af69e6
#ae68e5
#ad67e4
#ac66e3
#ab65e2
#aa64e1
#a963e0

Monochromatic Color with #b771ee

#b771ee
#140c1a
#342044
#55346e
#764999
#965dc3

Tints of #b771ee Color

#b771ee
#bf80ef
#c790f1
#cfa0f3
#d7b0f5
#dfbff7
#e7cff9
#efdffb
#f7effd
#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

#b771ee
#a8ee71

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

Split Complementary

#b771ee
#e6ee71
#71ee79

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

Analogous Color

#8571ee
#9e71ee
#b771ee
#d071ee
#e971ee

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

#b771ee
#eeb771
#71eeb7

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

#b771ee
#ee7871
#a8ee71
#71e6ee

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

#b771ee
#a8ee71
#71ee79
#ee71e6

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

#b771ee Color Code Preview on Black Background Color

This is how #b771ee Color will look on black background color. Color contrast ratio is 6.61

#b771ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b771ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b771ee

#b771ee color code is use for CSS Background Color

Background color for the above div is #b771ee

HTML with inline CSS

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

#b771ee color code is use for CSS Border Color

CSS Border color for the above div is #b771ee

HTML with inline CSS

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

CSS Border Left color for the above div is #b771ee

HTML with inline CSS

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

CSS Border Right color for the above div is #b771ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b771ee

HTML with inline CSS

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

CSS Border Top color for the above div is #b771ee

HTML with inline CSS

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

#b771ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b771ee Color code Preview on White Background

This is how #b771ee Color code will look on white background color. Color contrast ratio is 3.18

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

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(183,113,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,238,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,113,238,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.