Skip to main content Skip to docs navigation

#b296cf 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 Biloba Flower and its hex is #AE99D2 Nearest Color Name

Color Hue/Base color: Violet

Hex #b296cf Color code in RGB color code model is created after adding 69.8% red color, 58.82% green color and 81.18% blue color. Hex #b296cf Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 28% magenta, 0% yellow and 18.82% black.

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

RGB Chart

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

Color Table

Hex Color Code b296cf #b296cf
RGB Decimal 178, 150, 207 178, 150, 207
RGB Percent 70%, 59%, 81% rgb(70%, 59%, 81%)
CSS RGBa 178, 150, 207,1 rgba(178,150,207,1)
CMYK Model cmyk(14%,28%,0%,18.82%)
HSL Color Space 269,37% ,70% hsl(269,37% ,70%)
HSV Color Space 269°, 28%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10110010 10010110 11001111
Octal 262 226 317
Decimal 178 150 207
Hex b2 96 cf

Different shades of #b296cf color code.

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

Darkest of #b296cf
#65408c
Darker of #b296cf
#7f50af
Dark of #b296cf
#9873bf
Base of #b296cf
#b296cf
Light of #b296cf
#ccb9df
Lighter
#e5dcef
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

#b296cf
#b3cf96

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

Split Complementary

#b296cf
#cfce96
#97cf96

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

Analogous Color

#969bcf
#9a96cf
#b296cf
#c596cf
#cf96c1

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

#b296cf
#96cfb2
#cfb296

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

#b296cf
#cfb296
#b3cf96
#96b3cf

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

#b296cf
#cf9697
#b3cf96
#96cfce

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

#4c3069
#65408c
#7f50af
#9873bf
#b296cf
#ccb9df
#e5dcef
#ffffff
#ffffff

Tints of #b296cf Color

#b296cf
#baa1d4
#c3add9
#cbb9df
#d4c4e4
#dcd0e9
#e5dcef
#ede7f4
#f6f3f9
#ffffff

Shades of #b296cf color code

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

#b296cf
#9e85b8
#8a74a1
#76648a
#625373
#4f425c
#3b3245
#27212e
#131017
#000000

Tones

#b296cf
#b2a5c0
#b3b3b3
#b3b3b3
#b3b3b3

Tones

Similar Color like #b296cf color

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

#b397d0
#b498d1
#b599d2
#b69ad3
#b79bd4
#b89cd5
#b99dd6
#ba9ed7
#bb9fd8
#bca0d9
#bda1da
#bea2db
#bfa3dc
#c0a4dd
#b195ce
#b094cd
#af93cc
#ae92cb
#ad91ca
#ac90c9
#ab8fc8
#aa8ec7
#a98dc6
#a88cc5
#a78bc4
#a68ac3
#a589c2
#a488c1

Download this Dark Violet

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

#b296cf Color Code Preview on Black Background Color

This is how #b296cf Color will look on black background color. Color contrast ratio is 8.16

#b296cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b296cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b296cf

#b296cf color code is use for CSS Background Color

Background color for the above div is #b296cf

HTML with inline CSS

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

#b296cf color code is use for CSS Border Color

CSS Border color for the above div is #b296cf

HTML with inline CSS

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

CSS Border Left color for the above div is #b296cf

HTML with inline CSS

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

CSS Border Right color for the above div is #b296cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b296cf

HTML with inline CSS

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

CSS Border Top color for the above div is #b296cf

HTML with inline CSS

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

#b296cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b296cf Color code Preview on White Background

This is how #b296cf Color code will look on white background color. Color contrast ratio is 2.57

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

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