crispedge.com

Color picker

Loading...

#b494be hex color - Violet - Warm color - Information

#b494be hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b494be Color code in RGB color code model is created after adding 70.59% red color, 58.04% green color and 74.51% blue color. Hex #b494be Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 22% magenta, 0% yellow and 25% black.

Hex #b494be color code is between #bb99bb web safe hex color code and #aa88cc web safe hex color code. #bb99bb is the nearest web safe color code. You can see here many more shades of #b494be color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb494be#b494be
RGB Decimal180, 148, 190rgb(180, 148, 190)
RGB Percent71%, 58%, 75%rgb(71%, 58%, 75%)
CSS RGBa180, 148, 190,1rgba(180,148,190,1)
CMYK Modelcmyk(5%,22%,0%,25%)
HSL Color Space286,24% ,66%hsl(286,24% ,66%)
HSV Color Space286°, 22%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101001001010010111110
Octal264224276
Decimal180148190
Hexb494be

Different shades of #b494be color code.

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

Light Shade of #b494be
#cab4d1
Dark Shade of #b494be
#9e74ab
Saturated Shade of #b494be
#b88bc7
Desaturated Shade of #b494be
#af9db5
Grey scale Shade of #b494be
#a9a9a9
Brighten Shade
#cdadd7
Most Readable Shade
#000000

Shades of #b494be color code

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

#b494be
#a083a8
#8c7393
#78627e
#645269
#504154
#3c313f
#28202a
#141015
#000000

Similar Color like #b494be color

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

#b595bf
#b696c0
#b797c1
#b898c2
#b999c3
#ba9ac4
#bb9bc5
#bc9cc6
#bd9dc7
#be9ec8
#bf9fc9
#c0a0ca
#c1a1cb
#c2a2cc
#b393bd
#b292bc
#b191bb
#b090ba
#af8fb9
#ae8eb8
#ad8db7
#ac8cb6
#ab8bb5
#aa8ab4
#a989b3
#a888b2
#a787b1
#a686b0

Monochromatic Color with #b494be

#b494be
#dcb5e8
#131014
#3b313e
#635269
#8c7393

Tints of #b494be Color

#b494be
#bc9fc5
#c4abcc
#cdb7d3
#d5c3da
#ddcfe2
#e6dbe9
#eee7f0
#f6f3f7
#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

#b494be
#9ebe94

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

Split Complementary

#b494be
#b3be94
#94be9f

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

Analogous Color

#a394be
#ac94be
#b494be
#bc94be
#be94b7

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

#b494be
#beb494
#94beb4

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

#b494be
#be9f94
#9ebe94
#94b3be

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

#b494be
#9ebe94
#94be9f
#be94b3

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

#b494be Color Code Preview on Black Background Color

This is how #b494be Color will look on black background color. Color contrast ratio is 7.92

#b494be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b494be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b494be

#b494be color code is use for CSS Background Color

Background color for the above div is #b494be

HTML with inline CSS

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

#b494be color code is use for CSS Border Color

CSS Border color for the above div is #b494be

HTML with inline CSS

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

CSS Border Left color for the above div is #b494be

HTML with inline CSS

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

CSS Border Right color for the above div is #b494be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b494be

HTML with inline CSS

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

CSS Border Top color for the above div is #b494be

HTML with inline CSS

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

#b494be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b494be Color code Preview on White Background

This is how #b494be Color code will look on white background color. Color contrast ratio is 2.65

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

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(180,148,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,190,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,148,190,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.