Skip to main content Skip to docs navigation

#b288cd 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 Pantone 2573 C and its hex is #B884CB Nearest Color Name

Color Hue/Base color: Violet

Hex #b288cd Color code in RGB color code model is created after adding 69.8% red color, 53.33% green color and 80.39% blue color. Hex #b288cd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 34% magenta, 0% yellow and 19.61% black.

Hex #b288cd color code is between #aa77cc web safe hex color code and #bb99dd web safe hex color code. #aa77cc is the nearest web safe color code. You can see here many more shades of #b288cd color code.

RGB Chart

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

Color Table

Hex Color Code b288cd #b288cd
RGB Decimal 178, 136, 205 178, 136, 205
RGB Percent 70%, 53%, 80% rgb(70%, 53%, 80%)
CSS RGBa 178, 136, 205,1 rgba(178,136,205,1)
CMYK Model cmyk(13%,34%,0%,19.61%)
HSL Color Space 277,41% ,67% hsl(277,41% ,67%)
HSV Color Space 277°, 34%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110010 10001000 11001101
Octal 262 210 315
Decimal 178 136 205
Hex b2 88 cd

Different shades of #b288cd color code.

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

Darkest of #b288cd
#663884
Darker of #b288cd
#8247a8
Dark of #b288cd
#9b64be
Base of #b288cd
#b288cd
Light of #b288cd
#c9acdc
Lighter
#e0d0eb
Lightest
#f8f4fa

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

#b288cd
#a3cd88

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

Split Complementary

#b288cd
#c5cd88
#88cd8f

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

Analogous Color

#8a88cd
#9588cd
#b288cd
#c988cd
#cd88b4

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

#b288cd
#88cdb2
#cdb288

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

#b288cd
#cdb288
#a3cd88
#88a3cd

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

#b288cd
#cd8f88
#a3cd88
#88c5cd

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

#4b2960
#663884
#8247a8
#9b64be
#b288cd
#c9acdc
#e0d0eb
#f8f4fa
#ffffff

Tints of #b288cd Color

#b288cd
#ba95d2
#c3a2d8
#cbafdd
#d4bce3
#dccae8
#e5d7ee
#ede4f3
#f6f1f9
#ffffff

Shades of #b288cd color code

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

#b288cd
#9e78b6
#8a699f
#765a88
#624b71
#4f3c5b
#3b2d44
#271e2d
#130f16
#000000

Tones

#b288cd
#ae99bc
#abaaab
#aaaaaa
#aaaaaa

Tones

Similar Color like #b288cd color

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

#b389ce
#b48acf
#b58bd0
#b68cd1
#b78dd2
#b88ed3
#b98fd4
#ba90d5
#bb91d6
#bc92d7
#bd93d8
#be94d9
#bf95da
#c096db
#b187cc
#b086cb
#af85ca
#ae84c9
#ad83c8
#ac82c7
#ab81c6
#aa80c5
#a97fc4
#a87ec3
#a77dc2
#a67cc1
#a57bc0
#a47abf

Download this Dark Violet

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

#b288cd Color Code Preview on Black Background Color

This is how #b288cd Color will look on black background color. Color contrast ratio is 7.30

#b288cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b288cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b288cd

#b288cd color code is use for CSS Background Color

Background color for the above div is #b288cd

HTML with inline CSS

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

#b288cd color code is use for CSS Border Color

CSS Border color for the above div is #b288cd

HTML with inline CSS

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

CSS Border Left color for the above div is #b288cd

HTML with inline CSS

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

CSS Border Right color for the above div is #b288cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b288cd

HTML with inline CSS

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

CSS Border Top color for the above div is #b288cd

HTML with inline CSS

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

#b288cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b288cd Color code Preview on White Background

This is how #b288cd Color code will look on white background color. Color contrast ratio is 2.88

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

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