crispedge.com

Color picker

Loading...

#b17eb5 hex color - Violet - Warm color - Information

#b17eb5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b17eb5 Color code in RGB color code model is created after adding 69.41% red color, 49.41% green color and 70.98% blue color. Hex #b17eb5 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 30% magenta, 0% yellow and 29% black.

Hex #b17eb5 color code is between #aa77bb web safe hex color code and #bb88aa web safe hex color code. #aa77bb is the nearest web safe color code. You can see here many more shades of #b17eb5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb17eb5#b17eb5
RGB Decimal177, 126, 181rgb(177, 126, 181)
RGB Percent69%, 49%, 71%rgb(69%, 49%, 71%)
CSS RGBa177, 126, 181,1rgba(177,126,181,1)
CMYK Modelcmyk(2%,30%,0%,29%)
HSL Color Space296,27% ,60%hsl(296,27% ,60%)
HSV Color Space296°, 30%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010111111010110101
Octal261176265
Decimal177126181
Hexb17eb5

Different shades of #b17eb5 color code.

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

Light Shade of #b17eb5
#c59ec8
Dark Shade of #b17eb5
#9d5ea2
Saturated Shade of #b17eb5
#ba74bf
Desaturated Shade of #b17eb5
#a888ab
Grey scale Shade of #b17eb5
#999999
Brighten Shade
#ca97ce
Most Readable Shade
#000000

Shades of #b17eb5 color code

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

#b17eb5
#9d70a0
#89628c
#765478
#624664
#4e3850
#3b2a3c
#271c28
#130e14
#000000

Similar Color like #b17eb5 color

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

#b27fb6
#b380b7
#b481b8
#b582b9
#b683ba
#b784bb
#b885bc
#b986bd
#ba87be
#bb88bf
#bc89c0
#bd8ac1
#be8bc2
#bf8cc3
#b07db4
#af7cb3
#ae7bb2
#ad7ab1
#ac79b0
#ab78af
#aa77ae
#a976ad
#a875ac
#a774ab
#a673aa
#a572a9
#a471a8
#a370a7

Monochromatic Color with #b17eb5

#b17eb5
#db9cdf
#0b080b
#342535
#5e4360
#87608a

Tints of #b17eb5 Color

#b17eb5
#b98cbd
#c29ac5
#cba9cd
#d3b7d5
#dcc5de
#e5d4e6
#ede2ee
#f6f0f6
#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

#b17eb5
#82b57e

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

Split Complementary

#b17eb5
#9eb57e
#7eb596

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

Analogous Color

#9b7eb5
#a67eb5
#b17eb5
#b57eae
#b57ea3

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

#b17eb5
#b5b17e
#7eb5b1

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

#b17eb5
#b5957e
#82b57e
#7e9db5

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

#b17eb5
#82b57e
#7eb596
#b57e9e

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

#b17eb5 Color Code Preview on Black Background Color

This is how #b17eb5 Color will look on black background color. Color contrast ratio is 6.52

#b17eb5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b17eb5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b17eb5

#b17eb5 color code is use for CSS Background Color

Background color for the above div is #b17eb5

HTML with inline CSS

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

#b17eb5 color code is use for CSS Border Color

CSS Border color for the above div is #b17eb5

HTML with inline CSS

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

CSS Border Left color for the above div is #b17eb5

HTML with inline CSS

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

CSS Border Right color for the above div is #b17eb5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b17eb5

HTML with inline CSS

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

CSS Border Top color for the above div is #b17eb5

HTML with inline CSS

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

#b17eb5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b17eb5 Color code Preview on White Background

This is how #b17eb5 Color code will look on white background color. Color contrast ratio is 3.22

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

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(177,126,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,181,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,126,181,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.