crispedge.com

Color picker

Loading...

#bd4cbd hex color - Violet - Warm color - Information

#bd4cbd hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #bd4cbd color code is between #bb44bb web safe hex color code and #cc55cc web safe hex color code. #bb44bb is the nearest web safe color code. You can see here many more shades of #bd4cbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd4cbd#bd4cbd
RGB Decimal189, 76, 189rgb(189, 76, 189)
RGB Percent74%, 30%, 74%rgb(74%, 30%, 74%)
CSS RGBa189, 76, 189,1rgba(189,76,189,1)
CMYK Modelcmyk(0%,60%,0%,26%)
HSL Color Space300,46% ,52%hsl(300,46% ,52%)
HSV Color Space300°, 60%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010100110010111101
Octal275114275
Decimal18976189
Hexbd4cbd

Different shades of #bd4cbd color code.

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

Light Shade of #bd4cbd
#cb71cb
Dark Shade of #bd4cbd
#9c3a9c
Saturated Shade of #bd4cbd
#c940c9
Desaturated Shade of #bd4cbd
#b158b1
Grey scale Shade of #bd4cbd
#848484
Brighten Shade
#d665d6
Most Readable Shade
#FFFFFF

Shades of #bd4cbd color code

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

#bd4cbd
#a843a8
#933b93
#7e327e
#692a69
#542154
#3f193f
#2a102a
#150815
#000000

Similar Color like #bd4cbd color

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

#be4dbe
#bf4ebf
#c04fc0
#c150c1
#c251c2
#c352c3
#c453c4
#c554c5
#c655c6
#c756c7
#c857c8
#c958c9
#ca59ca
#cb5acb
#bc4bbc
#bb4abb
#ba49ba
#b948b9
#b847b8
#b746b7
#b645b6
#b544b5
#b443b4
#b342b3
#b241b2
#b140b1
#b03fb0
#af3eaf

Monochromatic Color with #bd4cbd

#bd4cbd
#e75de7
#130813
#3d193d
#682a68
#923b92

Tints of #bd4cbd Color

#bd4cbd
#c45fc4
#cb73cb
#d387d3
#da9bda
#e1afe1
#e9c3e9
#f0d7f0
#f7ebf7
#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

#bd4cbd
#4cbd4c

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

Split Complementary

#bd4cbd
#85bd4c
#4cbd85

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

Analogous Color

#904cbd
#a64cbd
#bd4cbd
#bd4ca6
#bd4c90

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

#bd4cbd
#bdbd4c
#4cbdbd

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

#bd4cbd
#bd844c
#4cbd4c
#4c84bd

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

#bd4cbd
#4cbd4c
#4cbd85
#bd4c85

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

#bd4cbd Color Code Preview on Black Background Color

This is how #bd4cbd Color will look on black background color. Color contrast ratio is 4.93

#bd4cbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd4cbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd4cbd

#bd4cbd color code is use for CSS Background Color

Background color for the above div is #bd4cbd

HTML with inline CSS

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

#bd4cbd color code is use for CSS Border Color

CSS Border color for the above div is #bd4cbd

HTML with inline CSS

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

CSS Border Left color for the above div is #bd4cbd

HTML with inline CSS

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

CSS Border Right color for the above div is #bd4cbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd4cbd

HTML with inline CSS

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

CSS Border Top color for the above div is #bd4cbd

HTML with inline CSS

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

#bd4cbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd4cbd Color code Preview on White Background

This is how #bd4cbd Color code will look on white background color. Color contrast ratio is 4.26

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

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