crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b288bd hex color - Violet - Warm color - Information

#b288bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b288bd Color code in RGB color code model is created after adding 69.8% red color, 53.33% green color and 74.12% blue color. Hex #b288bd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 28% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb288bd#b288bd
RGB Decimal178, 136, 189rgb(178, 136, 189)
RGB Percent70%, 53%, 74%rgb(70%, 53%, 74%)
CSS RGBa178, 136, 189,1rgba(178,136,189,1)
CMYK Modelcmyk(6%,28%,0%,26%)
HSL Color Space288,29% ,64%hsl(288,29% ,64%)
HSV Color Space288°, 28%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101000100010111101
Octal262210275
Decimal178136189
Hexb288bd

Different shades of #b288bd color code.

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

Light Shade of #b288bd
#c7a9cf
Dark Shade of #b288bd
#9d67ab
Saturated Shade of #b288bd
#b77fc6
Desaturated Shade of #b288bd
#ad91b4
Grey scale Shade of #b288bd
#a2a2a2
Brighten Shade
#cba1d6
Most Readable Shade
#000000

Shades of #b288bd color code

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

#b288bd
#9e78a8
#8a6993
#765a7e
#624b69
#4f3c54
#3b2d3f
#271e2a
#130f15
#000000

Similar Color like #b288bd color

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

#b389be
#b48abf
#b58bc0
#b68cc1
#b78dc2
#b88ec3
#b98fc4
#ba90c5
#bb91c6
#bc92c7
#bd93c8
#be94c9
#bf95ca
#c096cb
#b187bc
#b086bb
#af85ba
#ae84b9
#ad83b8
#ac82b7
#ab81b6
#aa80b5
#a97fb4
#a87eb3
#a77db2
#a67cb1
#a57bb0
#a47aaf

Monochromatic Color with #b288bd

#b288bd
#daa7e7
#120e13
#3a2c3d
#624b68
#8a6992

Tints of #b288bd Color

#b288bd
#ba95c4
#c3a2cb
#cbafd3
#d4bcda
#dccae1
#e5d7e9
#ede4f0
#f6f1f7
#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

#b288bd
#93bd88

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

Split Complementary

#b288bd
#aebd88
#88bd97

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

Analogous Color

#9d88bd
#a788bd
#b288bd
#bd88bd
#bd88b3

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

#b288bd
#bdb288
#88bdb2

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

#b288bd
#bd9788
#93bd88
#88adbd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b288bd
#93bd88
#88bd97
#bd88ae

Double Complementary 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).

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

#b288bd Color Code Preview on Black Background Color

This is how #b288bd Color will look on black background color. Color contrast ratio is 7.15

#b288bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b288bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b288bd

#b288bd color code is use for CSS Background Color

Background color for the above div is #b288bd

HTML with inline CSS

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

#b288bd color code is use for CSS Border Color

CSS Border color for the above div is #b288bd

HTML with inline CSS

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

CSS Border Left color for the above div is #b288bd

HTML with inline CSS

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

CSS Border Right color for the above div is #b288bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b288bd

HTML with inline CSS

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

CSS Border Top color for the above div is #b288bd

HTML with inline CSS

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

#b288bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b288bd Color code Preview on White Background

This is how #b288bd Color code will look on white background color. Color contrast ratio is 2.94

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.