Skip to main content Skip to docs navigation

#b668cb 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 Rich Lavender and its hex is #A76BCF Nearest Color Name

Color Hue/Base color: Violet

Hex #b668cb Color code in RGB color code model is created after adding 71.37% red color, 40.78% green color and 79.61% blue color. Hex #b668cb Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 49% magenta, 0% yellow and 20.39% black.

Hex #b668cb color code is between #bb66cc web safe hex color code and #aa77bb web safe hex color code. #bb66cc is the nearest web safe color code. You can see here many more shades of #b668cb color code.

RGB Chart

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

Color Table

Hex Color Code b668cb #b668cb
RGB Decimal 182, 104, 203 182, 104, 203
RGB Percent 71%, 41%, 80% rgb(71%, 41%, 80%)
CSS RGBa 182, 104, 203,1 rgba(182,104,203,1)
CMYK Model cmyk(10%,49%,0%,20.39%)
HSL Color Space 287,49% ,60% hsl(287,49% ,60%)
HSV Color Space 287°, 49%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110110 01101000 11001011
Octal 266 150 313
Decimal 182 104 203
Hex b6 68 cb

Different shades of #b668cb color code.

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

Darkest of #b668cb
#632773
Darker of #b668cb
#833599
Dark of #b668cb
#a442be
Base of #b668cb
#b668cb
Light of #b668cb
#c88ed8
Lighter
#dbb4e5
Lightest
#eddaf2

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

#b668cb
#7dcb68

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

Split Complementary

#b668cb
#afcb68
#68cb85

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

Analogous Color

#7c68cb
#8d68cb
#b668cb
#cb68bf
#cb6896

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

#b668cb
#68cbb6
#cbb668

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

#b668cb
#cbb668
#7dcb68
#687dcb

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

#b668cb
#cb8568
#7dcb68
#68afcb

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

#421a4d
#632773
#833599
#a442be
#b668cb
#c88ed8
#dbb4e5
#eddaf2
#ffffff

Tints of #b668cb Color

#b668cb
#be78d0
#c689d6
#ce9adc
#d6abe2
#debbe7
#e6cced
#eeddf3
#f6eef9
#ffffff

Shades of #b668cb color code

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

#b668cb
#a15cb4
#8d509d
#794587
#653970
#502e5a
#3c2243
#28172d
#140b16
#000000

Tones

#b668cb
#aa7cb7
#9f91a2
#9a9a9a
#9a9a9a

Tones

Similar Color like #b668cb color

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

#b769cc
#b86acd
#b96bce
#ba6ccf
#bb6dd0
#bc6ed1
#bd6fd2
#be70d3
#bf71d4
#c072d5
#c173d6
#c274d7
#c375d8
#c476d9
#b567ca
#b466c9
#b365c8
#b264c7
#b163c6
#b062c5
#af61c4
#ae60c3
#ad5fc2
#ac5ec1
#ab5dc0
#aa5cbf
#a95bbe
#a85abd

Download this Dark Violet

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

#b668cb Color Code Preview on Black Background Color

This is how #b668cb Color will look on black background color. Color contrast ratio is 5.83

#b668cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b668cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b668cb

#b668cb color code is use for CSS Background Color

Background color for the above div is #b668cb

HTML with inline CSS

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

#b668cb color code is use for CSS Border Color

CSS Border color for the above div is #b668cb

HTML with inline CSS

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

CSS Border Left color for the above div is #b668cb

HTML with inline CSS

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

CSS Border Right color for the above div is #b668cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b668cb

HTML with inline CSS

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

CSS Border Top color for the above div is #b668cb

HTML with inline CSS

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

#b668cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b668cb Color code Preview on White Background

This is how #b668cb Color code will look on white background color. Color contrast ratio is 3.60

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

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