crispedge.com

Color picker

Loading...

#b309fb hex color - Violet - Warm color - Information

#b309fb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b309fb Color code in RGB color code model is created after adding 70.2% red color, 3.53% green color and 98.43% blue color. Hex #b309fb Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 96% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb309fb#b309fb
RGB Decimal179, 9, 251rgb(179, 9, 251)
RGB Percent70%, 4%, 98%rgb(70%, 4%, 98%)
CSS RGBa179, 9, 251,1rgba(179,9,251,1)
CMYK Modelcmyk(29%,96%,0%,2%)
HSL Color Space282,97% ,51%hsl(282,97% ,51%)
HSV Color Space282°, 96%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110000100111111011
Octal26311373
Decimal1799251
Hexb309fb

Different shades of #b309fb color code.

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

Light Shade of #b309fb
#c33bfc
Dark Shade of #b309fb
#9103ce
Saturated Shade of #b309fb
#b505ff
Desaturated Shade of #b309fb
#ae15ee
Grey scale Shade of #b309fb
#828282
Brighten Shade
#cc22ff
Most Readable Shade
#FFFFFF

Shades of #b309fb color code

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

#b309fb
#9f08df
#8b07c3
#7706a7
#63058b
#4f046f
#3b0353
#270237
#13011b
#000000

Similar Color like #b309fb color

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

#b40afc
#b50bfd
#b60cfe
#b70dff
#b80eff
#b90fff
#ba10ff
#bb11ff
#bc12ff
#bd13ff
#be14ff
#bf15ff
#c016ff
#c117ff
#b208fa
#b107f9
#b006f8
#af05f7
#ae04f6
#ad03f5
#ac02f4
#ab01f3
#aa00f2
#a900f1
#a800f0
#a700ef
#a600ee
#a500ed

Monochromatic Color with #b309fb

#b309fb
#1b0126
#3a0351
#58047b
#7606a6
#9507d0

Tints of #b309fb Color

#b309fb
#bb24fb
#c33ffb
#cc5bfc
#d476fc
#dd91fd
#e5adfd
#eec8fe
#f6e3fe
#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

#b309fb
#51fb09

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

Split Complementary

#b309fb
#cafb09
#09fb3a

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

Analogous Color

#5209fb
#8309fb
#b309fb
#e309fb
#fb09e2

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

#b309fb
#fbb309
#09fbb3

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

#b309fb
#fb3a09
#51fb09
#09cafb

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

#b309fb
#51fb09
#09fb3a
#fb09ca

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

#b309fb Color Code Preview on Black Background Color

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

#b309fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b309fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b309fb

#b309fb color code is use for CSS Background Color

Background color for the above div is #b309fb

HTML with inline CSS

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

#b309fb color code is use for CSS Border Color

CSS Border color for the above div is #b309fb

HTML with inline CSS

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

CSS Border Left color for the above div is #b309fb

HTML with inline CSS

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

CSS Border Right color for the above div is #b309fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b309fb

HTML with inline CSS

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

CSS Border Top color for the above div is #b309fb

HTML with inline CSS

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

#b309fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b309fb Color code Preview on White Background

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

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,9,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,251,9,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,9,251,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.