crispedge.com

Color picker

Loading...

#b12dfc hex color - Violet - Warm color - Information

#b12dfc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b12dfc Color code in RGB color code model is created after adding 69.41% red color, 17.65% green color and 98.82% blue color. Hex #b12dfc Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 82% magenta, 0% yellow and 1% black.

Hex #b12dfc color code is between #aa33ff web safe hex color code and #bb22ee web safe hex color code. #aa33ff is the nearest web safe color code. You can see here many more shades of #b12dfc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb12dfc#b12dfc
RGB Decimal177, 45, 252rgb(177, 45, 252)
RGB Percent69%, 18%, 99%rgb(69%, 18%, 99%)
CSS RGBa177, 45, 252,1rgba(177,45,252,1)
CMYK Modelcmyk(30%,82%,0%,1%)
HSL Color Space278,97% ,58%hsl(278,97% ,58%)
HSV Color Space278°, 82%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010010110111111100
Octal26155374
Decimal17745252
Hexb12dfc

Different shades of #b12dfc color code.

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

Light Shade of #b12dfc
#c45ffd
Dark Shade of #b12dfc
#9c03f3
Saturated Shade of #b12dfc
#b22aff
Desaturated Shade of #b12dfc
#ae38f1
Grey scale Shade of #b12dfc
#949494
Brighten Shade
#ca46ff
Most Readable Shade
#FFFFFF

Shades of #b12dfc color code

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

#b12dfc
#9d28e0
#8923c4
#761ea8
#62198c
#4e1470
#3b0f54
#270a38
#13051c
#000000

Similar Color like #b12dfc color

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

#b22efd
#b32ffe
#b430ff
#b531ff
#b632ff
#b733ff
#b834ff
#b935ff
#ba36ff
#bb37ff
#bc38ff
#bd39ff
#be3aff
#bf3bff
#b02cfb
#af2bfa
#ae2af9
#ad29f8
#ac28f7
#ab27f6
#aa26f5
#a925f4
#a824f3
#a723f2
#a622f1
#a521f0
#a420ef
#a31fee

Monochromatic Color with #b12dfc

#b12dfc
#1c0727
#3a0f52
#57167c
#751ea7
#9325d1

Tints of #b12dfc Color

#b12dfc
#b944fc
#c25bfc
#cb73fd
#d38afd
#dca1fd
#e5b9fe
#edd0fe
#f6e7fe
#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

#b12dfc
#78fc2d

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

Split Complementary

#b12dfc
#e0fc2d
#2dfc49

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

Analogous Color

#5e2dfc
#882dfc
#b12dfc
#da2dfc
#fc2df4

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

#b12dfc
#fcb12d
#2dfcb1

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

#b12dfc
#fc492d
#78fc2d
#2ddffc

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

#b12dfc
#78fc2d
#2dfc49
#fc2de0

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

#b12dfc Color Code Preview on Black Background Color

This is how #b12dfc Color will look on black background color. Color contrast ratio is 4.65

#b12dfc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b12dfc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b12dfc

#b12dfc color code is use for CSS Background Color

Background color for the above div is #b12dfc

HTML with inline CSS

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

#b12dfc color code is use for CSS Border Color

CSS Border color for the above div is #b12dfc

HTML with inline CSS

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

CSS Border Left color for the above div is #b12dfc

HTML with inline CSS

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

CSS Border Right color for the above div is #b12dfc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b12dfc

HTML with inline CSS

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

CSS Border Top color for the above div is #b12dfc

HTML with inline CSS

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

#b12dfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b12dfc Color code Preview on White Background

This is how #b12dfc Color code will look on white background color. Color contrast ratio is 4.52

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

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(177,45,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,252,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,45,252,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.