Skip to main content Skip to docs navigation

#bc16af hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 247 C and its hex is #BB16A3 Nearest Color Name

Color Hue/Base color: Red

Hex #bc16af Color code in RGB color code model is created after adding 73.73% red color, 8.63% green color and 68.63% blue color. Hex #bc16af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 7% yellow and 26.27% black.

Hex #bc16af color code is between #bb11aa web safe hex color code and #cc22bb web safe hex color code. #bb11aa is the nearest web safe color code. You can see here many more shades of #bc16af color code.

RGB Chart

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

Color Table

Hex Color Code bc16af #bc16af
RGB Decimal 188, 22, 175 188, 22, 175
RGB Percent 74%, 9%, 69% rgb(74%, 9%, 69%)
CSS RGBa 188, 22, 175,1 rgba(188,22,175,1)
CMYK Model cmyk(0%,88%,7%,26.27%)
HSL Color Space 305,79% ,41% hsl(305,79% ,41%)
HSV Color Space 305°, 88%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 00010110 10101111
Octal 274 26 257
Decimal 188 22 175
Hex bc 16 af

Different shades of #bc16af color code.

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

Darkest of #bc16af
#330630
Darker of #bc16af
#610b5a
Dark of #bc16af
#8e1185
Base of #bc16af
#bc16af
Light of #bc16af
#e520d6
Lighter
#ea4ede
Lightest
#f07be7

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

#bc16af
#16bc23

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

Split Complementary

#bc16af
#5cbc16
#16bc76

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

Analogous Color

#6816bc
#8416bc
#bc16af
#bc1678
#bc1632

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

#bc16af
#16afbc
#afbc16

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

#bc16af
#afbc16
#16bc23
#2316bc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bc16af
#bc7616
#16bc23
#165cbc

Square 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).

Monochromatic Color with #bc16af

#050105
#330630
#610b5a
#8e1185
#bc16af
#e520d6
#ea4ede
#f07be7
#f5a9ef

Tints of #bc16af Color

#bc16af
#c32fb7
#ca49c0
#d263c9
#d97dd2
#e197db
#e8b1e4
#f0cbed
#f7e5f6
#ffffff

Shades of #bc16af color code

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

#bc16af
#a7139b
#921188
#7d0e74
#680c61
#53094d
#3e073a
#290426
#140213
#000000

Tones

#bc16af
#a72b9d
#92408c
#7d557a
#696969

Tones

Similar Color like #bc16af color

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

#bd17b0
#be18b1
#bf19b2
#c01ab3
#c11bb4
#c21cb5
#c31db6
#c41eb7
#c51fb8
#c620b9
#c721ba
#c822bb
#c923bc
#ca24bd
#bb15ae
#ba14ad
#b913ac
#b812ab
#b711aa
#b610a9
#b50fa8
#b40ea7
#b30da6
#b20ca5
#b10ba4
#b00aa3
#af09a2
#ae08a1

Download this Dark Red

Hex #bc16af 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.

#bc16af Color Code Preview on Black Background Color

This is how #bc16af Color will look on black background color. Color contrast ratio is 3.87

#bc16af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc16af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc16af

#bc16af color code is use for CSS Background Color

Background color for the above div is #bc16af

HTML with inline CSS

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

#bc16af color code is use for CSS Border Color

CSS Border color for the above div is #bc16af

HTML with inline CSS

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

CSS Border Left color for the above div is #bc16af

HTML with inline CSS

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

CSS Border Right color for the above div is #bc16af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc16af

HTML with inline CSS

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

CSS Border Top color for the above div is #bc16af

HTML with inline CSS

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

#bc16af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc16af Color code Preview on White Background

This is how #bc16af Color code will look on white background color. Color contrast ratio is 5.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 #bc16af; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bc16af; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,22,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(22,188,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,22,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }