crispedge.com

#b511ec hex color - Violet - Warm color - Information

#b511ec hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b511ec Color code in RGB color code model is created after adding 70.98% red color, 6.67% green color and 92.55% blue color. Hex #b511ec Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 93% magenta, 0% yellow and 7% black.

Hex #b511ec color code is between #bb00ee web safe hex color code and #aa00dd web safe hex color code. #bb00ee is the nearest web safe color code. You can see here many more shades of #b511ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb511ec#b511ec
RGB Decimal181, 17, 236rgb(181, 17, 236)
RGB Percent71%, 7%, 93%rgb(71%, 7%, 93%)
CSS RGBa181, 17, 236,1rgba(181,17,236,1)
CMYK Modelcmyk(23%,93%,0%,7%)
HSL Color Space285,87% ,50%hsl(285,87% ,50%)
HSV Color Space285°, 93%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101010001000111101100
Octal26521354
Decimal18117236
Hexb511ec

Different shades of #b511ec color code.

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

Light Shade of #b511ec
#c43ff1
Dark Shade of #b511ec
#900ebc
Saturated Shade of #b511ec
#bb04f9
Desaturated Shade of #b511ec
#af1edf
Grey scale Shade of #b511ec
#7e7e7e
Brighten Shade
#ce2aff
Most Readable Shade
#FFFFFF

Shades of #b511ec color code

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

#b511ec
#a00fd1
#8c0db7
#780b9d
#640983
#500768
#3c054e
#280334
#14011a
#000000

Similar Color like #b511ec color

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

#b612ed
#b713ee
#b814ef
#b915f0
#ba16f1
#bb17f2
#bc18f3
#bd19f4
#be1af5
#bf1bf6
#c01cf7
#c11df8
#c21ef9
#c31ffa
#b410eb
#b30fea
#b20ee9
#b10de8
#b00ce7
#af0be6
#ae0ae5
#ad09e4
#ac08e3
#ab07e2
#aa06e1
#a905e0
#a804df
#a703de

Monochromatic Color with #b511ec

#b511ec
#120217
#330542
#53086c
#740b97
#940ec1

Tints of #b511ec Color

#b511ec
#bd2bee
#c545f0
#cd60f2
#d57af4
#de95f6
#e6aff8
#eecafa
#f6e4fc
#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

#b511ec
#48ec11

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

Split Complementary

#b511ec
#b6ec11
#11ec47

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

Analogous Color

#5d11ec
#8911ec
#b511ec
#e111ec
#ec11cb

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

#b511ec
#ecb511
#11ecb5

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

#b511ec
#ec4711
#48ec11
#11b5ec

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

#b511ec
#48ec11
#11ec47
#ec11b6

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

#b511ec Color Code Preview on Black Background Color

This is how #b511ec Color will look on black background color. Color contrast ratio is 4.26

#b511ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b511ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b511ec

#b511ec color code is use for CSS Background Color

Background color for the above div is #b511ec

HTML with inline CSS

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

#b511ec color code is use for CSS Border Color

CSS Border color for the above div is #b511ec

HTML with inline CSS

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

CSS Border Left color for the above div is #b511ec

HTML with inline CSS

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

CSS Border Right color for the above div is #b511ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b511ec

HTML with inline CSS

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

CSS Border Top color for the above div is #b511ec

HTML with inline CSS

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

#b511ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b511ec Color code Preview on White Background

This is how #b511ec Color code will look on white background color. Color contrast ratio is 4.93

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

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,17,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,236,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,17,236,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>