crispedge.com

Color picker

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

#bc55da hex color - Violet - Warm color - Information

#bc55da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc55da Color code in RGB color code model is created after adding 73.73% red color, 33.33% green color and 85.49% blue color. Hex #bc55da Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 61% magenta, 0% yellow and 15% black.

Hex #bc55da color code is between #bb44dd web safe hex color code and #cc66cc web safe hex color code. #bb44dd is the nearest web safe color code. You can see here many more shades of #bc55da color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebc55da#bc55da
RGB Decimal188, 85, 218rgb(188, 85, 218)
RGB Percent74%, 33%, 85%rgb(74%, 33%, 85%)
CSS RGBa188, 85, 218,1rgba(188,85,218,1)
CMYK Modelcmyk(14%,61%,0%,15%)
HSL Color Space286,64% ,59%hsl(286,64% ,59%)
HSV Color Space286°, 61%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000101010111011010
Octal274125332
Decimal18885218
Hexbc55da

Different shades of #bc55da color code.

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

Light Shade of #bc55da
#cd7fe3
Dark Shade of #bc55da
#aa2dcf
Saturated Shade of #bc55da
#c24be4
Desaturated Shade of #bc55da
#b65fd0
Grey scale Shade of #bc55da
#979797
Brighten Shade
#d56ef3
Most Readable Shade
#FFFFFF

Shades of #bc55da color code

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

#bc55da
#a74bc1
#9242a9
#7d3891
#682f79
#532560
#3e1c48
#291230
#140918
#000000

Similar Color like #bc55da color

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

#bd56db
#be57dc
#bf58dd
#c059de
#c15adf
#c25be0
#c35ce1
#c45de2
#c55ee3
#c65fe4
#c760e5
#c861e6
#c962e7
#ca63e8
#bb54d9
#ba53d8
#b952d7
#b851d6
#b750d5
#b64fd4
#b54ed3
#b44dd2
#b34cd1
#b24bd0
#b14acf
#b049ce
#af48cd
#ae47cc

Monochromatic Color with #bc55da

#bc55da
#050205
#291330
#4e235a
#733485
#9744af

Tints of #bc55da Color

#bc55da
#c367de
#ca7ae2
#d28de6
#d9a0ea
#e1b3ee
#e8c6f2
#f0d9f6
#f7ecfa
#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

#bc55da
#73da55

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

Split Complementary

#bc55da
#b5da55
#55da7a

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

Analogous Color

#8755da
#a155da
#bc55da
#d755da
#da55c3

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

#bc55da
#dabc55
#55dabc

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

#bc55da
#da7955
#73da55
#55b5da

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

#bc55da
#73da55
#55da7a
#da55b5

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

#bc55da Color Code Preview on Black Background Color

This is how #bc55da Color will look on black background color. Color contrast ratio is 5.45

#bc55da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc55da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc55da

#bc55da color code is use for CSS Background Color

Background color for the above div is #bc55da

HTML with inline CSS

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

#bc55da color code is use for CSS Border Color

CSS Border color for the above div is #bc55da

HTML with inline CSS

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

CSS Border Left color for the above div is #bc55da

HTML with inline CSS

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

CSS Border Right color for the above div is #bc55da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc55da

HTML with inline CSS

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

CSS Border Top color for the above div is #bc55da

HTML with inline CSS

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

#bc55da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc55da Color code Preview on White Background

This is how #bc55da Color code will look on white background color. Color contrast ratio is 3.85

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

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.