crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b085b7 hex color - African Violet - Violet - Warm color - Information

#b085b7 hex color - African Violet - Violet - Warm color

Color Hue/Base color: Violet

Hex #b085b7 Color Code is also known as African Violet color.

Hex #b085b7 Color code in RGB color code model is created after adding 69.02% red color, 52.16% green color and 71.76% blue color. Hex #b085b7 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 27% magenta, 0% yellow and 28% black.

Hex #b085b7 color code is between #aa88bb web safe hex color code and #bb77aa web safe hex color code. #aa88bb is the nearest web safe color code. You can see here many more shades of #b085b7 color code.

0 Likes 0 Comments | 106 Views

Color Table

Hex Color Codeb085b7#b085b7
RGB Decimal176, 133, 183rgb(176, 133, 183)
RGB Percent69%, 52%, 72%rgb(69%, 52%, 72%)
CSS RGBa176, 133, 183,1rgba(176,133,183,1)
CMYK Modelcmyk(4%,27%,0%,28%)
HSL Color Space292,26% ,62%hsl(292,26% ,62%)
HSV Color Space292°, 27%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001000010110110111
Octal260205267
Decimal176133183
Hexb085b7

Different shades of #b085b7 color code.

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

Light Shade of #b085b7
#c5a5ca
Dark Shade of #b085b7
#9b65a4
Saturated Shade of #b085b7
#b77bc1
Desaturated Shade of #b085b7
#a98fad
Grey scale Shade of #b085b7
#9e9e9e
Brighten Shade
#c99ed0
Most Readable Shade
#000000

Shades of #b085b7 color code

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

#b085b7
#9c76a2
#88678e
#75587a
#614965
#4e3b51
#3a2c3d
#271d28
#130e14
#000000

Similar Color like #b085b7 color

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

#b186b8
#b287b9
#b388ba
#b489bb
#b58abc
#b68bbd
#b78cbe
#b88dbf
#b98ec0
#ba8fc1
#bb90c2
#bc91c3
#bd92c4
#be93c5
#af84b6
#ae83b5
#ad82b4
#ac81b3
#ab80b2
#aa7fb1
#a97eb0
#a87daf
#a77cae
#a67bad
#a57aac
#a479ab
#a378aa
#a277a9

Monochromatic Color with #b085b7

#b085b7
#d9a4e1
#0c090d
#352837
#5e4762
#87668c

Tints of #b085b7 Color

#b085b7
#b892bf
#c1a0c7
#caadcf
#d3bbd7
#dbc8df
#e4d6e7
#ede3ef
#f6f1f7
#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

#b085b7
#8cb785

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

Split Complementary

#b085b7
#a5b785
#85b797

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

Analogous Color

#9c85b7
#a685b7
#b085b7
#b785b4
#b785aa

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

#b085b7
#b7b085
#85b7b0

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

#b085b7
#b79785
#8cb785
#85a5b7

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

#b085b7
#8cb785
#85b797
#b785a5

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

#b085b7 Color Code Preview on Black Background Color

This is how #b085b7 Color will look on black background color. Color contrast ratio is 6.88

#b085b7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b085b7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b085b7

#b085b7 color code is use for CSS Background Color

Background color for the above div is #b085b7

HTML with inline CSS

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

#b085b7 color code is use for CSS Border Color

CSS Border color for the above div is #b085b7

HTML with inline CSS

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

CSS Border Left color for the above div is #b085b7

HTML with inline CSS

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

CSS Border Right color for the above div is #b085b7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b085b7

HTML with inline CSS

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

CSS Border Top color for the above div is #b085b7

HTML with inline CSS

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

#b085b7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b085b7 Color code Preview on White Background

This is how #b085b7 Color code will look on white background color. Color contrast ratio is 3.05

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

Related Gradients

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

0 Likes 0 Comments | 106 Views

Post your comment:-

By submitting comment you agree to our privacy policy.