crispedge.com

Color picker

Loading...

#b059bf hex color - Violet - Warm color - Information

#b059bf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b059bf Color code in RGB color code model is created after adding 69.02% red color, 34.9% green color and 74.9% blue color. Hex #b059bf Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 53% magenta, 0% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb059bf#b059bf
RGB Decimal176, 89, 191rgb(176, 89, 191)
RGB Percent69%, 35%, 75%rgb(69%, 35%, 75%)
CSS RGBa176, 89, 191,1rgba(176,89,191,1)
CMYK Modelcmyk(8%,53%,0%,25%)
HSL Color Space291,44% ,55%hsl(291,44% ,55%)
HSV Color Space291°, 53%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000101100110111111
Octal260131277
Decimal17689191
Hexb059bf

Different shades of #b059bf color code.

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

Light Shade of #b059bf
#c27ecd
Dark Shade of #b059bf
#9640a5
Saturated Shade of #b059bf
#b84eca
Desaturated Shade of #b059bf
#a865b3
Grey scale Shade of #b059bf
#8c8c8c
Brighten Shade
#c972d8
Most Readable Shade
#FFFFFF

Shades of #b059bf color code

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

#b059bf
#9c4fa9
#884594
#753b7f
#61316a
#4e2754
#3a1d3f
#27132a
#130915
#000000

Similar Color like #b059bf color

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

#b15ac0
#b25bc1
#b35cc2
#b45dc3
#b55ec4
#b65fc5
#b760c6
#b861c7
#b962c8
#ba63c9
#bb64ca
#bc65cb
#bd66cc
#be67cd
#af58be
#ae57bd
#ad56bc
#ac55bb
#ab54ba
#aa53b9
#a952b8
#a851b7
#a750b6
#a64fb5
#a54eb4
#a44db3
#a34cb2
#a24bb1

Monochromatic Color with #b059bf

#b059bf
#d76de9
#130a15
#3b1e3f
#62316a
#894594

Tints of #b059bf Color

#b059bf
#b86bc6
#c17dcd
#ca90d4
#d3a2db
#dbb5e2
#e4c7e9
#eddaf0
#f6ecf7
#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

#b059bf
#68bf59

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

Split Complementary

#b059bf
#9bbf59
#59bf7d

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

Analogous Color

#8759bf
#9c59bf
#b059bf
#bf59ba
#bf59a5

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

#b059bf
#bfb059
#59bfb0

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

#b059bf
#bf7d59
#68bf59
#599bbf

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

#b059bf
#68bf59
#59bf7d
#bf599b

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 #b059bf 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.

#b059bf Color Code Preview on Black Background Color

This is how #b059bf Color will look on black background color. Color contrast ratio is 5.03

#b059bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b059bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b059bf

#b059bf color code is use for CSS Background Color

Background color for the above div is #b059bf

HTML with inline CSS

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

#b059bf color code is use for CSS Border Color

CSS Border color for the above div is #b059bf

HTML with inline CSS

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

CSS Border Left color for the above div is #b059bf

HTML with inline CSS

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

CSS Border Right color for the above div is #b059bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b059bf

HTML with inline CSS

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

CSS Border Top color for the above div is #b059bf

HTML with inline CSS

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

#b059bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b059bf Color code Preview on White Background

This is how #b059bf Color code will look on white background color. Color contrast ratio is 4.18

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

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,89,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,191,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,89,191,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.