crispedge.com

Color picker

Loading...

#bc61fb hex color - Violet - Warm color - Information

#bc61fb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bc61fb Color code in RGB color code model is created after adding 73.73% red color, 38.04% green color and 98.43% blue color. Hex #bc61fb Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 61% magenta, 0% yellow and 2% black.

Hex #bc61fb color code is between #bb66ff web safe hex color code and #cc55ee web safe hex color code. #bb66ff is the nearest web safe color code. You can see here many more shades of #bc61fb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc61fb#bc61fb
RGB Decimal188, 97, 251rgb(188, 97, 251)
RGB Percent74%, 38%, 98%rgb(74%, 38%, 98%)
CSS RGBa188, 97, 251,1rgba(188,97,251,1)
CMYK Modelcmyk(25%,61%,0%,2%)
HSL Color Space275,95% ,68%hsl(275,95% ,68%)
HSV Color Space275°, 61%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000110000111111011
Octal274141373
Decimal18897251
Hexbc61fb

Different shades of #bc61fb color code.

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

Light Shade of #bc61fb
#d193fc
Dark Shade of #bc61fb
#a72ffa
Saturated Shade of #bc61fb
#bd5dff
Desaturated Shade of #bc61fb
#bb69f3
Grey scale Shade of #bc61fb
#aeaeae
Brighten Shade
#d57aff
Most Readable Shade
#000000

Shades of #bc61fb color code

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

#bc61fb
#a756df
#924bc3
#7d40a7
#68358b
#532b6f
#3e2053
#291537
#140a1b
#000000

Similar Color like #bc61fb color

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

#bd62fc
#be63fd
#bf64fe
#c065ff
#c166ff
#c267ff
#c368ff
#c469ff
#c56aff
#c66bff
#c76cff
#c86dff
#c96eff
#ca6fff
#bb60fa
#ba5ff9
#b95ef8
#b85df7
#b75cf6
#b65bf5
#b55af4
#b459f3
#b358f2
#b257f1
#b156f0
#b055ef
#af54ee
#ae53ed

Monochromatic Color with #bc61fb

#bc61fb
#1d0f26
#3d1f51
#5d307b
#7c40a6
#9c51d0

Tints of #bc61fb Color

#bc61fb
#c372fb
#ca84fb
#d295fc
#d9a7fc
#e1b8fd
#e8cafd
#f0dbfe
#f7edfe
#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

#bc61fb
#a0fb61

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

Split Complementary

#bc61fb
#edfb61
#61fb6f

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

Analogous Color

#7e61fb
#9d61fb
#bc61fb
#db61fb
#fa61fb

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

#bc61fb
#fbbc61
#61fbbc

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

#bc61fb
#fb6f61
#a0fb61
#61edfb

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

#bc61fb
#a0fb61
#61fb6f
#fb61ed

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

#bc61fb Color Code Preview on Black Background Color

This is how #bc61fb Color will look on black background color. Color contrast ratio is 6.24

#bc61fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc61fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc61fb

#bc61fb color code is use for CSS Background Color

Background color for the above div is #bc61fb

HTML with inline CSS

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

#bc61fb color code is use for CSS Border Color

CSS Border color for the above div is #bc61fb

HTML with inline CSS

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

CSS Border Left color for the above div is #bc61fb

HTML with inline CSS

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

CSS Border Right color for the above div is #bc61fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc61fb

HTML with inline CSS

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

CSS Border Top color for the above div is #bc61fb

HTML with inline CSS

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

#bc61fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc61fb Color code Preview on White Background

This is how #bc61fb Color code will look on white background color. Color contrast ratio is 3.36

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

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,97,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,251,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,97,251,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.