crispedge.com

Color picker

Loading...

#b595ea hex color - Blue - Cool color - Information

#b595ea hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b595ea Color code in RGB color code model is created after adding 70.98% red color, 58.43% green color and 91.76% blue color. Hex #b595ea Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 36% magenta, 0% yellow and 8% black.

Hex #b595ea color code is between #bb99ee web safe hex color code and #aa88dd web safe hex color code. #bb99ee is the nearest web safe color code. You can see here many more shades of #b595ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb595ea#b595ea
RGB Decimal181, 149, 234rgb(181, 149, 234)
RGB Percent71%, 58%, 92%rgb(71%, 58%, 92%)
CSS RGBa181, 149, 234,1rgba(181,149,234,1)
CMYK Modelcmyk(23%,36%,0%,8%)
HSL Color Space263,67% ,75%hsl(263,67% ,75%)
HSV Color Space263°, 36%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011001010111101010
Octal265225352
Decimal181149234
Hexb595ea

Different shades of #b595ea color code.

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

Light Shade of #b595ea
#d3c0f2
Dark Shade of #b595ea
#976ae2
Saturated Shade of #b595ea
#b38ff0
Desaturated Shade of #b595ea
#b79be4
Grey scale Shade of #b595ea
#bfbfbf
Brighten Shade
#ceaeff
Most Readable Shade
#000000

Shades of #b595ea color code

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

#b595ea
#a084d0
#8c73b6
#78639c
#645282
#504268
#3c314e
#282134
#14101a
#000000

Similar Color like #b595ea color

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

#b696eb
#b797ec
#b898ed
#b999ee
#ba9aef
#bb9bf0
#bc9cf1
#bd9df2
#be9ef3
#bf9ff4
#c0a0f5
#c1a1f6
#c2a2f7
#c3a3f8
#b494e9
#b393e8
#b292e7
#b191e6
#b090e5
#af8fe4
#ae8ee3
#ad8de2
#ac8ce1
#ab8be0
#aa8adf
#a989de
#a888dd
#a787dc

Monochromatic Color with #b595ea

#b595ea
#110e15
#312940
#52446a
#735f95
#947abf

Tints of #b595ea Color

#b595ea
#bda0ec
#c5acee
#cdb8f1
#d5c4f3
#decff5
#e6dbf8
#eee7fa
#f6f3fc
#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

#b595ea
#caea95

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

Split Complementary

#b595ea
#eae095
#9fea95

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

Analogous Color

#9597ea
#a495ea
#b595ea
#c695ea
#d795ea

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

#b595ea
#eab595
#95eab5

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

#b595ea
#ea959f
#caea95
#95eadf

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

#b595ea
#caea95
#9fea95
#e095ea

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

#b595ea Color Code Preview on Black Background Color

This is how #b595ea Color will look on black background color. Color contrast ratio is 8.45

#b595ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b595ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b595ea

#b595ea color code is use for CSS Background Color

Background color for the above div is #b595ea

HTML with inline CSS

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

#b595ea color code is use for CSS Border Color

CSS Border color for the above div is #b595ea

HTML with inline CSS

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

CSS Border Left color for the above div is #b595ea

HTML with inline CSS

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

CSS Border Right color for the above div is #b595ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b595ea

HTML with inline CSS

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

CSS Border Top color for the above div is #b595ea

HTML with inline CSS

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

#b595ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b595ea Color code Preview on White Background

This is how #b595ea Color code will look on white background color. Color contrast ratio is 2.48

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

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(181,149,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,234,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,149,234,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.