Skip to main content Skip to docs navigation

#b459aa hex color | Download Dark Violet 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 Royalty Loyalty and its hex is #AE58AB Nearest Color Name

Color Hue/Base color: Violet

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

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

RGB Chart

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

Color Table

Hex Color Code b459aa #b459aa
RGB Decimal 180, 89, 170 180, 89, 170
RGB Percent 71%, 35%, 67% rgb(71%, 35%, 67%)
CSS RGBa 180, 89, 170,1 rgba(180,89,170,1)
CMYK Model cmyk(0%,51%,6%,29.41%)
HSL Color Space 307,38% ,53% hsl(307,38% ,53%)
HSV Color Space 307°, 51%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110100 01011001 10101010
Octal 264 131 252
Decimal 180 89 170
Hex b4 59 aa

Different shades of #b459aa color code.

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

Darkest of #b459aa
#50244b
Darker of #b459aa
#73346c
Dark of #b459aa
#96448d
Base of #b459aa
#b459aa
Light of #b459aa
#c47cbc
Lighter
#d49fce
Lightest
#e4c2e0

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

#b459aa
#59b463

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

Split Complementary

#b459aa
#7db459
#59b491

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

Analogous Color

#8959b4
#9859b4
#b459aa
#b4598c
#b45966

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

#b459aa
#59aab4
#aab459

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

#b459aa
#aab459
#59b463
#6359b4

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

#b459aa
#b49159
#59b463
#597db4

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

#2d142a
#50244b
#73346c
#96448d
#b459aa
#c47cbc
#d49fce
#e4c2e0
#f3e6f2

Tints of #b459aa Color

#b459aa
#bc6bb3
#c47dbc
#cd90c6
#d5a2cf
#ddb5d9
#e6c7e2
#eedaec
#f6ecf5
#ffffff

Shades of #b459aa color code

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

#b459aa
#a04f97
#8c4584
#783b71
#64315e
#50274b
#3c1d38
#281325
#140912
#000000

Tones

#b459aa
#9c7197
#878787
#878787
#878787

Tones

Similar Color like #b459aa color

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

#b55aab
#b65bac
#b75cad
#b85dae
#b95eaf
#ba5fb0
#bb60b1
#bc61b2
#bd62b3
#be63b4
#bf64b5
#c065b6
#c166b7
#c267b8
#b358a9
#b257a8
#b156a7
#b055a6
#af54a5
#ae53a4
#ad52a3
#ac51a2
#ab50a1
#aa4fa0
#a94e9f
#a84d9e
#a74c9d
#a64b9c

Download this Dark Violet

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

#b459aa Color Code Preview on Black Background Color

This is how #b459aa Color will look on black background color. Color contrast ratio is 4.95

#b459aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b459aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b459aa

#b459aa color code is use for CSS Background Color

Background color for the above div is #b459aa

HTML with inline CSS

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

#b459aa color code is use for CSS Border Color

CSS Border color for the above div is #b459aa

HTML with inline CSS

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

CSS Border Left color for the above div is #b459aa

HTML with inline CSS

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

CSS Border Right color for the above div is #b459aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b459aa

HTML with inline CSS

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

CSS Border Top color for the above div is #b459aa

HTML with inline CSS

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

#b459aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b459aa Color code Preview on White Background

This is how #b459aa Color code will look on white background color. Color contrast ratio is 4.24

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

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