crispedge.com

Color picker

Loading...

#bd85bc hex color - Violet - Warm color - Information

#bd85bc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bd85bc Color code in RGB color code model is created after adding 74.12% red color, 52.16% green color and 73.73% blue color. Hex #bd85bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 1% yellow and 26% black.

Hex #bd85bc color code is between #bb88bb web safe hex color code and #cc77cc web safe hex color code. #bb88bb is the nearest web safe color code. You can see here many more shades of #bd85bc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd85bc#bd85bc
RGB Decimal189, 133, 188rgb(189, 133, 188)
RGB Percent74%, 52%, 74%rgb(74%, 52%, 74%)
CSS RGBa189, 133, 188,1rgba(189,133,188,1)
CMYK Modelcmyk(0%,30%,1%,26%)
HSL Color Space301,30% ,63%hsl(301,30% ,63%)
HSV Color Space301°, 30%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011000010110111100
Octal275205274
Decimal189133188
Hexbd85bc

Different shades of #bd85bc color code.

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

Light Shade of #bd85bc
#cfa6ce
Dark Shade of #bd85bc
#ab64aa
Saturated Shade of #bd85bc
#c67cc5
Desaturated Shade of #bd85bc
#b48eb3
Grey scale Shade of #bd85bc
#a1a1a1
Brighten Shade
#d69ed5
Most Readable Shade
#000000

Shades of #bd85bc color code

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

#bd85bc
#a876a7
#936792
#7e587d
#694968
#543b53
#3f2c3e
#2a1d29
#150e14
#000000

Similar Color like #bd85bc color

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

#be86bd
#bf87be
#c088bf
#c189c0
#c28ac1
#c38bc2
#c48cc3
#c58dc4
#c68ec5
#c78fc6
#c890c7
#c991c8
#ca92c9
#cb93ca
#bc84bb
#bb83ba
#ba82b9
#b981b8
#b880b7
#b77fb6
#b67eb5
#b57db4
#b47cb3
#b37bb2
#b27ab1
#b179b0
#b078af
#af77ae

Monochromatic Color with #bd85bc

#bd85bc
#e7a3e6
#130d13
#3d2b3d
#684967
#926792

Tints of #bd85bc Color

#bd85bc
#c492c3
#cba0ca
#d3add2
#dabbd9
#e1c8e1
#e9d6e8
#f0e3f0
#f7f1f7
#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

#bd85bc
#85bd86

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

Split Complementary

#bd85bc
#a0bd85
#85bda2

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

Analogous Color

#a885bd
#b385bd
#bd85bc
#bd85b1
#bd85a6

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

#bd85bc
#bcbd85
#85bcbd

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

#bd85bc
#bda285
#85bd86
#85a0bd

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

#bd85bc
#85bd86
#85bda2
#bd85a0

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

#bd85bc Color Code Preview on Black Background Color

This is how #bd85bc Color will look on black background color. Color contrast ratio is 7.24

#bd85bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd85bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd85bc

#bd85bc color code is use for CSS Background Color

Background color for the above div is #bd85bc

HTML with inline CSS

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

#bd85bc color code is use for CSS Border Color

CSS Border color for the above div is #bd85bc

HTML with inline CSS

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

CSS Border Left color for the above div is #bd85bc

HTML with inline CSS

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

CSS Border Right color for the above div is #bd85bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd85bc

HTML with inline CSS

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

CSS Border Top color for the above div is #bd85bc

HTML with inline CSS

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

#bd85bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd85bc Color code Preview on White Background

This is how #bd85bc Color code will look on white background color. Color contrast ratio is 2.90

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

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