crispedge.com

Color picker

Loading...

#ba71f6 hex color - Violet - Warm color - Information

#ba71f6 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ba71f6 Color code in RGB color code model is created after adding 72.94% red color, 44.31% green color and 96.47% blue color. Hex #ba71f6 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 54% magenta, 0% yellow and 4% black.

Hex #ba71f6 color code is between #bb77ee web safe hex color code and #aa66ff web safe hex color code. #bb77ee is the nearest web safe color code. You can see here many more shades of #ba71f6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba71f6#ba71f6
RGB Decimal186, 113, 246rgb(186, 113, 246)
RGB Percent73%, 44%, 96%rgb(73%, 44%, 96%)
CSS RGBa186, 113, 246,1rgba(186,113,246,1)
CMYK Modelcmyk(24%,54%,0%,4%)
HSL Color Space273,88% ,70%hsl(273,88% ,70%)
HSV Color Space273°, 54%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100111000111110110
Octal272161366
Decimal186113246
Hexba71f6

Different shades of #ba71f6 color code.

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

Light Shade of #ba71f6
#d1a1f9
Dark Shade of #ba71f6
#a341f3
Saturated Shade of #ba71f6
#bb69fe
Desaturated Shade of #ba71f6
#b979ee
Grey scale Shade of #ba71f6
#b3b3b3
Brighten Shade
#d38aff
Most Readable Shade
#000000

Shades of #ba71f6 color code

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

#ba71f6
#a564da
#9057bf
#7c4ba4
#673e88
#52326d
#3e2552
#291936
#140c1b
#000000

Similar Color like #ba71f6 color

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

#bb72f7
#bc73f8
#bd74f9
#be75fa
#bf76fb
#c077fc
#c178fd
#c279fe
#c37aff
#c47bff
#c57cff
#c67dff
#c77eff
#c87fff
#b970f5
#b86ff4
#b76ef3
#b66df2
#b56cf1
#b46bf0
#b36aef
#b269ee
#b168ed
#b067ec
#af66eb
#ae65ea
#ad64e9
#ac63e8

Monochromatic Color with #ba71f6

#ba71f6
#190f21
#39234c
#5a3676
#7a4aa1
#9a5dcb

Tints of #ba71f6 Color

#ba71f6
#c180f7
#c990f8
#d1a0f9
#d8b0fa
#e0bffb
#e8cffc
#efdffd
#f7effe
#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

#ba71f6
#adf671

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

Split Complementary

#ba71f6
#eff671
#71f678

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

Analogous Color

#8571f6
#9f71f6
#ba71f6
#d571f6
#ef71f6

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

#ba71f6
#f6ba71
#71f6ba

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

#ba71f6
#f67771
#adf671
#71eff6

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

#ba71f6
#adf671
#71f678
#f671ef

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

#ba71f6 Color Code Preview on Black Background Color

This is how #ba71f6 Color will look on black background color. Color contrast ratio is 6.78

#ba71f6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba71f6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba71f6

#ba71f6 color code is use for CSS Background Color

Background color for the above div is #ba71f6

HTML with inline CSS

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

#ba71f6 color code is use for CSS Border Color

CSS Border color for the above div is #ba71f6

HTML with inline CSS

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

CSS Border Left color for the above div is #ba71f6

HTML with inline CSS

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

CSS Border Right color for the above div is #ba71f6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba71f6

HTML with inline CSS

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

CSS Border Top color for the above div is #ba71f6

HTML with inline CSS

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

#ba71f6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba71f6 Color code Preview on White Background

This is how #ba71f6 Color code will look on white background color. Color contrast ratio is 3.10

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

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(186,113,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,246,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,113,246,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.