Skip to main content Skip to docs navigation

#bd14aa 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 Punk Rock Purple and its hex is #BB11AA Nearest Color Name

Color Hue/Base color: Red

Hex #bd14aa Color code in RGB color code model is created after adding 74.12% red color, 7.84% green color and 66.67% blue color. Hex #bd14aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 10% yellow and 25.88% black.

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

RGB Chart

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

Color Table

Hex Color Code bd14aa #bd14aa
RGB Decimal 189, 20, 170 189, 20, 170
RGB Percent 74%, 8%, 67% rgb(74%, 8%, 67%)
CSS RGBa 189, 20, 170,1 rgba(189,20,170,1)
CMYK Model cmyk(0%,89%,10%,25.88%)
HSL Color Space 307,81% ,41% hsl(307,81% ,41%)
HSV Color Space 307°, 89%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 00010100 10101010
Octal 275 24 252
Decimal 189 20 170
Hex bd 14 aa

Different shades of #bd14aa color code.

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

Darkest of #bd14aa
#33052e
Darker of #bd14aa
#610a57
Dark of #bd14aa
#8f0f81
Base of #bd14aa
#bd14aa
Light of #bd14aa
#e71dd0
Lighter
#ec4bda
Lightest
#f179e3

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

#bd14aa
#14bd27

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

Split Complementary

#bd14aa
#55bd14
#14bd7c

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

Analogous Color

#6d14bd
#8a14bd
#bd14aa
#bd1472
#bd142b

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

#bd14aa
#14aabd
#aabd14

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

#bd14aa
#aabd14
#14bd27
#2714bd

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

#bd14aa
#bd7c14
#14bd27
#1455bd

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 #bd14aa

#050004
#33052e
#610a57
#8f0f81
#bd14aa
#e71dd0
#ec4bda
#f179e3
#f6a7ed

Tints of #bd14aa Color

#bd14aa
#c42eb3
#cb48bc
#d362c6
#da7ccf
#e196d9
#e9b0e2
#f0caec
#f7e4f5
#ffffff

Shades of #bd14aa color code

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

#bd14aa
#a81197
#930f84
#7e0d71
#690b5e
#54084b
#3f0638
#2a0425
#150212
#000000

Tones

#bd14aa
#a8299a
#933e8a
#7e5379
#696869

Tones

Similar Color like #bd14aa color

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

#be15ab
#bf16ac
#c017ad
#c118ae
#c219af
#c31ab0
#c41bb1
#c51cb2
#c61db3
#c71eb4
#c81fb5
#c920b6
#ca21b7
#cb22b8
#bc13a9
#bb12a8
#ba11a7
#b910a6
#b80fa5
#b70ea4
#b60da3
#b50ca2
#b40ba1
#b30aa0
#b2099f
#b1089e
#b0079d
#af069c

Download this Dark Red

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

#bd14aa Color Code Preview on Black Background Color

This is how #bd14aa Color will look on black background color. Color contrast ratio is 3.84

#bd14aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd14aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd14aa

#bd14aa color code is use for CSS Background Color

Background color for the above div is #bd14aa

HTML with inline CSS

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

#bd14aa color code is use for CSS Border Color

CSS Border color for the above div is #bd14aa

HTML with inline CSS

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

CSS Border Left color for the above div is #bd14aa

HTML with inline CSS

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

CSS Border Right color for the above div is #bd14aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd14aa

HTML with inline CSS

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

CSS Border Top color for the above div is #bd14aa

HTML with inline CSS

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

#bd14aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd14aa Color code Preview on White Background

This is how #bd14aa Color code will look on white background color. Color contrast ratio is 5.46

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

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(189,20,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,189,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,20,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }