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

#b090b5 hex color - Violet - Warm color - Information

#b090b5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b090b5 Color code in RGB color code model is created after adding 69.02% red color, 56.47% green color and 70.98% blue color. Hex #b090b5 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 20% magenta, 0% yellow and 29.02% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb090b5#b090b5
RGB Decimal176, 144, 181rgb(176, 144, 181)
RGB Percent69%, 56%, 71%rgb(69%, 56%, 71%)
CSS RGBa176, 144, 181,1rgba(176,144,181,1)
CMYK Modelcmyk(3%,20%,0%,29.02%)
HSL Color Space292,20% ,64%hsl(292,20% ,64%)
HSV Color Space292°, 20%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001001000010110101
Octal260220265
Decimal176144181
Hexb090b5

Different shades of #b090b5 color code.

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

Light Shade of #b090b5
#c6afc9
Dark Shade of #b090b5
#9a71a1
Saturated Shade of #b090b5
#b787be
Desaturated Shade of #b090b5
#a999ac
Grey scale Shade of #b090b5
#a2a2a2
Brighten Shade
#c9a9ce
Most Readable Shade
#000000

Shades of #b090b5 color code

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

#b090b5
#9c80a0
#88708c
#756078
#615064
#4e4050
#3a303c
#272028
#131014
#000000

Similar Color like #b090b5 color

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

#b191b6
#b292b7
#b393b8
#b494b9
#b595ba
#b696bb
#b797bc
#b898bd
#b999be
#ba9abf
#bb9bc0
#bc9cc1
#bd9dc2
#be9ec3
#af8fb4
#ae8eb3
#ad8db2
#ac8cb1
#ab8bb0
#aa8aaf
#a989ae
#a888ad
#a787ac
#a686ab
#a585aa
#a484a9
#a383a8
#a282a7

Monochromatic Color with #b090b5

#b090b5
#d9b2df
#0b090b
#342b35
#5d4c60
#876e8a

Tints of #b090b5 Color

#b090b5
#b89cbd
#c1a8c5
#cab5cd
#d3c1d5
#dbcdde
#e4dae6
#ede6ee
#f6f2f6
#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

#b090b5
#95b590

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

Split Complementary

#b090b5
#a8b590
#90b59d

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

Analogous Color

#a190b5
#a990b5
#b090b5
#b590b3
#b590ab

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

#b090b5
#b5b090
#90b5b0

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

#b090b5
#b59d90
#95b590
#90a7b5

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

#b090b5
#95b590
#90b59d
#b590a8

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

#b090b5 Color Code Preview on Black Background Color

This is how #b090b5 Color will look on black background color. Color contrast ratio is 7.50

#b090b5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b090b5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b090b5

#b090b5 color code is use for CSS Background Color

Background color for the above div is #b090b5

HTML with inline CSS

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

#b090b5 color code is use for CSS Border Color

CSS Border color for the above div is #b090b5

HTML with inline CSS

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

CSS Border Left color for the above div is #b090b5

HTML with inline CSS

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

CSS Border Right color for the above div is #b090b5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b090b5

HTML with inline CSS

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

CSS Border Top color for the above div is #b090b5

HTML with inline CSS

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

#b090b5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b090b5 Color code Preview on White Background

This is how #b090b5 Color code will look on white background color. Color contrast ratio is 2.80

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

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,144,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,181,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,144,181,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.