crispedge.com

Color picker

Loading...

#bc86c9 hex color - Violet - Warm color - Information

#bc86c9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc86c9 Color code in RGB color code model is created after adding 73.73% red color, 52.55% green color and 78.82% blue color. Hex #bc86c9 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 33% magenta, 0% yellow and 21% black.

Hex #bc86c9 color code is between #bb88cc web safe hex color code and #cc77bb web safe hex color code. #bb88cc is the nearest web safe color code. You can see here many more shades of #bc86c9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc86c9#bc86c9
RGB Decimal188, 134, 201rgb(188, 134, 201)
RGB Percent74%, 53%, 79%rgb(74%, 53%, 79%)
CSS RGBa188, 134, 201,1rgba(188,134,201,1)
CMYK Modelcmyk(6%,33%,0%,21%)
HSL Color Space288,38% ,66%hsl(288,38% ,66%)
HSV Color Space288°, 33%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001000011011001001
Octal274206311
Decimal188134201
Hexbc86c9

Different shades of #bc86c9 color code.

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

Light Shade of #bc86c9
#d0a9d9
Dark Shade of #bc86c9
#a863b9
Saturated Shade of #bc86c9
#c17dd2
Desaturated Shade of #bc86c9
#b78fc0
Grey scale Shade of #bc86c9
#a7a7a7
Brighten Shade
#d59fe2
Most Readable Shade
#000000

Shades of #bc86c9 color code

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

#bc86c9
#a777b2
#92689c
#7d5986
#684a6f
#533b59
#3e2c43
#291d2c
#140e16
#000000

Similar Color like #bc86c9 color

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

#bd87ca
#be88cb
#bf89cc
#c08acd
#c18bce
#c28ccf
#c38dd0
#c48ed1
#c58fd2
#c690d3
#c791d4
#c892d5
#c993d6
#ca94d7
#bb85c8
#ba84c7
#b983c6
#b882c5
#b781c4
#b680c3
#b57fc2
#b47ec1
#b37dc0
#b27cbf
#b17bbe
#b07abd
#af79bc
#ae78bb

Monochromatic Color with #bc86c9

#bc86c9
#e4a2f3
#1d151f
#453149
#6c4d74
#946a9e

Tints of #bc86c9 Color

#bc86c9
#c393cf
#caa0d5
#d2aedb
#d9bbe1
#e1c9e7
#e8d6ed
#f0e4f3
#f7f1f9
#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

#bc86c9
#93c986

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

Split Complementary

#bc86c9
#b5c986
#86c99b

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

Analogous Color

#a186c9
#af86c9
#bc86c9
#c986c9
#c986bb

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

#bc86c9
#c9bc86
#86c9bc

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

#bc86c9
#c99a86
#93c986
#86b4c9

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

#bc86c9
#93c986
#86c99b
#c986b5

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

#bc86c9 Color Code Preview on Black Background Color

This is how #bc86c9 Color will look on black background color. Color contrast ratio is 7.39

#bc86c9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc86c9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc86c9

#bc86c9 color code is use for CSS Background Color

Background color for the above div is #bc86c9

HTML with inline CSS

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

#bc86c9 color code is use for CSS Border Color

CSS Border color for the above div is #bc86c9

HTML with inline CSS

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

CSS Border Left color for the above div is #bc86c9

HTML with inline CSS

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

CSS Border Right color for the above div is #bc86c9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc86c9

HTML with inline CSS

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

CSS Border Top color for the above div is #bc86c9

HTML with inline CSS

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

#bc86c9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc86c9 Color code Preview on White Background

This is how #bc86c9 Color code will look on white background color. Color contrast ratio is 2.84

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

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,134,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,201,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,134,201,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.