crispedge.com

Color picker

Loading...

#bc4bad hex color - Violet - Warm color - Information

#bc4bad hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #bc4bad color code is between #bb44aa web safe hex color code and #cc55bb web safe hex color code. #bb44aa is the nearest web safe color code. You can see here many more shades of #bc4bad color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebc4bad#bc4bad
RGB Decimal188, 75, 173rgb(188, 75, 173)
RGB Percent74%, 29%, 68%rgb(74%, 29%, 68%)
CSS RGBa188, 75, 173,1rgba(188,75,173,1)
CMYK Modelcmyk(0%,60%,8%,26%)
HSL Color Space308,46% ,52%hsl(308,46% ,52%)
HSV Color Space308°, 60%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000100101110101101
Octal274113255
Decimal18875173
Hexbc4bad

Different shades of #bc4bad color code.

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

Light Shade of #bc4bad
#ca70be
Dark Shade of #bc4bad
#9a3a8e
Saturated Shade of #bc4bad
#c83fb6
Desaturated Shade of #bc4bad
#b057a4
Grey scale Shade of #bc4bad
#838383
Brighten Shade
#d564c6
Most Readable Shade
#FFFFFF

Shades of #bc4bad color code

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

#bc4bad
#a74299
#923a86
#7d3273
#682960
#53214c
#3e1939
#291026
#140813
#000000

Similar Color like #bc4bad color

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

#bd4cae
#be4daf
#bf4eb0
#c04fb1
#c150b2
#c251b3
#c352b4
#c453b5
#c554b6
#c655b7
#c756b8
#c857b9
#c958ba
#ca59bb
#bb4aac
#ba49ab
#b948aa
#b847a9
#b746a8
#b645a7
#b544a6
#b443a5
#b342a4
#b241a3
#b140a2
#b03fa1
#af3ea0
#ae3d9f

Monochromatic Color with #bc4bad

#bc4bad
#e65cd4
#120711
#3c1838
#67295f
#913a86

Tints of #bc4bad Color

#bc4bad
#c35fb6
#ca73bf
#d287c8
#d99bd1
#e1afda
#e8c3e3
#f0d7ec
#f7ebf5
#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

#bc4bad
#4bbc5a

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

Split Complementary

#bc4bad
#75bc4b
#4bbc93

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

Analogous Color

#9e4bbc
#b44bbc
#bc4bad
#bc4b96
#bc4b80

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

#bc4bad
#adbc4b
#4badbc

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

#bc4bad
#bc924b
#4bbc5a
#4b74bc

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

#bc4bad
#4bbc5a
#4bbc93
#bc4b75

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

#bc4bad Color Code Preview on Black Background Color

This is how #bc4bad Color will look on black background color. Color contrast ratio is 4.75

#bc4bad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc4bad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc4bad

#bc4bad color code is use for CSS Background Color

Background color for the above div is #bc4bad

HTML with inline CSS

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

#bc4bad color code is use for CSS Border Color

CSS Border color for the above div is #bc4bad

HTML with inline CSS

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

CSS Border Left color for the above div is #bc4bad

HTML with inline CSS

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

CSS Border Right color for the above div is #bc4bad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc4bad

HTML with inline CSS

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

CSS Border Top color for the above div is #bc4bad

HTML with inline CSS

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

#bc4bad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc4bad Color code Preview on White Background

This is how #bc4bad Color code will look on white background color. Color contrast ratio is 4.42

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

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,75,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,188,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,75,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.