Skip to main content Skip to docs navigation

#b68fc2 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 Creeping Bellflower and its hex is #B48AC2 Nearest Color Name

Color Hue/Base color: Violet

Hex #b68fc2 Color code in RGB color code model is created after adding 71.37% red color, 56.08% green color and 76.08% blue color. Hex #b68fc2 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 26% magenta, 0% yellow and 23.92% black.

Hex #b68fc2 color code is between #bb88bb web safe hex color code and #aa99cc web safe hex color code. #bb88bb is the nearest web safe color code. You can see here many more shades of #b68fc2 color code.

RGB Chart

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

Color Table

Hex Color Code b68fc2 #b68fc2
RGB Decimal 182, 143, 194 182, 143, 194
RGB Percent 71%, 56%, 76% rgb(71%, 56%, 76%)
CSS RGBa 182, 143, 194,1 rgba(182,143,194,1)
CMYK Model cmyk(6%,26%,0%,23.92%)
HSL Color Space 286,29% ,66% hsl(286,29% ,66%)
HSV Color Space 286°, 26%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110110 10001111 11000010
Octal 266 217 302
Decimal 182 143 194
Hex b6 8f c2

Different shades of #b68fc2 color code.

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

Darkest of #b68fc2
#6a4177
Darker of #b68fc2
#885398
Dark of #b68fc2
#a06eb0
Base of #b68fc2
#b68fc2
Light of #b68fc2
#ccb0d4
Lighter
#e1d1e6
Lightest
#f7f2f8

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

#b68fc2
#9bc28f

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

Split Complementary

#b68fc2
#b5c28f
#8fc29d

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

Analogous Color

#988fc2
#a18fc2
#b68fc2
#c28fbd
#c28fa8

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

#b68fc2
#8fc2b6
#c2b68f

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

#b68fc2
#c2b68f
#9bc28f
#8f9bc2

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

#b68fc2
#c29d8f
#9bc28f
#8fb5c2

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

#4d2f56
#6a4177
#885398
#a06eb0
#b68fc2
#ccb0d4
#e1d1e6
#f7f2f8
#ffffff

Tints of #b68fc2 Color

#b68fc2
#be9bc8
#c6a7cf
#ceb4d6
#d6c0dd
#decde3
#e6d9ea
#eee6f1
#f6f2f8
#ffffff

Shades of #b68fc2 color code

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

#b68fc2
#a17fac
#8d6f96
#795f81
#654f6b
#503f56
#3c2f40
#281f2b
#140f15
#000000

Tones

#b68fc2
#ada0b1
#a9a9a9
#a9a9a9
#a9a9a9

Tones

Similar Color like #b68fc2 color

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

#b790c3
#b891c4
#b992c5
#ba93c6
#bb94c7
#bc95c8
#bd96c9
#be97ca
#bf98cb
#c099cc
#c19acd
#c29bce
#c39ccf
#c49dd0
#b58ec1
#b48dc0
#b38cbf
#b28bbe
#b18abd
#b089bc
#af88bb
#ae87ba
#ad86b9
#ac85b8
#ab84b7
#aa83b6
#a982b5
#a881b4

Download this Dark Violet

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

#b68fc2 Color Code Preview on Black Background Color

This is how #b68fc2 Color will look on black background color. Color contrast ratio is 7.70

#b68fc2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b68fc2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b68fc2

#b68fc2 color code is use for CSS Background Color

Background color for the above div is #b68fc2

HTML with inline CSS

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

#b68fc2 color code is use for CSS Border Color

CSS Border color for the above div is #b68fc2

HTML with inline CSS

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

CSS Border Left color for the above div is #b68fc2

HTML with inline CSS

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

CSS Border Right color for the above div is #b68fc2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b68fc2

HTML with inline CSS

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

CSS Border Top color for the above div is #b68fc2

HTML with inline CSS

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

#b68fc2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b68fc2 Color code Preview on White Background

This is how #b68fc2 Color code will look on white background color. Color contrast ratio is 2.73

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

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