Skip to main content Skip to docs navigation

#b670fd 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 #b670fd Color code in RGB color code model is created after adding 71.37% red color, 43.92% green color and 99.22% blue color. Hex #b670fd Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 56% magenta, 0% yellow and 0.78% black.

Hex #b670fd 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 #b670fd color code.

RGB Chart

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

Color Table

Hex Color Code b670fd #b670fd
RGB Decimal 182, 112, 253 182, 112, 253
RGB Percent 71%, 44%, 99% rgb(71%, 44%, 99%)
CSS RGBa 182, 112, 253,1 rgba(182,112,253,1)
CMYK Model cmyk(28%,56%,0%,0.78%)
HSL Color Space 270,97% ,72% hsl(270,97% ,72%)
HSV Color Space 270°, 56%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110110 01110000 11111101
Octal 266 160 375
Decimal 182 112 253
Hex b6 70 fd

Different shades of #b670fd color code.

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

Darkest of #b670fd
#6903d1
Darker of #b670fd
#830bfc
Dark of #b670fd
#9c3efc
Base of #b670fd
#b670fd
Light of #b670fd
#d0a2fe
Lighter
#e9d5fe
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

#b670fd
#b7fd70

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

Split Complementary

#b670fd
#fdfd70
#71fd70

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

Analogous Color

#707cfd
#7b70fd
#b670fd
#e570fd
#fd70da

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

#b670fd
#70fdb6
#fdb670

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

#b670fd
#fdb670
#b7fd70
#70b7fd

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

#b670fd
#fd7071
#b7fd70
#70fdfd

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

#50029f
#6903d1
#830bfc
#9c3efc
#b670fd
#d0a2fe
#e9d5fe
#ffffff
#ffffff

Tints of #b670fd Color

#b670fd
#be7ffd
#c68ffd
#ce9ffd
#d6affd
#debffe
#e6cffe
#eedffe
#f6effe
#ffffff

Shades of #b670fd color code

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

#b670fd
#a163e0
#8d57c4
#794aa8
#653e8c
#503170
#3c2554
#281838
#140c1c
#000000

Tones

#b670fd
#b67fee
#b68de0
#b69cd2
#b6aac3

Tones

Similar Color like #b670fd color

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

#b771fe
#b872ff
#b973ff
#ba74ff
#bb75ff
#bc76ff
#bd77ff
#be78ff
#bf79ff
#c07aff
#c17bff
#c27cff
#c37dff
#c47eff
#b56ffc
#b46efb
#b36dfa
#b26cf9
#b16bf8
#b06af7
#af69f6
#ae68f5
#ad67f4
#ac66f3
#ab65f2
#aa64f1
#a963f0
#a862ef

Download this Light Violet

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

#b670fd Color Code Preview on Black Background Color

This is how #b670fd Color will look on black background color. Color contrast ratio is 6.73

#b670fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b670fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b670fd

#b670fd color code is use for CSS Background Color

Background color for the above div is #b670fd

HTML with inline CSS

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

#b670fd color code is use for CSS Border Color

CSS Border color for the above div is #b670fd

HTML with inline CSS

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

CSS Border Left color for the above div is #b670fd

HTML with inline CSS

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

CSS Border Right color for the above div is #b670fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b670fd

HTML with inline CSS

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

CSS Border Top color for the above div is #b670fd

HTML with inline CSS

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

#b670fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b670fd Color code Preview on White Background

This is how #b670fd Color code will look on white background color. Color contrast ratio is 3.12

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

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(182,112,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,253,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,112,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }