Skip to main content Skip to docs navigation

#b09fe2 hex color | Download Light 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 2645 C and its hex is #AD96DC Nearest Color Name

Color Hue/Base color: Violet

Hex #b09fe2 Color code in RGB color code model is created after adding 69.02% red color, 62.35% green color and 88.63% blue color. Hex #b09fe2 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 30% magenta, 0% yellow and 11.37% black.

Hex #b09fe2 color code is between #aa99dd web safe hex color code and #bbaaee web safe hex color code. #aa99dd is the nearest web safe color code. You can see here many more shades of #b09fe2 color code.

RGB Chart

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

Color Table

Hex Color Code b09fe2 #b09fe2
RGB Decimal 176, 159, 226 176, 159, 226
RGB Percent 69%, 62%, 89% rgb(69%, 62%, 89%)
CSS RGBa 176, 159, 226,1 rgba(176,159,226,1)
CMYK Model cmyk(22%,30%,0%,11.37%)
HSL Color Space 255,54% ,75% hsl(255,54% ,75%)
HSV Color Space 255°, 30%, 89%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110000 10011111 11100010
Octal 260 237 342
Decimal 176 159 226
Hex b0 9f e2

Different shades of #b09fe2 color code.

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

Darkest of #b09fe2
#5536b2
Darker of #b09fe2
#7051ca
Dark of #b09fe2
#9078d6
Base of #b09fe2
#b09fe2
Light of #b09fe2
#d0c6ee
Lighter
#f0edfa
Lightest
#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

#b09fe2
#d1e29f

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

Split Complementary

#b09fe2
#e2d19f
#b0e29f

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

Analogous Color

#9fb5e2
#9faae2
#b09fe2
#c69fe2
#e29fe2

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

#b09fe2
#9fe2b0
#e2b09f

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

#b09fe2
#e2b09f
#d1e29f
#9fd1e2

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

#b09fe2
#e29fb0
#d1e29f
#9fe2d1

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

#432a8b
#5536b2
#7051ca
#9078d6
#b09fe2
#d0c6ee
#f0edfa
#ffffff
#ffffff

Tints of #b09fe2 Color

#b09fe2
#b8a9e5
#c1b4e8
#cabfeb
#d3c9ee
#dbd4f2
#e4dff5
#ede9f8
#f6f4fb
#ffffff

Shades of #b09fe2 color code

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

#b09fe2
#9c8dc8
#887baf
#756a96
#61587d
#4e4664
#3a354b
#272332
#131119
#000000

Tones

#b09fe2
#b6abd5
#bcb8c9
#c0c0c0
#c0c0c0

Tones

Similar Color like #b09fe2 color

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

#b1a0e3
#b2a1e4
#b3a2e5
#b4a3e6
#b5a4e7
#b6a5e8
#b7a6e9
#b8a7ea
#b9a8eb
#baa9ec
#bbaaed
#bcabee
#bdacef
#beadf0
#af9ee1
#ae9de0
#ad9cdf
#ac9bde
#ab9add
#aa99dc
#a998db
#a897da
#a796d9
#a695d8
#a594d7
#a493d6
#a392d5
#a291d4

Download this Light Violet

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

#b09fe2 Color Code Preview on Black Background Color

This is how #b09fe2 Color will look on black background color. Color contrast ratio is 8.90

#b09fe2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b09fe2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b09fe2

#b09fe2 color code is use for CSS Background Color

Background color for the above div is #b09fe2

HTML with inline CSS

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

#b09fe2 color code is use for CSS Border Color

CSS Border color for the above div is #b09fe2

HTML with inline CSS

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

CSS Border Left color for the above div is #b09fe2

HTML with inline CSS

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

CSS Border Right color for the above div is #b09fe2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b09fe2

HTML with inline CSS

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

CSS Border Top color for the above div is #b09fe2

HTML with inline CSS

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

#b09fe2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b09fe2 Color code Preview on White Background

This is how #b09fe2 Color code will look on white background color. Color contrast ratio is 2.36

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

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(176,159,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(209,226,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,159,226,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }