crispedge.com

Color picker

Loading...

#b695ea hex color - Blue - Cool color - Information

#b695ea hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #b695ea 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 #b695ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb695ea#b695ea
RGB Decimal182, 149, 234rgb(182, 149, 234)
RGB Percent71%, 58%, 92%rgb(71%, 58%, 92%)
CSS RGBa182, 149, 234,1rgba(182,149,234,1)
CMYK Modelcmyk(22%,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
Binary101101101001010111101010
Octal266225352
Decimal182149234
Hexb695ea

Different shades of #b695ea color code.

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

Light Shade of #b695ea
#d3c0f2
Dark Shade of #b695ea
#996ae2
Saturated Shade of #b695ea
#b58ff0
Desaturated Shade of #b695ea
#b79be4
Grey scale Shade of #b695ea
#bfbfbf
Brighten Shade
#cfaeff
Most Readable Shade
#000000

Shades of #b695ea color code

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

#b695ea
#a184d0
#8d73b6
#79639c
#655282
#504268
#3c314e
#282134
#14101a
#000000

Similar Color like #b695ea color

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

#b796eb
#b897ec
#b998ed
#ba99ee
#bb9aef
#bc9bf0
#bd9cf1
#be9df2
#bf9ef3
#c09ff4
#c1a0f5
#c2a1f6
#c3a2f7
#c4a3f8
#b594e9
#b493e8
#b392e7
#b291e6
#b190e5
#b08fe4
#af8ee3
#ae8de2
#ad8ce1
#ac8be0
#ab8adf
#aa89de
#a988dd
#a887dc

Monochromatic Color with #b695ea

#b695ea
#110e15
#322940
#53446a
#745f95
#957abf

Tints of #b695ea Color

#b695ea
#bea0ec
#c6acee
#ceb8f1
#d6c4f3
#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

#b695ea
#c9ea95

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

Split Complementary

#b695ea
#eae195
#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

#9596ea
#a595ea
#b695ea
#c795ea
#d895ea

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

#b695ea
#eab695
#95eab6

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

#b695ea
#ea959e
#c9ea95
#95eae0

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

#b695ea
#c9ea95
#9fea95
#e195ea

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

#b695ea Color Code Preview on Black Background Color

This is how #b695ea Color will look on black background color. Color contrast ratio is 8.48

#b695ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b695ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b695ea

#b695ea color code is use for CSS Background Color

Background color for the above div is #b695ea

HTML with inline CSS

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

#b695ea color code is use for CSS Border Color

CSS Border color for the above div is #b695ea

HTML with inline CSS

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

CSS Border Left color for the above div is #b695ea

HTML with inline CSS

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

CSS Border Right color for the above div is #b695ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b695ea

HTML with inline CSS

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

CSS Border Top color for the above div is #b695ea

HTML with inline CSS

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

#b695ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b695ea Color code Preview on White Background

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

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