crispedge.com

Color picker

Loading...

#b120cd hex color - Violet - Warm color - Information

#b120cd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b120cd Color code in RGB color code model is created after adding 69.41% red color, 12.55% green color and 80.39% blue color. Hex #b120cd Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 84% magenta, 0% yellow and 20% black.

Hex #b120cd color code is between #aa22cc web safe hex color code and #bb11dd web safe hex color code. #aa22cc is the nearest web safe color code. You can see here many more shades of #b120cd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb120cd#b120cd
RGB Decimal177, 32, 205rgb(177, 32, 205)
RGB Percent69%, 13%, 80%rgb(69%, 13%, 80%)
CSS RGBa177, 32, 205,1rgba(177,32,205,1)
CMYK Modelcmyk(14%,84%,0%,20%)
HSL Color Space290,73% ,46%hsl(290,73% ,46%)
HSV Color Space290°, 84%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010010000011001101
Octal26140315
Decimal17732205
Hexb120cd

Different shades of #b120cd color code.

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

Light Shade of #b120cd
#c73fe1
Dark Shade of #b120cd
#8b19a1
Saturated Shade of #b120cd
#b914d9
Desaturated Shade of #b120cd
#a92cc1
Grey scale Shade of #b120cd
#767676
Brighten Shade
#ca39e6
Most Readable Shade
#FFFFFF

Shades of #b120cd color code

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

#b120cd
#9d1cb6
#89189f
#761588
#621171
#4e0e5b
#3b0a44
#27072d
#130316
#000000

Similar Color like #b120cd color

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

#b221ce
#b322cf
#b423d0
#b524d1
#b625d2
#b726d3
#b827d4
#b928d5
#ba29d6
#bb2ad7
#bc2bd8
#bd2cd9
#be2dda
#bf2edb
#b01fcc
#af1ecb
#ae1dca
#ad1cc9
#ac1bc8
#ab1ac7
#aa19c6
#a918c5
#a817c4
#a716c3
#a615c2
#a514c1
#a413c0
#a312bf

Monochromatic Color with #b120cd

#b120cd
#d627f7
#1e0523
#430c4d
#681378
#8c19a2

Tints of #b120cd Color

#b120cd
#b938d2
#c251d8
#cb6add
#d383e3
#dc9be8
#e5b4ee
#edcdf3
#f6e6f9
#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

#b120cd
#3ccd20

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

Split Complementary

#b120cd
#93cd20
#20cd5a

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

Analogous Color

#6c20cd
#8e20cd
#b120cd
#cd20c6
#cd20a4

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

#b120cd
#cdb120
#20cdb1

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

#b120cd
#cd5b20
#3ccd20
#2092cd

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

#b120cd
#3ccd20
#20cd5a
#cd2093

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

#b120cd Color Code Preview on Black Background Color

This is how #b120cd Color will look on black background color. Color contrast ratio is 3.96

#b120cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b120cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b120cd

#b120cd color code is use for CSS Background Color

Background color for the above div is #b120cd

HTML with inline CSS

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

#b120cd color code is use for CSS Border Color

CSS Border color for the above div is #b120cd

HTML with inline CSS

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

CSS Border Left color for the above div is #b120cd

HTML with inline CSS

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

CSS Border Right color for the above div is #b120cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b120cd

HTML with inline CSS

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

CSS Border Top color for the above div is #b120cd

HTML with inline CSS

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

#b120cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b120cd Color code Preview on White Background

This is how #b120cd Color code will look on white background color. Color contrast ratio is 5.31

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

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,32,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,205,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,32,205,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.