crispedge.com

Color picker

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

#bc5df3 hex color - Violet - Warm color - Information

#bc5df3 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bc5df3 Color code in RGB color code model is created after adding 73.73% red color, 36.47% green color and 95.29% blue color. Hex #bc5df3 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 62% magenta, 0% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc5df3#bc5df3
RGB Decimal188, 93, 243rgb(188, 93, 243)
RGB Percent74%, 36%, 95%rgb(74%, 36%, 95%)
CSS RGBa188, 93, 243,1rgba(188,93,243,1)
CMYK Modelcmyk(23%,62%,0%,5%)
HSL Color Space278,86% ,66%hsl(278,86% ,66%)
HSV Color Space278°, 62%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101110111110011
Octal274135363
Decimal18893243
Hexbc5df3

Different shades of #bc5df3 color code.

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

Light Shade of #bc5df3
#d08cf7
Dark Shade of #bc5df3
#a82eef
Saturated Shade of #bc5df3
#be54fc
Desaturated Shade of #bc5df3
#ba66ea
Grey scale Shade of #bc5df3
#a8a8a8
Brighten Shade
#d576ff
Most Readable Shade
#000000

Shades of #bc5df3 color code

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

#bc5df3
#a752d8
#9248bd
#7d3ea2
#683387
#53296c
#3e1f51
#291436
#140a1b
#000000

Similar Color like #bc5df3 color

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

#bd5ef4
#be5ff5
#bf60f6
#c061f7
#c162f8
#c263f9
#c364fa
#c465fb
#c566fc
#c667fd
#c768fe
#c869ff
#c96aff
#ca6bff
#bb5cf2
#ba5bf1
#b95af0
#b859ef
#b758ee
#b657ed
#b556ec
#b455eb
#b354ea
#b253e9
#b152e8
#b051e7
#af50e6
#ae4fe5

Monochromatic Color with #bc5df3

#bc5df3
#180c1e
#381c49
#592c73
#7a3c9e
#9b4dc8

Tints of #bc5df3 Color

#bc5df3
#c36ff4
#ca81f5
#d293f7
#d9a5f8
#e1b7f9
#e8c9fb
#f0dbfc
#f7edfd
#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

#bc5df3
#94f35d

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

Split Complementary

#bc5df3
#dff35d
#5df371

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

Analogous Color

#805df3
#9e5df3
#bc5df3
#da5df3
#f35dee

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

#bc5df3
#f3bc5d
#5df3bc

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

#bc5df3
#f3715d
#94f35d
#5ddff3

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

#bc5df3
#94f35d
#5df371
#f35ddf

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

#bc5df3 Color Code Preview on Black Background Color

This is how #bc5df3 Color will look on black background color. Color contrast ratio is 6.00

#bc5df3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc5df3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc5df3

#bc5df3 color code is use for CSS Background Color

Background color for the above div is #bc5df3

HTML with inline CSS

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

#bc5df3 color code is use for CSS Border Color

CSS Border color for the above div is #bc5df3

HTML with inline CSS

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

CSS Border Left color for the above div is #bc5df3

HTML with inline CSS

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

CSS Border Right color for the above div is #bc5df3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc5df3

HTML with inline CSS

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

CSS Border Top color for the above div is #bc5df3

HTML with inline CSS

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

#bc5df3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc5df3 Color code Preview on White Background

This is how #bc5df3 Color code will look on white background color. Color contrast ratio is 3.50

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

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.