crispedge.com

Color picker

Loading...

#b955ec hex color - Blue - Warm color - Information

#b955ec hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b955ec Color code in RGB color code model is created after adding 72.55% red color, 33.33% green color and 92.55% blue color. Hex #b955ec Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 64% magenta, 0% yellow and 7% black.

Hex #b955ec color code is between #bb44ee web safe hex color code and #aa66dd web safe hex color code. #bb44ee is the nearest web safe color code. You can see here many more shades of #b955ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb955ec#b955ec
RGB Decimal185, 85, 236rgb(185, 85, 236)
RGB Percent73%, 33%, 93%rgb(73%, 33%, 93%)
CSS RGBa185, 85, 236,1rgba(185,85,236,1)
CMYK Modelcmyk(22%,64%,0%,7%)
HSL Color Space280,80% ,63%hsl(280,80% ,63%)
HSV Color Space280°, 64%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110010101010111101100
Octal271125354
Decimal18585236
Hexb955ec

Different shades of #b955ec color code.

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

Light Shade of #b955ec
#cc83f1
Dark Shade of #b955ec
#a627e7
Saturated Shade of #b955ec
#bc4cf5
Desaturated Shade of #b955ec
#b65ee3
Grey scale Shade of #b955ec
#a0a0a0
Brighten Shade
#d26eff
Most Readable Shade
#FFFFFF

Shades of #b955ec color code

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

#b955ec
#a44bd1
#8f42b7
#7b389d
#662f83
#522568
#3d1c4e
#291234
#14091a
#000000

Similar Color like #b955ec color

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

#ba56ed
#bb57ee
#bc58ef
#bd59f0
#be5af1
#bf5bf2
#c05cf3
#c15df4
#c25ef5
#c35ff6
#c460f7
#c561f8
#c662f9
#c763fa
#b854eb
#b753ea
#b652e9
#b551e8
#b450e7
#b34fe6
#b24ee5
#b14de4
#b04ce3
#af4be2
#ae4ae1
#ad49e0
#ac48df
#ab47de

Monochromatic Color with #b955ec

#b955ec
#120817
#341842
#55276c
#763697
#9846c1

Tints of #b955ec Color

#b955ec
#c067ee
#c87af0
#d08df2
#d8a0f4
#dfb3f6
#e7c6f8
#efd9fa
#f7ecfc
#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

#b955ec
#88ec55

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

Split Complementary

#b955ec
#d4ec55
#55ec6e

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

Analogous Color

#7d55ec
#9b55ec
#b955ec
#d755ec
#ec55e3

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

#b955ec
#ecb955
#55ecb9

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

#b955ec
#ec6d55
#88ec55
#55d3ec

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

#b955ec
#88ec55
#55ec6e
#ec55d4

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

#b955ec Color Code Preview on Black Background Color

This is how #b955ec Color will look on black background color. Color contrast ratio is 5.57

#b955ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b955ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b955ec

#b955ec color code is use for CSS Background Color

Background color for the above div is #b955ec

HTML with inline CSS

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

#b955ec color code is use for CSS Border Color

CSS Border color for the above div is #b955ec

HTML with inline CSS

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

CSS Border Left color for the above div is #b955ec

HTML with inline CSS

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

CSS Border Right color for the above div is #b955ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b955ec

HTML with inline CSS

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

CSS Border Top color for the above div is #b955ec

HTML with inline CSS

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

#b955ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b955ec Color code Preview on White Background

This is how #b955ec Color code will look on white background color. Color contrast ratio is 3.77

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

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,85,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(136,236,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(185,85,236,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.