Skip to main content Skip to docs navigation

#b294fc 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 Liliac and its hex is #C48EFD Nearest Color Name

Color Hue/Base color: Violet

Hex #b294fc Color code in RGB color code model is created after adding 69.8% red color, 58.04% green color and 98.82% blue color. Hex #b294fc Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 41% magenta, 0% yellow and 1.18% black.

Hex #b294fc color code is between #aa99ff web safe hex color code and #bb88ee web safe hex color code. #aa99ff is the nearest web safe color code. You can see here many more shades of #b294fc color code.

RGB Chart

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

Color Table

Hex Color Code b294fc #b294fc
RGB Decimal 178, 148, 252 178, 148, 252
RGB Percent 70%, 58%, 99% rgb(70%, 58%, 99%)
CSS RGBa 178, 148, 252,1 rgba(178,148,252,1)
CMYK Model cmyk(29%,41%,0%,1.18%)
HSL Color Space 257,95% ,78% hsl(257,95% ,78%)
HSV Color Space 257°, 41%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110010 10010100 11111100
Octal 262 224 374
Decimal 178 148 252
Hex b2 94 fc

Different shades of #b294fc color code.

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

Darkest of #b294fc
#4a07f0
Darker of #b294fc
#6b31f9
Dark of #b294fc
#8e62fb
Base of #b294fc
#b294fc
Light of #b294fc
#d6c6fd
Lighter
#f9f7ff
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

#b294fc
#defc94

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

Split Complementary

#b294fc
#fce694
#aafc94

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

Analogous Color

#94b3fc
#94a1fc
#b294fc
#d594fc
#fc94f8

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

#b294fc
#94fcb2
#fcb294

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

#b294fc
#fcb294
#defc94
#94defc

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

#b294fc
#fc94aa
#defc94
#94fce6

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

#3b05bf
#4a07f0
#6b31f9
#8e62fb
#b294fc
#d6c6fd
#f9f7ff
#ffffff
#ffffff

Tints of #b294fc Color

#b294fc
#ba9ffc
#c3abfc
#cbb7fd
#d4c3fd
#dccffd
#e5dbfe
#ede7fe
#f6f3fe
#ffffff

Shades of #b294fc color code

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

#b294fc
#9e83e0
#8a73c4
#7662a8
#62528c
#4f4170
#3b3154
#272038
#13101c
#000000

Tones

#b294fc
#b79ff1
#bbaae6
#c0b5db
#c5c0d0

Tones

Similar Color like #b294fc color

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

#b395fd
#b496fe
#b597ff
#b698ff
#b799ff
#b89aff
#b99bff
#ba9cff
#bb9dff
#bc9eff
#bd9fff
#bea0ff
#bfa1ff
#c0a2ff
#b193fb
#b092fa
#af91f9
#ae90f8
#ad8ff7
#ac8ef6
#ab8df5
#aa8cf4
#a98bf3
#a88af2
#a789f1
#a688f0
#a587ef
#a486ee

Download this Light Violet

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

#b294fc Color Code Preview on Black Background Color

This is how #b294fc Color will look on black background color. Color contrast ratio is 8.53

#b294fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b294fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b294fc

#b294fc color code is use for CSS Background Color

Background color for the above div is #b294fc

HTML with inline CSS

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

#b294fc color code is use for CSS Border Color

CSS Border color for the above div is #b294fc

HTML with inline CSS

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

CSS Border Left color for the above div is #b294fc

HTML with inline CSS

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

CSS Border Right color for the above div is #b294fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b294fc

HTML with inline CSS

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

CSS Border Top color for the above div is #b294fc

HTML with inline CSS

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

#b294fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b294fc Color code Preview on White Background

This is how #b294fc Color code will look on white background color. Color contrast ratio is 2.46

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

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(178,148,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,252,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,148,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }