crispedge.com

Color picker

Loading...

#b25be9 hex color - Blue - Warm color - Information

#b25be9 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b25be9 Color code in RGB color code model is created after adding 69.8% red color, 35.69% green color and 91.37% blue color. Hex #b25be9 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 61% magenta, 0% yellow and 9% black.

Hex #b25be9 color code is between #aa55ee web safe hex color code and #bb66dd web safe hex color code. #aa55ee is the nearest web safe color code. You can see here many more shades of #b25be9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb25be9#b25be9
RGB Decimal178, 91, 233rgb(178, 91, 233)
RGB Percent70%, 36%, 91%rgb(70%, 36%, 91%)
CSS RGBa178, 91, 233,1rgba(178,91,233,1)
CMYK Modelcmyk(24%,61%,0%,9%)
HSL Color Space277,76% ,64%hsl(277,76% ,64%)
HSV Color Space277°, 61%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100100101101111101001
Octal262133351
Decimal17891233
Hexb25be9

Different shades of #b25be9 color code.

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

Light Shade of #b25be9
#c788ef
Dark Shade of #b25be9
#9d2ee3
Saturated Shade of #b25be9
#b452f2
Desaturated Shade of #b25be9
#b064e0
Grey scale Shade of #b25be9
#a2a2a2
Brighten Shade
#cb74ff
Most Readable Shade
#FFFFFF

Shades of #b25be9 color code

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

#b25be9
#9e50cf
#8a46b5
#763c9b
#623281
#4f2867
#3b1e4d
#271433
#130a19
#000000

Similar Color like #b25be9 color

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

#b35cea
#b45deb
#b55eec
#b65fed
#b760ee
#b861ef
#b962f0
#ba63f1
#bb64f2
#bc65f3
#bd66f4
#be67f5
#bf68f6
#c069f7
#b15ae8
#b059e7
#af58e6
#ae57e5
#ad56e4
#ac55e3
#ab54e2
#aa53e1
#a952e0
#a851df
#a750de
#a64fdd
#a54edc
#a44ddb

Monochromatic Color with #b25be9

#b25be9
#100814
#30193f
#512969
#713a94
#924abe

Tints of #b25be9 Color

#b25be9
#ba6deb
#c37fed
#cb91f0
#d4a3f2
#dcb6f5
#e5c8f7
#eddafa
#f6ecfc
#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

#b25be9
#92e95b

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

Split Complementary

#b25be9
#d9e95b
#5be96b

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

Analogous Color

#795be9
#965be9
#b25be9
#ce5be9
#e95be7

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

#b25be9
#e9b25b
#5be9b2

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

#b25be9
#e96b5b
#92e95b
#5bd9e9

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

#b25be9
#92e95b
#5be96b
#e95bd9

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

#b25be9 Color Code Preview on Black Background Color

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

#b25be9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b25be9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b25be9

#b25be9 color code is use for CSS Background Color

Background color for the above div is #b25be9

HTML with inline CSS

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

#b25be9 color code is use for CSS Border Color

CSS Border color for the above div is #b25be9

HTML with inline CSS

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

CSS Border Left color for the above div is #b25be9

HTML with inline CSS

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

CSS Border Right color for the above div is #b25be9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b25be9

HTML with inline CSS

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

CSS Border Top color for the above div is #b25be9

HTML with inline CSS

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

#b25be9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b25be9 Color code Preview on White Background

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

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(178,91,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,233,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,91,233,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.