crispedge.com

Color picker

Loading...

#bc3ad8 hex color - Violet - Warm color - Information

#bc3ad8 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc3ad8 Color code in RGB color code model is created after adding 73.73% red color, 22.75% green color and 84.71% blue color. Hex #bc3ad8 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 73% magenta, 0% yellow and 15% black.

Hex #bc3ad8 color code is between #bb33dd web safe hex color code and #cc44cc web safe hex color code. #bb33dd is the nearest web safe color code. You can see here many more shades of #bc3ad8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc3ad8#bc3ad8
RGB Decimal188, 58, 216rgb(188, 58, 216)
RGB Percent74%, 23%, 85%rgb(74%, 23%, 85%)
CSS RGBa188, 58, 216,1rgba(188,58,216,1)
CMYK Modelcmyk(13%,73%,0%,15%)
HSL Color Space289,67% ,54%hsl(289,67% ,54%)
HSV Color Space289°, 73%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000011101011011000
Octal27472330
Decimal18858216
Hexbc3ad8

Different shades of #bc3ad8 color code.

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

Light Shade of #bc3ad8
#ca65e0
Dark Shade of #bc3ad8
#a025ba
Saturated Shade of #bc3ad8
#c42ee4
Desaturated Shade of #bc3ad8
#b446cc
Grey scale Shade of #bc3ad8
#898989
Brighten Shade
#d553f1
Most Readable Shade
#FFFFFF

Shades of #bc3ad8 color code

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

#bc3ad8
#a733c0
#922da8
#7d2690
#682078
#531960
#3e1348
#290c30
#140618
#000000

Similar Color like #bc3ad8 color

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

#bd3bd9
#be3cda
#bf3ddb
#c03edc
#c13fdd
#c240de
#c341df
#c442e0
#c543e1
#c644e2
#c745e3
#c846e4
#c947e5
#ca48e6
#bb39d7
#ba38d6
#b937d5
#b836d4
#b735d3
#b634d2
#b533d1
#b432d0
#b331cf
#b230ce
#b12fcd
#b02ecc
#af2dcb
#ae2cca

Monochromatic Color with #bc3ad8

#bc3ad8
#030103
#280c2e
#4d1858
#722383
#972fad

Tints of #bc3ad8 Color

#bc3ad8
#c34fdc
#ca65e0
#d27be5
#d991e9
#e1a7ed
#e8bdf2
#f0d3f6
#f7e9fa
#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

#bc3ad8
#56d83a

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

Split Complementary

#bc3ad8
#a5d83a
#3ad86d

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

Analogous Color

#7d3ad8
#9c3ad8
#bc3ad8
#d83ad4
#d83ab5

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

#bc3ad8
#d8bc3a
#3ad8bc

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

#bc3ad8
#d86d3a
#56d83a
#3aa5d8

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

#bc3ad8
#56d83a
#3ad86d
#d83aa5

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

#bc3ad8 Color Code Preview on Black Background Color

This is how #bc3ad8 Color will look on black background color. Color contrast ratio is 4.74

#bc3ad8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc3ad8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc3ad8

#bc3ad8 color code is use for CSS Background Color

Background color for the above div is #bc3ad8

HTML with inline CSS

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

#bc3ad8 color code is use for CSS Border Color

CSS Border color for the above div is #bc3ad8

HTML with inline CSS

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

CSS Border Left color for the above div is #bc3ad8

HTML with inline CSS

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

CSS Border Right color for the above div is #bc3ad8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc3ad8

HTML with inline CSS

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

CSS Border Top color for the above div is #bc3ad8

HTML with inline CSS

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

#bc3ad8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc3ad8 Color code Preview on White Background

This is how #bc3ad8 Color code will look on white background color. Color contrast ratio is 4.43

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

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,58,216,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,216,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,58,216,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.