crispedge.com

Color picker

Loading...

#bc9fda hex color - Violet - Cool color - Information

#bc9fda hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #bc9fda color code is between #bb99dd web safe hex color code and #ccaacc web safe hex color code. #bb99dd is the nearest web safe color code. You can see here many more shades of #bc9fda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc9fda#bc9fda
RGB Decimal188, 159, 218rgb(188, 159, 218)
RGB Percent74%, 62%, 85%rgb(74%, 62%, 85%)
CSS RGBa188, 159, 218,1rgba(188,159,218,1)
CMYK Modelcmyk(14%,27%,0%,15%)
HSL Color Space269,44% ,74%hsl(269,44% ,74%)
HSV Color Space269°, 27%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001001111111011010
Octal274237332
Decimal188159218
Hexbc9fda

Different shades of #bc9fda color code.

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

Light Shade of #bc9fda
#d6c4e8
Dark Shade of #bc9fda
#a27acc
Saturated Shade of #bc9fda
#bc98e1
Desaturated Shade of #bc9fda
#bca6d3
Grey scale Shade of #bc9fda
#bcbcbc
Brighten Shade
#d5b8f3
Most Readable Shade
#000000

Shades of #bc9fda color code

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

#bc9fda
#a78dc1
#927ba9
#7d6a91
#685879
#534660
#3e3548
#292330
#141118
#000000

Similar Color like #bc9fda color

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

#bda0db
#bea1dc
#bfa2dd
#c0a3de
#c1a4df
#c2a5e0
#c3a6e1
#c4a7e2
#c5a8e3
#c6a9e4
#c7aae5
#c8abe6
#c9ace7
#caade8
#bb9ed9
#ba9dd8
#b99cd7
#b89bd6
#b79ad5
#b699d4
#b598d3
#b497d2
#b396d1
#b295d0
#b194cf
#b093ce
#af92cd
#ae91cc

Monochromatic Color with #bc9fda

#bc9fda
#050405
#292330
#4e425a
#736185
#9780af

Tints of #bc9fda Color

#bc9fda
#c3a9de
#cab4e2
#d2bfe6
#d9c9ea
#e1d4ee
#e8dff2
#f0e9f6
#f7f4fa
#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

#bc9fda
#bdda9f

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

Split Complementary

#bc9fda
#dada9f
#a0da9f

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

Analogous Color

#a49fda
#b09fda
#bc9fda
#c89fda
#d49fda

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

#bc9fda
#dabc9f
#9fdabc

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

#bc9fda
#da9f9f
#bdda9f
#9fdad9

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

#bc9fda
#bdda9f
#a0da9f
#da9fda

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

#bc9fda Color Code Preview on Black Background Color

This is how #bc9fda Color will look on black background color. Color contrast ratio is 9.11

#bc9fda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9fda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc9fda

#bc9fda color code is use for CSS Background Color

Background color for the above div is #bc9fda

HTML with inline CSS

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

#bc9fda color code is use for CSS Border Color

CSS Border color for the above div is #bc9fda

HTML with inline CSS

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

CSS Border Left color for the above div is #bc9fda

HTML with inline CSS

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

CSS Border Right color for the above div is #bc9fda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc9fda

HTML with inline CSS

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

CSS Border Top color for the above div is #bc9fda

HTML with inline CSS

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

#bc9fda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc9fda Color code Preview on White Background

This is how #bc9fda Color code will look on white background color. Color contrast ratio is 2.31

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

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,159,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,218,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,159,218,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.