crispedge.com

#bc14d4 hex color - Violet - Warm color - Information

#bc14d4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bc14d4 Color code in RGB color code model is created after adding 73.73% red color, 7.84% green color and 83.14% blue color. Hex #bc14d4 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 91% magenta, 0% yellow and 16.86% black.

Hex #bc14d4 color code is between #bb11cc web safe hex color code and #cc22dd web safe hex color code. #bb11cc is the nearest web safe color code. You can see here many more shades of #bc14d4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc14d4#bc14d4
RGB Decimal188, 20, 212rgb(188, 20, 212)
RGB Percent74%, 8%, 83%rgb(74%, 8%, 83%)
CSS RGBa188, 20, 212,1rgba(188,20,212,1)
CMYK Modelcmyk(11%,91%,0%,16.86%)
HSL Color Space293,83% ,45%hsl(293,83% ,45%)
HSV Color Space293°, 91%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000001010011010100
Octal27424324
Decimal18820212
Hexbc14d4

Different shades of #bc14d4 color code.

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

Light Shade of #bc14d4
#d430eb
Dark Shade of #bc14d4
#9310a5
Saturated Shade of #bc14d4
#c508e0
Desaturated Shade of #bc14d4
#b320c8
Grey scale Shade of #bc14d4
#747474
Brighten Shade
#d52ded
Most Readable Shade
#FFFFFF

Shades of #bc14d4 color code

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

#bc14d4
#a711bc
#920fa4
#7d0d8d
#680b75
#53085e
#3e0646
#29042f
#140217
#000000

Similar Color like #bc14d4 color

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

#bd15d5
#be16d6
#bf17d7
#c018d8
#c119d9
#c21ada
#c31bdb
#c41cdc
#c51ddd
#c61ede
#c71fdf
#c820e0
#c921e1
#ca22e2
#bb13d3
#ba12d2
#b911d1
#b810d0
#b70fcf
#b60ece
#b50dcd
#b40ccc
#b30bcb
#b20aca
#b109c9
#b008c8
#af07c7
#ae06c6

Monochromatic Color with #bc14d4

#bc14d4
#e218fe
#25042a
#4b0854
#710c7f
#9610a9

Tints of #bc14d4 Color

#bc14d4
#c32ed8
#ca48dd
#d262e2
#d97ce7
#e196eb
#e8b0f0
#f0caf5
#f7e4fa
#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

#bc14d4
#2cd414

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

Split Complementary

#bc14d4
#8cd414
#14d45c

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

Analogous Color

#6f14d4
#9614d4
#bc14d4
#d414c6
#d4149f

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

#bc14d4
#d4bc14
#14d4bc

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

#bc14d4
#d45c14
#2cd414
#148cd4

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

#bc14d4
#2cd414
#14d45c
#d4148c

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

#bc14d4 Color Code Preview on Black Background Color

This is how #bc14d4 Color will look on black background color. Color contrast ratio is 4.19

#bc14d4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc14d4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc14d4

#bc14d4 color code is use for CSS Background Color

Background color for the above div is #bc14d4

HTML with inline CSS

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

#bc14d4 color code is use for CSS Border Color

CSS Border color for the above div is #bc14d4

HTML with inline CSS

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

CSS Border Left color for the above div is #bc14d4

HTML with inline CSS

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

CSS Border Right color for the above div is #bc14d4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc14d4

HTML with inline CSS

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

CSS Border Top color for the above div is #bc14d4

HTML with inline CSS

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

#bc14d4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc14d4 Color code Preview on White Background

This is how #bc14d4 Color code will look on white background color. Color contrast ratio is 5.01

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

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,20,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,212,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,20,212,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.