crispedge.com

Color picker

Loading...

#bc51ef hex color - Blue - Warm color - Information

#bc51ef hex color - Blue - Warm color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebc51ef#bc51ef
RGB Decimal188, 81, 239rgb(188, 81, 239)
RGB Percent74%, 32%, 94%rgb(74%, 32%, 94%)
CSS RGBa188, 81, 239,1rgba(188,81,239,1)
CMYK Modelcmyk(21%,66%,0%,6%)
HSL Color Space281,83% ,63%hsl(281,83% ,63%)
HSV Color Space281°, 66%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101000111101111
Octal274121357
Decimal18881239
Hexbc51ef

Different shades of #bc51ef color code.

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

Light Shade of #bc51ef
#ce80f3
Dark Shade of #bc51ef
#aa22eb
Saturated Shade of #bc51ef
#bf47f8
Desaturated Shade of #bc51ef
#b95ae5
Grey scale Shade of #bc51ef
#a0a0a0
Brighten Shade
#d56aff
Most Readable Shade
#FFFFFF

Shades of #bc51ef color code

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

#bc51ef
#a748d4
#923fb9
#7d369f
#682d84
#53246a
#3e1b4f
#291235
#14091a
#000000

Similar Color like #bc51ef color

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

#bd52f0
#be53f1
#bf54f2
#c055f3
#c156f4
#c257f5
#c358f6
#c459f7
#c55af8
#c65bf9
#c75cfa
#c85dfb
#c95efc
#ca5ffd
#bb50ee
#ba4fed
#b94eec
#b84deb
#b74cea
#b64be9
#b54ae8
#b449e7
#b348e6
#b247e5
#b146e4
#b045e3
#af44e2
#ae43e1

Monochromatic Color with #bc51ef

#bc51ef
#15091a
#361745
#58266f
#79349a
#9b43c4

Tints of #bc51ef Color

#bc51ef
#c364f0
#ca77f2
#d28bf4
#d99ef6
#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

#bc51ef
#84ef51

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

Split Complementary

#bc51ef
#d3ef51
#51ef6d

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

Analogous Color

#7d51ef
#9c51ef
#bc51ef
#dc51ef
#ef51e3

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

#bc51ef
#efbc51
#51efbc

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

#bc51ef
#ef6d51
#84ef51
#51d3ef

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

#bc51ef
#84ef51
#51ef6d
#ef51d3

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

#bc51ef Color Code Preview on Black Background Color

This is how #bc51ef Color will look on black background color. Color contrast ratio is 5.56

#bc51ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc51ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc51ef

#bc51ef color code is use for CSS Background Color

Background color for the above div is #bc51ef

HTML with inline CSS

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

#bc51ef color code is use for CSS Border Color

CSS Border color for the above div is #bc51ef

HTML with inline CSS

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

CSS Border Left color for the above div is #bc51ef

HTML with inline CSS

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

CSS Border Right color for the above div is #bc51ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc51ef

HTML with inline CSS

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

CSS Border Top color for the above div is #bc51ef

HTML with inline CSS

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

#bc51ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc51ef Color code Preview on White Background

This is how #bc51ef Color code will look on white background color. Color contrast ratio is 3.78

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

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,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,239,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,81,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.