crispedge.com

#b520da hex color - Violet - Warm color - Information

#b520da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b520da Color code in RGB color code model is created after adding 70.98% red color, 12.55% green color and 85.49% blue color. Hex #b520da Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 85% magenta, 0% yellow and 15% black.

Hex #b520da color code is between #bb22dd web safe hex color code and #aa11cc web safe hex color code. #bb22dd is the nearest web safe color code. You can see here many more shades of #b520da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb520da#b520da
RGB Decimal181, 32, 218rgb(181, 32, 218)
RGB Percent71%, 13%, 85%rgb(71%, 13%, 85%)
CSS RGBa181, 32, 218,1rgba(181,32,218,1)
CMYK Modelcmyk(17%,85%,0%,15%)
HSL Color Space288,74% ,49%hsl(288,74% ,49%)
HSV Color Space288°, 85%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101010010000011011010
Octal26540332
Decimal18132218
Hexb520da

Different shades of #b520da color code.

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

Light Shade of #b520da
#c549e4
Dark Shade of #b520da
#9019ad
Saturated Shade of #b520da
#bc13e6
Desaturated Shade of #b520da
#ad2ccd
Grey scale Shade of #b520da
#7d7d7d
Brighten Shade
#ce39f3
Most Readable Shade
#FFFFFF

Shades of #b520da color code

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

#b520da
#a01cc1
#8c18a9
#781591
#641179
#500e60
#3c0a48
#280730
#140318
#000000

Similar Color like #b520da color

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

#b621db
#b722dc
#b823dd
#b924de
#ba25df
#bb26e0
#bc27e1
#bd28e2
#be29e3
#bf2ae4
#c02be5
#c12ce6
#c22de7
#c32ee8
#b41fd9
#b31ed8
#b21dd7
#b11cd6
#b01bd5
#af1ad4
#ae19d3
#ad18d2
#ac17d1
#ab16d0
#aa15cf
#a914ce
#a813cd
#a712cc

Monochromatic Color with #b520da

#b520da
#050105
#280730
#4b0d5a
#6e1485
#921aaf

Tints of #b520da Color

#b520da
#bd38de
#c551e2
#cd6ae6
#d583ea
#de9bee
#e6b4f2
#eecdf6
#f6e6fa
#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

#b520da
#45da20

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

Split Complementary

#b520da
#a2da20
#20da58

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

Analogous Color

#6b20da
#9020da
#b520da
#da20da
#da20b5

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

#b520da
#dab520
#20dab5

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

#b520da
#da5820
#45da20
#20a2da

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

#b520da
#45da20
#20da58
#da20a2

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

#b520da Color Code Preview on Black Background Color

This is how #b520da Color will look on black background color. Color contrast ratio is 4.18

#b520da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b520da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b520da

#b520da color code is use for CSS Background Color

Background color for the above div is #b520da

HTML with inline CSS

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

#b520da color code is use for CSS Border Color

CSS Border color for the above div is #b520da

HTML with inline CSS

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

CSS Border Left color for the above div is #b520da

HTML with inline CSS

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

CSS Border Right color for the above div is #b520da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b520da

HTML with inline CSS

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

CSS Border Top color for the above div is #b520da

HTML with inline CSS

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

#b520da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b520da Color code Preview on White Background

This is how #b520da Color code will look on white background color. Color contrast ratio is 5.02

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

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(181,32,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,218,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,32,218,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.

< /html>