Skip to main content Skip to docs navigation

#b474fb 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 Easter Purple and its hex is #C071FE Nearest Color Name

Color Hue/Base color: Violet

Hex #b474fb Color code in RGB color code model is created after adding 70.59% red color, 45.49% green color and 98.43% blue color. Hex #b474fb Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 54% magenta, 0% yellow and 1.57% black.

Hex #b474fb color code is between #bb77ff web safe hex color code and #aa66ee web safe hex color code. #bb77ff is the nearest web safe color code. You can see here many more shades of #b474fb color code.

RGB Chart

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

Color Table

Hex Color Code b474fb #b474fb
RGB Decimal 180, 116, 251 180, 116, 251
RGB Percent 71%, 45%, 98% rgb(71%, 45%, 98%)
CSS RGBa 180, 116, 251,1 rgba(180,116,251,1)
CMYK Model cmyk(28%,54%,0%,1.57%)
HSL Color Space 268,94% ,72% hsl(268,94% ,72%)
HSV Color Space 268°, 54%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110100 01110100 11111011
Octal 264 164 373
Decimal 180 116 251
Hex b4 74 fb

Different shades of #b474fb color code.

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

Darkest of #b474fb
#6606d0
Darker of #b474fb
#7e11f8
Dark of #b474fb
#9942fa
Base of #b474fb
#b474fb
Light of #b474fb
#cfa6fc
Lighter
#e9d7fe
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

#b474fb
#bbfb74

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

Split Complementary

#b474fb
#fbf774
#78fb74

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

Analogous Color

#7483fb
#7c74fb
#b474fb
#e174fb
#fb74dd

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

#b474fb
#74fbb4
#fbb474

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

#b474fb
#fbb474
#bbfb74
#74bbfb

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

#b474fb
#fb7478
#bbfb74
#74fbf7

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

#4d059e
#6606d0
#7e11f8
#9942fa
#b474fb
#cfa6fc
#e9d7fe
#ffffff
#ffffff

Tints of #b474fb Color

#b474fb
#bc83fb
#c492fb
#cda2fc
#d5b1fc
#ddc1fd
#e6d0fd
#eee0fe
#f6effe
#ffffff

Shades of #b474fb color code

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

#b474fb
#a067df
#8c5ac3
#784da7
#64408b
#50336f
#3c2653
#281937
#140c1b
#000000

Tones

#b474fb
#b582ed
#b591de
#b69fd0
#b7adc2

Tones

Similar Color like #b474fb color

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

#b575fc
#b676fd
#b777fe
#b878ff
#b979ff
#ba7aff
#bb7bff
#bc7cff
#bd7dff
#be7eff
#bf7fff
#c080ff
#c181ff
#c282ff
#b373fa
#b272f9
#b171f8
#b070f7
#af6ff6
#ae6ef5
#ad6df4
#ac6cf3
#ab6bf2
#aa6af1
#a969f0
#a868ef
#a767ee
#a666ed

Download this Light Violet

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

#b474fb Color Code Preview on Black Background Color

This is how #b474fb Color will look on black background color. Color contrast ratio is 6.83

#b474fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b474fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b474fb

#b474fb color code is use for CSS Background Color

Background color for the above div is #b474fb

HTML with inline CSS

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

#b474fb color code is use for CSS Border Color

CSS Border color for the above div is #b474fb

HTML with inline CSS

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

CSS Border Left color for the above div is #b474fb

HTML with inline CSS

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

CSS Border Right color for the above div is #b474fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b474fb

HTML with inline CSS

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

CSS Border Top color for the above div is #b474fb

HTML with inline CSS

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

#b474fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b474fb Color code Preview on White Background

This is how #b474fb Color code will look on white background color. Color contrast ratio is 3.07

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

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(180,116,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,251,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,116,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }