crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bc73e1 hex color - Violet - Warm color - Information

#bc73e1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bc73e1 Color code in RGB color code model is created after adding 73.73% red color, 45.1% green color and 88.24% blue color. Hex #bc73e1 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 49% magenta, 0% yellow and 12% black.

Hex #bc73e1 color code is between #bb77dd web safe hex color code and #cc66ee web safe hex color code. #bb77dd is the nearest web safe color code. You can see here many more shades of #bc73e1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc73e1#bc73e1
RGB Decimal188, 115, 225rgb(188, 115, 225)
RGB Percent74%, 45%, 88%rgb(74%, 45%, 88%)
CSS RGBa188, 115, 225,1rgba(188,115,225,1)
CMYK Modelcmyk(16%,49%,0%,12%)
HSL Color Space280,65% ,67%hsl(280,65% ,67%)
HSV Color Space280°, 49%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000111001111100001
Octal274163341
Decimal188115225
Hexbc73e1

Different shades of #bc73e1 color code.

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

Light Shade of #bc73e1
#d09dea
Dark Shade of #bc73e1
#a849d8
Saturated Shade of #bc73e1
#bf6ae9
Desaturated Shade of #bc73e1
#b97bd8
Grey scale Shade of #bc73e1
#aaaaaa
Brighten Shade
#d58cfa
Most Readable Shade
#000000

Shades of #bc73e1 color code

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

#bc73e1
#a766c8
#9259af
#7d4c96
#683f7d
#533364
#3e264b
#291932
#140c19
#000000

Similar Color like #bc73e1 color

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

#bd74e2
#be75e3
#bf76e4
#c077e5
#c178e6
#c279e7
#c37ae8
#c47be9
#c57cea
#c67deb
#c77eec
#c87fed
#c980ee
#ca81ef
#bb72e0
#ba71df
#b970de
#b86fdd
#b76edc
#b66ddb
#b56cda
#b46bd9
#b36ad8
#b269d7
#b168d6
#b067d5
#af66d4
#ae65d3

Monochromatic Color with #bc73e1

#bc73e1
#0a060c
#2e1c37
#513261
#75488c
#985db6

Tints of #bc73e1 Color

#bc73e1
#c382e4
#ca92e7
#d2a1eb
#d9b1ee
#e1c0f1
#e8d0f5
#f0dff8
#f7effb
#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

#bc73e1
#98e173

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

Split Complementary

#bc73e1
#cfe173
#73e185

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

Analogous Color

#9073e1
#a673e1
#bc73e1
#d273e1
#e173da

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

#bc73e1
#e1bc73
#73e1bc

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

#bc73e1
#e18573
#98e173
#73cfe1

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

#bc73e1
#98e173
#73e185
#e173cf

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

#bc73e1 Color Code Preview on Black Background Color

This is how #bc73e1 Color will look on black background color. Color contrast ratio is 6.68

#bc73e1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc73e1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc73e1

#bc73e1 color code is use for CSS Background Color

Background color for the above div is #bc73e1

HTML with inline CSS

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

#bc73e1 color code is use for CSS Border Color

CSS Border color for the above div is #bc73e1

HTML with inline CSS

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

CSS Border Left color for the above div is #bc73e1

HTML with inline CSS

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

CSS Border Right color for the above div is #bc73e1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc73e1

HTML with inline CSS

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

CSS Border Top color for the above div is #bc73e1

HTML with inline CSS

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

#bc73e1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc73e1 Color code Preview on White Background

This is how #bc73e1 Color code will look on white background color. Color contrast ratio is 3.14

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.