Skip to main content Skip to docs navigation

#b031be hex color | Download Dark 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 Pink Spyro and its hex is #A328B3 Nearest Color Name

Color Hue/Base color: Violet

Hex #b031be Color code in RGB color code model is created after adding 69.02% red color, 19.22% green color and 74.51% blue color. Hex #b031be Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 74% magenta, 0% yellow and 25.49% black.

Hex #b031be color code is between #aa33bb web safe hex color code and #bb22cc web safe hex color code. #aa33bb is the nearest web safe color code. You can see here many more shades of #b031be color code.

RGB Chart

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

Color Table

Hex Color Code b031be #b031be
RGB Decimal 176, 49, 190 176, 49, 190
RGB Percent 69%, 19%, 75% rgb(69%, 19%, 75%)
CSS RGBa 176, 49, 190,1 rgba(176,49,190,1)
CMYK Model cmyk(7%,74%,0%,25.49%)
HSL Color Space 294,59% ,47% hsl(294,59% ,47%)
HSV Color Space 294°, 74%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110000 00110001 10111110
Octal 260 61 276
Decimal 176 49 190
Hex b0 31 be

Different shades of #b031be color code.

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

Darkest of #b031be
#3f1244
Darker of #b031be
#651c6d
Dark of #b031be
#8a2795
Base of #b031be
#b031be
Light of #b031be
#c550d2
Lighter
#d279dc
Lightest
#e0a1e7

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

#b031be
#3fbe31

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

Split Complementary

#b031be
#85be31
#31be69

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

Analogous Color

#5e31be
#7531be
#b031be
#be319d
#be3162

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

#b031be
#31beb0
#beb031

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

#b031be
#beb031
#3fbe31
#313fbe

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

#b031be
#be6931
#3fbe31
#3185be

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

#1a071c
#3f1244
#651c6d
#8a2795
#b031be
#c550d2
#d279dc
#e0a1e7
#edcaf1

Tints of #b031be Color

#b031be
#b847c5
#c15ecc
#ca75d3
#d38cda
#dba3e2
#e4bae9
#edd1f0
#f6e8f7
#ffffff

Shades of #b031be color code

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

#b031be
#9c2ba8
#882693
#75207e
#611b69
#4e1554
#3a103f
#270a2a
#130515
#000000

Tones

#b031be
#9d49a6
#8a618e
#777777
#777777

Tones

Similar Color like #b031be color

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

#b132bf
#b233c0
#b334c1
#b435c2
#b536c3
#b637c4
#b738c5
#b839c6
#b93ac7
#ba3bc8
#bb3cc9
#bc3dca
#bd3ecb
#be3fcc
#af30bd
#ae2fbc
#ad2ebb
#ac2dba
#ab2cb9
#aa2bb8
#a92ab7
#a829b6
#a728b5
#a627b4
#a526b3
#a425b2
#a324b1
#a223b0

Download this Dark Violet

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

#b031be Color Code Preview on Black Background Color

This is how #b031be Color will look on black background color. Color contrast ratio is 4.03

#b031be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b031be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b031be

#b031be color code is use for CSS Background Color

Background color for the above div is #b031be

HTML with inline CSS

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

#b031be color code is use for CSS Border Color

CSS Border color for the above div is #b031be

HTML with inline CSS

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

CSS Border Left color for the above div is #b031be

HTML with inline CSS

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

CSS Border Right color for the above div is #b031be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b031be

HTML with inline CSS

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

CSS Border Top color for the above div is #b031be

HTML with inline CSS

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

#b031be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b031be Color code Preview on White Background

This is how #b031be Color code will look on white background color. Color contrast ratio is 5.21

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

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