crispedge.com

Color picker

Loading...

#bf53a1 hex color - Violet - Warm color - Information

#bf53a1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bf53a1 Color code in RGB color code model is created after adding 74.9% red color, 32.55% green color and 63.14% blue color. Hex #bf53a1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 16% yellow and 25% black.

Hex #bf53a1 color code is between #bb5599 web safe hex color code and #cc44aa web safe hex color code. #bb5599 is the nearest web safe color code. You can see here many more shades of #bf53a1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebf53a1#bf53a1
RGB Decimal191, 83, 161rgb(191, 83, 161)
RGB Percent75%, 33%, 63%rgb(75%, 33%, 63%)
CSS RGBa191, 83, 161,1rgba(191,83,161,1)
CMYK Modelcmyk(0%,57%,16%,25%)
HSL Color Space317,46% ,54%hsl(317,46% ,54%)
HSV Color Space317°, 57%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111110101001110100001
Octal277123241
Decimal19183161
Hexbf53a1

Different shades of #bf53a1 color code.

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

Light Shade of #bf53a1
#cd78b5
Dark Shade of #bf53a1
#a33c86
Saturated Shade of #bf53a1
#cb47a6
Desaturated Shade of #bf53a1
#b35f9c
Grey scale Shade of #bf53a1
#898989
Brighten Shade
#d86cba
Most Readable Shade
#FFFFFF

Shades of #bf53a1 color code

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

#bf53a1
#a9498f
#94407d
#7f376b
#6a2e59
#542447
#3f1b35
#2a1223
#150911
#000000

Similar Color like #bf53a1 color

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

#c054a2
#c155a3
#c256a4
#c357a5
#c458a6
#c559a7
#c65aa8
#c75ba9
#c85caa
#c95dab
#ca5eac
#cb5fad
#cc60ae
#cd61af
#be52a0
#bd519f
#bc509e
#bb4f9d
#ba4e9c
#b94d9b
#b84c9a
#b74b99
#b64a98
#b54997
#b44896
#b34795
#b24694
#b14593

Monochromatic Color with #bf53a1

#bf53a1
#e965c5
#150912
#3f1c36
#6a2e59
#94417d

Tints of #bf53a1 Color

#bf53a1
#c666ab
#cd79b5
#d48cc0
#db9fca
#e2b2d5
#e9c5df
#f0d8ea
#f7ebf4
#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

#bf53a1
#53bf71

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

Split Complementary

#bf53a1
#6bbf53
#53bfa7

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

Analogous Color

#b253bf
#bf53b7
#bf53a1
#bf538b
#bf5376

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

#bf53a1
#a1bf53
#53a1bf

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

#bf53a1
#bfa753
#53bf71
#536bbf

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

#bf53a1
#53bf71
#53bfa7
#bf536b

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

#bf53a1 Color Code Preview on Black Background Color

This is how #bf53a1 Color will look on black background color. Color contrast ratio is 4.97

#bf53a1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf53a1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bf53a1

#bf53a1 color code is use for CSS Background Color

Background color for the above div is #bf53a1

HTML with inline CSS

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

#bf53a1 color code is use for CSS Border Color

CSS Border color for the above div is #bf53a1

HTML with inline CSS

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

CSS Border Left color for the above div is #bf53a1

HTML with inline CSS

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

CSS Border Right color for the above div is #bf53a1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bf53a1

HTML with inline CSS

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

CSS Border Top color for the above div is #bf53a1

HTML with inline CSS

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

#bf53a1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bf53a1 Color code Preview on White Background

This is how #bf53a1 Color code will look on white background color. Color contrast ratio is 4.23

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

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(191,83,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,191,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(191,83,161,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.