crispedge.com

Color picker

Loading...

#bc5dc9 hex color - Violet - Warm color - Information

#bc5dc9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc5dc9 Color code in RGB color code model is created after adding 73.73% red color, 36.47% green color and 78.82% blue color. Hex #bc5dc9 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 54% magenta, 0% yellow and 21% black.

Hex #bc5dc9 color code is between #bb55cc web safe hex color code and #cc66bb web safe hex color code. #bb55cc is the nearest web safe color code. You can see here many more shades of #bc5dc9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc5dc9#bc5dc9
RGB Decimal188, 93, 201rgb(188, 93, 201)
RGB Percent74%, 36%, 79%rgb(74%, 36%, 79%)
CSS RGBa188, 93, 201,1rgba(188,93,201,1)
CMYK Modelcmyk(6%,54%,0%,21%)
HSL Color Space293,50% ,58%hsl(293,50% ,58%)
HSV Color Space293°, 54%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101110111001001
Octal274135311
Decimal18893201
Hexbc5dc9

Different shades of #bc5dc9 color code.

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

Light Shade of #bc5dc9
#cc83d6
Dark Shade of #bc5dc9
#a83db6
Saturated Shade of #bc5dc9
#c452d4
Desaturated Shade of #bc5dc9
#b468be
Grey scale Shade of #bc5dc9
#939393
Brighten Shade
#d576e2
Most Readable Shade
#FFFFFF

Shades of #bc5dc9 color code

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

#bc5dc9
#a752b2
#92489c
#7d3e86
#68336f
#532959
#3e1f43
#29142c
#140a16
#000000

Similar Color like #bc5dc9 color

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

#bd5eca
#be5fcb
#bf60cc
#c061cd
#c162ce
#c263cf
#c364d0
#c465d1
#c566d2
#c667d3
#c768d4
#c869d5
#c96ad6
#ca6bd7
#bb5cc8
#ba5bc7
#b95ac6
#b859c5
#b758c4
#b657c3
#b556c2
#b455c1
#b354c0
#b253bf
#b152be
#b051bd
#af50bc
#ae4fbb

Monochromatic Color with #bc5dc9

#bc5dc9
#e471f3
#1d0e1f
#452249
#6c3674
#94499e

Tints of #bc5dc9 Color

#bc5dc9
#c36fcf
#ca81d5
#d293db
#d9a5e1
#e1b7e7
#e8c9ed
#f0dbf3
#f7edf9
#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

#bc5dc9
#6ac95d

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

Split Complementary

#bc5dc9
#a0c95d
#5dc986

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

Analogous Color

#915dc9
#a65dc9
#bc5dc9
#c95dc0
#c95dab

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

#bc5dc9
#c9bc5d
#5dc9bc

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

#bc5dc9
#c9865d
#6ac95d
#5da0c9

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

#bc5dc9
#6ac95d
#5dc986
#c95da0

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

#bc5dc9 Color Code Preview on Black Background Color

This is how #bc5dc9 Color will look on black background color. Color contrast ratio is 5.55

#bc5dc9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc5dc9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc5dc9

#bc5dc9 color code is use for CSS Background Color

Background color for the above div is #bc5dc9

HTML with inline CSS

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

#bc5dc9 color code is use for CSS Border Color

CSS Border color for the above div is #bc5dc9

HTML with inline CSS

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

CSS Border Left color for the above div is #bc5dc9

HTML with inline CSS

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

CSS Border Right color for the above div is #bc5dc9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc5dc9

HTML with inline CSS

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

CSS Border Top color for the above div is #bc5dc9

HTML with inline CSS

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

#bc5dc9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc5dc9 Color code Preview on White Background

This is how #bc5dc9 Color code will look on white background color. Color contrast ratio is 3.79

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

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(188,93,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,201,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,93,201,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.