Skip to main content Skip to docs navigation

#b375ed 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 Fake Love and its hex is #CC77EE Nearest Color Name

Color Hue/Base color: Violet

Hex #b375ed Color code in RGB color code model is created after adding 70.2% red color, 45.88% green color and 92.94% blue color. Hex #b375ed Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 51% magenta, 0% yellow and 7.06% black.

Hex #b375ed color code is between #bb77ee web safe hex color code and #aa66dd web safe hex color code. #bb77ee is the nearest web safe color code. You can see here many more shades of #b375ed color code.

RGB Chart

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

Color Table

Hex Color Code b375ed #b375ed
RGB Decimal 179, 117, 237 179, 117, 237
RGB Percent 70%, 46%, 93% rgb(70%, 46%, 93%)
CSS RGBa 179, 117, 237,1 rgba(179,117,237,1)
CMYK Model cmyk(24%,51%,0%,7.06%)
HSL Color Space 271,77% ,69% hsl(271,77% ,69%)
HSV Color Space 271°, 51%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 01110101 11101101
Octal 263 165 355
Decimal 179 117 237
Hex b3 75 ed

Different shades of #b375ed color code.

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

Darkest of #b375ed
#6717b2
Darker of #b375ed
#811ddf
Dark of #b375ed
#9a48e7
Base of #b375ed
#b375ed
Light of #b375ed
#cca2f3
Lighter
#e5cff9
Lightest
#fefcff

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

#b375ed
#afed75

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

Split Complementary

#b375ed
#ebed75
#75ed77

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

Analogous Color

#757ded
#8175ed
#b375ed
#db75ed
#ed75cd

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

#b375ed
#75edb3
#edb375

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

#b375ed
#edb375
#afed75
#75afed

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

#b375ed
#ed7775
#afed75
#75ebed

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

#4d1185
#6717b2
#811ddf
#9a48e7
#b375ed
#cca2f3
#e5cff9
#fefcff
#ffffff

Tints of #b375ed Color

#b375ed
#bb84ef
#c393f1
#cca3f3
#d4b2f5
#ddc1f7
#e5d1f9
#eee0fb
#f6effd
#ffffff

Shades of #b375ed color code

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

#b375ed
#9f68d2
#8b5bb8
#774e9e
#634183
#4f3469
#3b274f
#271a34
#130d1a
#000000

Tones

#b375ed
#b285dd
#b294ce
#b1a4be
#b1b1b1

Tones

Similar Color like #b375ed color

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

#b476ee
#b577ef
#b678f0
#b779f1
#b87af2
#b97bf3
#ba7cf4
#bb7df5
#bc7ef6
#bd7ff7
#be80f8
#bf81f9
#c082fa
#c183fb
#b274ec
#b173eb
#b072ea
#af71e9
#ae70e8
#ad6fe7
#ac6ee6
#ab6de5
#aa6ce4
#a96be3
#a86ae2
#a769e1
#a668e0
#a567df

Download this Dark Violet

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

#b375ed Color Code Preview on Black Background Color

This is how #b375ed Color will look on black background color. Color contrast ratio is 6.68

#b375ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b375ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b375ed

#b375ed color code is use for CSS Background Color

Background color for the above div is #b375ed

HTML with inline CSS

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

#b375ed color code is use for CSS Border Color

CSS Border color for the above div is #b375ed

HTML with inline CSS

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

CSS Border Left color for the above div is #b375ed

HTML with inline CSS

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

CSS Border Right color for the above div is #b375ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b375ed

HTML with inline CSS

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

CSS Border Top color for the above div is #b375ed

HTML with inline CSS

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

#b375ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b375ed Color code Preview on White Background

This is how #b375ed Color code will look on white background color. Color contrast ratio is 3.14

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

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(179,117,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,237,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,117,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }