Skip to main content Skip to docs navigation

#bc68df hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Lavender and its hex is #B56EDC Nearest Color Name

Color Hue/Base color: Violet

Hex #bc68df Color code in RGB color code model is created after adding 73.73% red color, 40.78% green color and 87.45% blue color. Hex #bc68df Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 53% magenta, 0% yellow and 12.55% black.

Hex #bc68df color code is between #bb66dd web safe hex color code and #cc77ee web safe hex color code. #bb66dd is the nearest web safe color code. You can see here many more shades of #bc68df color code.

RGB Chart

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

Color Table

Hex Color Code bc68df #bc68df
RGB Decimal 188, 104, 223 188, 104, 223
RGB Percent 74%, 41%, 87% rgb(74%, 41%, 87%)
CSS RGBa 188, 104, 223,1 rgba(188,104,223,1)
CMYK Model cmyk(16%,53%,0%,12.55%)
HSL Color Space 282,65% ,64% hsl(282,65% ,64%)
HSV Color Space 282°, 53%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 01101000 11011111
Octal 274 150 337
Decimal 188 104 223
Hex bc 68 df

Different shades of #bc68df color code.

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

Darkest of #bc68df
#6e1e90
Darker of #bc68df
#8f27ba
Dark of #bc68df
#a93ed6
Base of #bc68df
#bc68df
Light of #bc68df
#cf92e8
Lighter
#e1bcf1
Lightest
#f4e6fa

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

#bc68df
#8bdf68

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

Split Complementary

#bc68df
#c7df68
#68df81

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

Analogous Color

#7768df
#8a68df
#bc68df
#df68da
#df68a9

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

#bc68df
#68dfbc
#dfbc68

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

#bc68df
#dfbc68
#8bdf68
#688bdf

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bc68df
#df8168
#8bdf68
#68c7df

Square 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).

Monochromatic Color with #bc68df

#4e1666
#6e1e90
#8f27ba
#a93ed6
#bc68df
#cf92e8
#e1bcf1
#f4e6fa
#ffffff

Tints of #bc68df Color

#bc68df
#c378e2
#ca89e6
#d29ae9
#d9abed
#e1bbf0
#e8ccf4
#f0ddf7
#f7eefb
#ffffff

Shades of #bc68df color code

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

#bc68df
#a75cc6
#9250ad
#7d4594
#68397b
#532e63
#3e224a
#291731
#140b18
#000000

Tones

#bc68df
#b47acd
#ad8dba
#a59fa8
#a4a4a4

Tones

Similar Color like #bc68df color

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

#bd69e0
#be6ae1
#bf6be2
#c06ce3
#c16de4
#c26ee5
#c36fe6
#c470e7
#c571e8
#c672e9
#c773ea
#c874eb
#c975ec
#ca76ed
#bb67de
#ba66dd
#b965dc
#b864db
#b763da
#b662d9
#b561d8
#b460d7
#b35fd6
#b25ed5
#b15dd4
#b05cd3
#af5bd2
#ae5ad1

Download this Dark Violet

Hex #bc68df 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.

#bc68df Color Code Preview on Black Background Color

This is how #bc68df Color will look on black background color. Color contrast ratio is 6.18

#bc68df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc68df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc68df

#bc68df color code is use for CSS Background Color

Background color for the above div is #bc68df

HTML with inline CSS

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

#bc68df color code is use for CSS Border Color

CSS Border color for the above div is #bc68df

HTML with inline CSS

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

CSS Border Left color for the above div is #bc68df

HTML with inline CSS

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

CSS Border Right color for the above div is #bc68df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc68df

HTML with inline CSS

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

CSS Border Top color for the above div is #bc68df

HTML with inline CSS

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

#bc68df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc68df Color code Preview on White Background

This is how #bc68df Color code will look on white background color. Color contrast ratio is 3.40

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,104,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,223,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,104,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }