Skip to main content Skip to docs navigation

#b474aa 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 Eccentric Magenta and its hex is #B576A7 Nearest Color Name

Color Hue/Base color: Red

Hex #b474aa Color code in RGB color code model is created after adding 70.59% red color, 45.49% green color and 66.67% blue color. Hex #b474aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 6% yellow and 29.41% black.

Hex #b474aa color code is between #bb7799 web safe hex color code and #aa66bb web safe hex color code. #bb7799 is the nearest web safe color code. You can see here many more shades of #b474aa color code.

RGB Chart

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

Color Table

Hex Color Code b474aa #b474aa
RGB Decimal 180, 116, 170 180, 116, 170
RGB Percent 71%, 45%, 67% rgb(71%, 45%, 67%)
CSS RGBa 180, 116, 170,1 rgba(180,116,170,1)
CMYK Model cmyk(0%,36%,6%,29.41%)
HSL Color Space 309,30% ,58% hsl(309,30% ,58%)
HSV Color Space 309°, 36%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110100 01110100 10101010
Octal 264 164 252
Decimal 180 116 170
Hex b4 74 aa

Different shades of #b474aa color code.

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

Darkest of #b474aa
#5d3256
Darker of #b474aa
#7e4475
Dark of #b474aa
#9f5694
Base of #b474aa
#b474aa
Light of #b474aa
#c695be
Lighter
#d8b6d3
Lightest
#ead7e7

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

#b474aa
#74b47e

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

Split Complementary

#b474aa
#8ab474
#74b49e

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

Analogous Color

#9974b4
#a374b4
#b474aa
#b47495
#b4747a

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

#b474aa
#74aab4
#aab474

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

#b474aa
#aab474
#74b47e
#7e74b4

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

#b474aa
#b49e74
#74b47e
#748ab4

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

#3c2037
#5d3256
#7e4475
#9f5694
#b474aa
#c695be
#d8b6d3
#ead7e7
#fbf9fb

Tints of #b474aa Color

#b474aa
#bc83b3
#c492bc
#cda2c6
#d5b1cf
#ddc1d9
#e6d0e2
#eee0ec
#f6eff5
#ffffff

Shades of #b474aa color code

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

#b474aa
#a06797
#8c5a84
#784d71
#64405e
#50334b
#3c2638
#281925
#140c12
#000000

Tones

#b474aa
#9f899b
#949494
#949494
#949494

Tones

Similar Color like #b474aa color

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

#b575ab
#b676ac
#b777ad
#b878ae
#b979af
#ba7ab0
#bb7bb1
#bc7cb2
#bd7db3
#be7eb4
#bf7fb5
#c080b6
#c181b7
#c282b8
#b373a9
#b272a8
#b171a7
#b070a6
#af6fa5
#ae6ea4
#ad6da3
#ac6ca2
#ab6ba1
#aa6aa0
#a9699f
#a8689e
#a7679d
#a6669c

Download this Dark Red

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

#b474aa Color Code Preview on Black Background Color

This is how #b474aa Color will look on black background color. Color contrast ratio is 6.02

#b474aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b474aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b474aa

#b474aa color code is use for CSS Background Color

Background color for the above div is #b474aa

HTML with inline CSS

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

#b474aa color code is use for CSS Border Color

CSS Border color for the above div is #b474aa

HTML with inline CSS

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

CSS Border Left color for the above div is #b474aa

HTML with inline CSS

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

CSS Border Right color for the above div is #b474aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b474aa

HTML with inline CSS

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

CSS Border Top color for the above div is #b474aa

HTML with inline CSS

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

#b474aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b474aa Color code Preview on White Background

This is how #b474aa Color code will look on white background color. Color contrast ratio is 3.49

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

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