Skip to main content Skip to docs navigation

#b360aa 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 Pantone 2352 C and its hex is #B565A7 Nearest Color Name

Color Hue/Base color: Violet

Hex #b360aa Color code in RGB color code model is created after adding 70.2% red color, 37.65% green color and 66.67% blue color. Hex #b360aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 5% yellow and 29.8% black.

Hex #b360aa color code is between #bb6699 web safe hex color code and #aa55bb web safe hex color code. #bb6699 is the nearest web safe color code. You can see here many more shades of #b360aa color code.

RGB Chart

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

Color Table

Hex Color Code b360aa #b360aa
RGB Decimal 179, 96, 170 179, 96, 170
RGB Percent 70%, 38%, 67% rgb(70%, 38%, 67%)
CSS RGBa 179, 96, 170,1 rgba(179,96,170,1)
CMYK Model cmyk(0%,46%,5%,29.8%)
HSL Color Space 307,35% ,54% hsl(307,35% ,54%)
HSV Color Space 307°, 46%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 01100000 10101010
Octal 263 140 252
Decimal 179 96 170
Hex b3 60 aa

Different shades of #b360aa color code.

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

Darkest of #b360aa
#53274e
Darker of #b360aa
#75386e
Dark of #b360aa
#98488f
Base of #b360aa
#b360aa
Light of #b360aa
#c383bc
Lighter
#d4a5cf
Lightest
#e4c8e1

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

#b360aa
#60b369

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

Split Complementary

#b360aa
#80b360
#60b393

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

Analogous Color

#8c60b3
#9960b3
#b360aa
#b3608e
#b3606c

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

#b360aa
#60aab3
#aab360

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

#b360aa
#aab360
#60b369
#6960b3

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

#b360aa
#b39360
#60b369
#6080b3

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

#30172d
#53274e
#75386e
#98488f
#b360aa
#c383bc
#d4a5cf
#e4c8e1
#f5eaf4

Tints of #b360aa Color

#b360aa
#bb71b3
#c383bc
#cc95c6
#d4a6cf
#ddb8d9
#e5cae2
#eedbec
#f6edf5
#ffffff

Shades of #b360aa color code

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

#b360aa
#9f5597
#8b4a84
#774071
#63355e
#4f2a4b
#3b2038
#271525
#130a12
#000000

Tones

#b360aa
#9b7798
#898989
#898989
#898989

Tones

Similar Color like #b360aa color

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

#b461ab
#b562ac
#b663ad
#b764ae
#b865af
#b966b0
#ba67b1
#bb68b2
#bc69b3
#bd6ab4
#be6bb5
#bf6cb6
#c06db7
#c16eb8
#b25fa9
#b15ea8
#b05da7
#af5ca6
#ae5ba5
#ad5aa4
#ac59a3
#ab58a2
#aa57a1
#a956a0
#a8559f
#a7549e
#a6539d
#a5529c

Download this Dark Violet

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

#b360aa Color Code Preview on Black Background Color

This is how #b360aa Color will look on black background color. Color contrast ratio is 5.17

#b360aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b360aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b360aa

#b360aa color code is use for CSS Background Color

Background color for the above div is #b360aa

HTML with inline CSS

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

#b360aa color code is use for CSS Border Color

CSS Border color for the above div is #b360aa

HTML with inline CSS

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

CSS Border Left color for the above div is #b360aa

HTML with inline CSS

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

CSS Border Right color for the above div is #b360aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b360aa

HTML with inline CSS

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

CSS Border Top color for the above div is #b360aa

HTML with inline CSS

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

#b360aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b360aa Color code Preview on White Background

This is how #b360aa Color code will look on white background color. Color contrast ratio is 4.06

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

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