crispedge.com

Color picker

Loading...

#b301fe hex color - Violet - Warm color - Information

#b301fe hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b301fe Color code in RGB color code model is created after adding 70.2% red color, 0.39% green color and 99.61% blue color. Hex #b301fe Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 100% magenta, 0% yellow and 0% black.

Hex #b301fe color code is between #bb00ff web safe hex color code and #aa00ee web safe hex color code. #bb00ff is the nearest web safe color code. You can see here many more shades of #b301fe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb301fe#b301fe
RGB Decimal179, 1, 254rgb(179, 1, 254)
RGB Percent70%, 0%, 100%rgb(70%, 0%, 100%)
CSS RGBa179, 1, 254,1rgba(179,1,254,1)
CMYK Modelcmyk(30%,100%,0%,0%)
HSL Color Space282,99% ,50%hsl(282,99% ,50%)
HSV Color Space282°, 100%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110000000111111110
Octal2631376
Decimal1791254
Hexb301fe

Different shades of #b301fe color code.

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

Light Shade of #b301fe
#c234fe
Dark Shade of #b301fe
#8f01cb
Saturated Shade of #b301fe
#b300ff
Desaturated Shade of #b301fe
#ae0ef1
Grey scale Shade of #b301fe
#808080
Brighten Shade
#cc1aff
Most Readable Shade
#FFFFFF

Shades of #b301fe color code

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

#b301fe
#9f00e1
#8b00c5
#7700a9
#63008d
#4f0070
#3b0054
#270038
#13001c
#000000

Similar Color like #b301fe color

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

#b402ff
#b503ff
#b604ff
#b705ff
#b806ff
#b907ff
#ba08ff
#bb09ff
#bc0aff
#bd0bff
#be0cff
#bf0dff
#c00eff
#c10fff
#b200fd
#b100fc
#b000fb
#af00fa
#ae00f9
#ad00f8
#ac00f7
#ab00f6
#aa00f5
#a900f4
#a800f3
#a700f2
#a600f1
#a500f0

Monochromatic Color with #b301fe

#b301fe
#1d0029
#3b0054
#59017e
#7701a9
#9501d3

Tints of #b301fe Color

#b301fe
#bb1dfe
#c339fe
#cc55fe
#d471fe
#dd8efe
#e5aafe
#eec6fe
#f6e2fe
#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

#b301fe
#4cfe01

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

Split Complementary

#b301fe
#cbfe01
#01fe35

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

Analogous Color

#4e01fe
#8001fe
#b301fe
#e601fe
#fe01e4

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

#b301fe
#feb301
#01feb3

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

#b301fe
#fe3501
#4cfe01
#01cafe

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

#b301fe
#4cfe01
#01fe35
#fe01cb

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

#b301fe Color Code Preview on Black Background Color

This is how #b301fe Color will look on black background color. Color contrast ratio is 4.35

#b301fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b301fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b301fe

#b301fe color code is use for CSS Background Color

Background color for the above div is #b301fe

HTML with inline CSS

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

#b301fe color code is use for CSS Border Color

CSS Border color for the above div is #b301fe

HTML with inline CSS

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

CSS Border Left color for the above div is #b301fe

HTML with inline CSS

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

CSS Border Right color for the above div is #b301fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b301fe

HTML with inline CSS

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

CSS Border Top color for the above div is #b301fe

HTML with inline CSS

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

#b301fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b301fe Color code Preview on White Background

This is how #b301fe Color code will look on white background color. Color contrast ratio is 4.83

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

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(179,1,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,254,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,1,254,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.