crispedge.com

Color picker

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

#b395d1 hex color - Violet - Cool color - Information

#b395d1 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b395d1 Color code in RGB color code model is created after adding 70.2% red color, 58.43% green color and 81.96% blue color. Hex #b395d1 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 29% magenta, 0% yellow and 18% black.

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

0 Likes 0 Comments | 21 Views

Color Table

Hex Color Codeb395d1#b395d1
RGB Decimal179, 149, 209rgb(179, 149, 209)
RGB Percent70%, 58%, 82%rgb(70%, 58%, 82%)
CSS RGBa179, 149, 209,1rgba(179,149,209,1)
CMYK Modelcmyk(14%,29%,0%,18%)
HSL Color Space270,39% ,70%hsl(270,39% ,70%)
HSV Color Space270°, 29%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111001010111010001
Octal263225321
Decimal179149209
Hexb395d1

Different shades of #b395d1 color code.

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

Light Shade of #b395d1
#ccb9e0
Dark Shade of #b395d1
#9971c2
Saturated Shade of #b395d1
#b38dd9
Desaturated Shade of #b395d1
#b39dc9
Grey scale Shade of #b395d1
#b3b3b3
Brighten Shade
#ccaeea
Most Readable Shade
#000000

Shades of #b395d1 color code

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

#b395d1
#9f84b9
#8b73a2
#77638b
#635274
#4f425c
#3b3145
#27212e
#131017
#000000

Similar Color like #b395d1 color

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

#b496d2
#b597d3
#b698d4
#b799d5
#b89ad6
#b99bd7
#ba9cd8
#bb9dd9
#bc9eda
#bd9fdb
#bea0dc
#bfa1dd
#c0a2de
#c1a3df
#b294d0
#b193cf
#b092ce
#af91cd
#ae90cc
#ad8fcb
#ac8eca
#ab8dc9
#aa8cc8
#a98bc7
#a88ac6
#a789c5
#a688c4
#a587c3

Monochromatic Color with #b395d1

#b395d1
#d7b3fb
#211c27
#463a51
#6a587c
#8f77a6

Tints of #b395d1 Color

#b395d1
#bba0d6
#c3acdb
#ccb8e0
#d4c4e5
#ddcfea
#e5dbef
#eee7f4
#f6f3f9
#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

#b395d1
#b3d195

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

Split Complementary

#b395d1
#d1d195
#95d195

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

Analogous Color

#9b95d1
#a795d1
#b395d1
#bf95d1
#cb95d1

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

#b395d1
#d1b395
#95d1b3

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

#b395d1
#d19595
#b3d195
#95d1d1

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

#b395d1
#b3d195
#95d195
#d195d1

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

#b395d1 Color Code Preview on Black Background Color

This is how #b395d1 Color will look on black background color. Color contrast ratio is 8.14

#b395d1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b395d1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b395d1

#b395d1 color code is use for CSS Background Color

Background color for the above div is #b395d1

HTML with inline CSS

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

#b395d1 color code is use for CSS Border Color

CSS Border color for the above div is #b395d1

HTML with inline CSS

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

CSS Border Left color for the above div is #b395d1

HTML with inline CSS

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

CSS Border Right color for the above div is #b395d1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b395d1

HTML with inline CSS

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

CSS Border Top color for the above div is #b395d1

HTML with inline CSS

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

#b395d1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b395d1 Color code Preview on White Background

This is how #b395d1 Color code will look on white background color. Color contrast ratio is 2.58

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

Related Gradients

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

0 Likes 0 Comments | 21 Views

Post your comment:-

By submitting comment you agree to our privacy policy.