crispedge.com

#b97ee1 hex color - Violet - Warm color - Information

#b97ee1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b97ee1 Color code in RGB color code model is created after adding 72.55% red color, 49.41% green color and 88.24% blue color. Hex #b97ee1 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 44% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb97ee1#b97ee1
RGB Decimal185, 126, 225rgb(185, 126, 225)
RGB Percent73%, 49%, 88%rgb(73%, 49%, 88%)
CSS RGBa185, 126, 225,1rgba(185,126,225,1)
CMYK Modelcmyk(18%,44%,0%,12%)
HSL Color Space276,62% ,69%hsl(276,62% ,69%)
HSV Color Space276°, 44%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110010111111011100001
Octal271176341
Decimal185126225
Hexb97ee1

Different shades of #b97ee1 color code.

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

Light Shade of #b97ee1
#cfa7eb
Dark Shade of #b97ee1
#a355d7
Saturated Shade of #b97ee1
#bb76e9
Desaturated Shade of #b97ee1
#b786d9
Grey scale Shade of #b97ee1
#afafaf
Brighten Shade
#d297fa
Most Readable Shade
#000000

Shades of #b97ee1 color code

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

#b97ee1
#a470c8
#8f62af
#7b5496
#66467d
#523864
#3d2a4b
#291c32
#140e19
#000000

Similar Color like #b97ee1 color

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

#ba7fe2
#bb80e3
#bc81e4
#bd82e5
#be83e6
#bf84e7
#c085e8
#c186e9
#c287ea
#c388eb
#c489ec
#c58aed
#c68bee
#c78cef
#b87de0
#b77cdf
#b67bde
#b57add
#b479dc
#b378db
#b277da
#b176d9
#b075d8
#af74d7
#ae73d6
#ad72d5
#ac71d4
#ab70d3

Monochromatic Color with #b97ee1

#b97ee1
#0a070c
#2d1f37
#503761
#734e8c
#9666b6

Tints of #b97ee1 Color

#b97ee1
#c08ce4
#c89ae7
#d0a9eb
#d8b7ee
#dfc5f1
#e7d4f5
#efe2f8
#f7f0fb
#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

#b97ee1
#a6e17e

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

Split Complementary

#b97ee1
#d8e17e
#7ee188

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

Analogous Color

#917ee1
#a57ee1
#b97ee1
#cd7ee1
#e17ee1

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

#b97ee1
#e1b97e
#7ee1b9

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

#b97ee1
#e1877e
#a6e17e
#7ed7e1

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

#b97ee1
#a6e17e
#7ee188
#e17ed8

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

#b97ee1 Color Code Preview on Black Background Color

This is how #b97ee1 Color will look on black background color. Color contrast ratio is 7.13

#b97ee1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b97ee1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b97ee1

#b97ee1 color code is use for CSS Background Color

Background color for the above div is #b97ee1

HTML with inline CSS

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

#b97ee1 color code is use for CSS Border Color

CSS Border color for the above div is #b97ee1

HTML with inline CSS

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

CSS Border Left color for the above div is #b97ee1

HTML with inline CSS

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

CSS Border Right color for the above div is #b97ee1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b97ee1

HTML with inline CSS

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

CSS Border Top color for the above div is #b97ee1

HTML with inline CSS

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

#b97ee1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b97ee1 Color code Preview on White Background

This is how #b97ee1 Color code will look on white background color. Color contrast ratio is 2.94

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

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(185,126,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,225,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(185,126,225,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.

< /html>