crispedge.com

Color picker

Loading...

#bc51ed hex color - Violet - Warm color - Information

#bc51ed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc51ed Color code in RGB color code model is created after adding 73.73% red color, 31.76% green color and 92.94% blue color. Hex #bc51ed Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 66% magenta, 0% yellow and 7% black.

Hex #bc51ed color code is between #bb55ee web safe hex color code and #cc44dd web safe hex color code. #bb55ee is the nearest web safe color code. You can see here many more shades of #bc51ed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc51ed#bc51ed
RGB Decimal188, 81, 237rgb(188, 81, 237)
RGB Percent74%, 32%, 93%rgb(74%, 32%, 93%)
CSS RGBa188, 81, 237,1rgba(188,81,237,1)
CMYK Modelcmyk(21%,66%,0%,7%)
HSL Color Space281,81% ,62%hsl(281,81% ,62%)
HSV Color Space281°, 66%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101000111101101
Octal274121355
Decimal18881237
Hexbc51ed

Different shades of #bc51ed color code.

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

Light Shade of #bc51ed
#ce7ff2
Dark Shade of #bc51ed
#aa23e8
Saturated Shade of #bc51ed
#c047f7
Desaturated Shade of #bc51ed
#b85be3
Grey scale Shade of #bc51ed
#9f9f9f
Brighten Shade
#d56aff
Most Readable Shade
#FFFFFF

Shades of #bc51ed color code

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

#bc51ed
#a748d2
#923fb8
#7d369e
#682d83
#532469
#3e1b4f
#291234
#14091a
#000000

Similar Color like #bc51ed color

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

#bd52ee
#be53ef
#bf54f0
#c055f1
#c156f2
#c257f3
#c358f4
#c459f5
#c55af6
#c65bf7
#c75cf8
#c85df9
#c95efa
#ca5ffb
#bb50ec
#ba4feb
#b94eea
#b84de9
#b74ce8
#b64be7
#b54ae6
#b449e5
#b348e4
#b247e3
#b146e2
#b045e1
#af44e0
#ae43df

Monochromatic Color with #bc51ed

#bc51ed
#130818
#351743
#57256d
#793498
#9a42c2

Tints of #bc51ed Color

#bc51ed
#c364ef
#ca77f1
#d28bf3
#d99ef5
#e1b1f7
#e8c5f9
#f0d8fb
#f7ebfd
#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

#bc51ed
#82ed51

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

Split Complementary

#bc51ed
#d0ed51
#51ed6e

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

Analogous Color

#7e51ed
#9d51ed
#bc51ed
#db51ed
#ed51e0

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

#bc51ed
#edbc51
#51edbc

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

#bc51ed
#ed6e51
#82ed51
#51d0ed

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

#bc51ed
#82ed51
#51ed6e
#ed51d0

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

#bc51ed Color Code Preview on Black Background Color

This is how #bc51ed Color will look on black background color. Color contrast ratio is 5.54

#bc51ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc51ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc51ed

#bc51ed color code is use for CSS Background Color

Background color for the above div is #bc51ed

HTML with inline CSS

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

#bc51ed color code is use for CSS Border Color

CSS Border color for the above div is #bc51ed

HTML with inline CSS

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

CSS Border Left color for the above div is #bc51ed

HTML with inline CSS

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

CSS Border Right color for the above div is #bc51ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc51ed

HTML with inline CSS

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

CSS Border Top color for the above div is #bc51ed

HTML with inline CSS

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

#bc51ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc51ed Color code Preview on White Background

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

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,81,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(130,237,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,81,237,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.