crispedge.com

Color picker

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

#b29bfd hex color - Violet - Cool color - Information

#b29bfd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b29bfd Color code in RGB color code model is created after adding 69.8% red color, 60.78% green color and 99.22% blue color. Hex #b29bfd Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 39% magenta, 0% yellow and 1% black.

Hex #b29bfd color code is between #aa99ff web safe hex color code and #bbaaee web safe hex color code. #aa99ff is the nearest web safe color code. You can see here many more shades of #b29bfd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb29bfd#b29bfd
RGB Decimal178, 155, 253rgb(178, 155, 253)
RGB Percent70%, 61%, 99%rgb(70%, 61%, 99%)
CSS RGBa178, 155, 253,1rgba(178,155,253,1)
CMYK Modelcmyk(30%,39%,0%,1%)
HSL Color Space254,96% ,80%hsl(254,96% ,80%)
HSV Color Space254°, 39%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100101001101111111101
Octal262233375
Decimal178155253
Hexb29bfd

Different shades of #b29bfd color code.

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

Light Shade of #b29bfd
#d9cdfe
Dark Shade of #b29bfd
#8c69fc
Saturated Shade of #b29bfd
#b199ff
Desaturated Shade of #b29bfd
#b5a0f8
Grey scale Shade of #b29bfd
#cccccc
Brighten Shade
#cbb4ff
Most Readable Shade
#000000

Shades of #b29bfd color code

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

#b29bfd
#9e89e0
#8a78c4
#7667a8
#62568c
#4f4470
#3b3354
#272238
#13111c
#000000

Similar Color like #b29bfd color

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

#b39cfe
#b49dff
#b59eff
#b69fff
#b7a0ff
#b8a1ff
#b9a2ff
#baa3ff
#bba4ff
#bca5ff
#bda6ff
#bea7ff
#bfa8ff
#c0a9ff
#b19afc
#b099fb
#af98fa
#ae97f9
#ad96f8
#ac95f7
#ab94f6
#aa93f5
#a992f4
#a891f3
#a790f2
#a68ff1
#a58ef0
#a48def

Monochromatic Color with #b29bfd

#b29bfd
#1c1928
#3a3353
#584d7d
#7667a8
#9481d2

Tints of #b29bfd Color

#b29bfd
#baa6fd
#c3b1fd
#cbbcfd
#d4c7fd
#dcd2fe
#e5ddfe
#ede8fe
#f6f3fe
#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

#b29bfd
#e6fd9b

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

Split Complementary

#b29bfd
#fde39b
#b5fd9b

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

Analogous Color

#9babfd
#9e9bfd
#b29bfd
#c69bfd
#d99bfd

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

#b29bfd
#fdb29b
#9bfdb2

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

#b29bfd
#fd9bb5
#e6fd9b
#9bfde3

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

#b29bfd
#e6fd9b
#b5fd9b
#e39bfd

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 #b29bfd 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.

#b29bfd Color Code Preview on Black Background Color

This is how #b29bfd Color will look on black background color. Color contrast ratio is 9.00

#b29bfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b29bfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b29bfd

#b29bfd color code is use for CSS Background Color

Background color for the above div is #b29bfd

HTML with inline CSS

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

#b29bfd color code is use for CSS Border Color

CSS Border color for the above div is #b29bfd

HTML with inline CSS

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

CSS Border Left color for the above div is #b29bfd

HTML with inline CSS

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

CSS Border Right color for the above div is #b29bfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b29bfd

HTML with inline CSS

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

CSS Border Top color for the above div is #b29bfd

HTML with inline CSS

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

#b29bfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b29bfd Color code Preview on White Background

This is how #b29bfd Color code will look on white background color. Color contrast ratio is 2.33

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

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.