@
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.

#b0579b hex color - Violet - Warm color - Information

#b0579b hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b0579b Color code in RGB color code model is created after adding 69.02% red color, 34.12% green color and 60.78% blue color. Hex #b0579b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 12% yellow and 30.98% black.

Hex #b0579b color code is between #aa5599 web safe hex color code and #bb66aa web safe hex color code. #aa5599 is the nearest web safe color code. You can see here many more shades of #b0579b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code b0579b #b0579b
RGB Decimal 176, 87, 155 rgb(176, 87, 155)
RGB Percent 69%, 34%, 61% rgb(69%, 34%, 61%)
CSS RGBa 176, 87, 155,1 rgba(176,87,155,1)
CMYK Model cmyk(0%,51%,12%,30.98%)
HSL Color Space 314,36% ,52% hsl(314,36% ,52%)
HSV Color Space 314°, 51%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110000 01010111 10011011
Octal 260 127 233
Decimal 176 87 155
Hex b0 57 9b

Different shades of #b0579b color code.

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

Light Shade of #b0579b
#c07ab0
Dark Shade of #b0579b
#90447e
Saturated Shade of #b0579b
#bc4ba2
Desaturated Shade of #b0579b
#a46394
Grey scale Shade of #b0579b
#838383
Brighten Shade
#c970b4
Most Readable Shade
#FFFFFF

Shades of #b0579b color code

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

#b0579b
#9c4d89
#884378
#753a67
#613056
#4e2644
#3a1d33
#271322
#130911
#000000

Similar Color like #b0579b color

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

#b1589c
#b2599d
#b35a9e
#b45b9f
#b55ca0
#b65da1
#b75ea2
#b85fa3
#b960a4
#ba61a5
#bb62a6
#bc63a7
#bd64a8
#be65a9
#af569a
#ae5599
#ad5498
#ac5397
#ab5296
#aa5195
#a95094
#a84f93
#a74e92
#a64d91
#a54c90
#a44b8f
#a34a8e
#a2498d

Monochromatic Color with #b0579b

#b0579b
#da6cc0
#060305
#30182b
#5b2d50
#854276

Tints of #b0579b Color

#b0579b
#b869a6
#c17cb1
#ca8fbc
#d3a1c7
#dbb4d2
#e4c7dd
#edd9e8
#f6ecf3
#ffffff

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

#b0579b
#57b06c

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

Split Complementary

#b0579b
#6fb057
#57b098

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

Analogous Color

#a157b0
#b057ad
#b0579b
#b05789
#b05777

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

#b0579b
#9bb057
#579bb0

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

#b0579b
#b09857
#57b06c
#576eb0

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

Double Complementary Color

#b0579b
#57b06c
#57b098
#b0576f

Double Complementary 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).

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

#b0579b Color Code Preview on Black Background Color

This is how #b0579b Color will look on black background color. Color contrast ratio is 4.68

#b0579b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0579b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b0579b

#b0579b color code is use for CSS Background Color

Background color for the above div is #b0579b

HTML with inline CSS

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

#b0579b color code is use for CSS Border Color

CSS Border color for the above div is #b0579b

HTML with inline CSS

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

CSS Border Left color for the above div is #b0579b

HTML with inline CSS

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

CSS Border Right color for the above div is #b0579b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b0579b

HTML with inline CSS

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

CSS Border Top color for the above div is #b0579b

HTML with inline CSS

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

#b0579b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b0579b Color code Preview on White Background

This is how #b0579b Color code will look on white background color. Color contrast ratio is 4.48

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(176,87,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,176,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,87,155,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.