crispedge.com

Color picker

Loading...

#b38cdd hex color - Violet - Cool color - Information

#b38cdd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b38cdd Color code in RGB color code model is created after adding 70.2% red color, 54.9% green color and 86.67% blue color. Hex #b38cdd Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 37% magenta, 0% yellow and 13% black.

Hex #b38cdd color code is between #bb88cc web safe hex color code and #aa99ee web safe hex color code. #bb88cc is the nearest web safe color code. You can see here many more shades of #b38cdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb38cdd#b38cdd
RGB Decimal179, 140, 221rgb(179, 140, 221)
RGB Percent70%, 55%, 87%rgb(70%, 55%, 87%)
CSS RGBa179, 140, 221,1rgba(179,140,221,1)
CMYK Modelcmyk(19%,37%,0%,13%)
HSL Color Space269,54% ,71%hsl(269,54% ,71%)
HSV Color Space269°, 37%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111000110011011101
Octal263214335
Decimal179140221
Hexb38cdd

Different shades of #b38cdd color code.

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

Light Shade of #b38cdd
#cdb3e9
Dark Shade of #b38cdd
#9965d1
Saturated Shade of #b38cdd
#b385e4
Desaturated Shade of #b38cdd
#b393d6
Grey scale Shade of #b38cdd
#b4b4b4
Brighten Shade
#cca5f6
Most Readable Shade
#000000

Shades of #b38cdd color code

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

#b38cdd
#9f7cc4
#8b6cab
#775d93
#634d7a
#4f3e62
#3b2e49
#271f31
#130f18
#000000

Similar Color like #b38cdd color

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

#b48dde
#b58edf
#b68fe0
#b790e1
#b891e2
#b992e3
#ba93e4
#bb94e5
#bc95e6
#bd96e7
#be97e8
#bf98e9
#c099ea
#c19aeb
#b28bdc
#b18adb
#b089da
#af88d9
#ae87d8
#ad86d7
#ac85d6
#ab84d5
#aa83d4
#a982d3
#a881d2
#a780d1
#a67fd0
#a57ecf

Monochromatic Color with #b38cdd

#b38cdd
#070508
#292033
#4c3b5d
#6e5688
#9171b3

Tints of #b38cdd Color

#b38cdd
#bb98e0
#c3a5e4
#ccb2e8
#d4bfec
#ddcbef
#e5d8f3
#eee5f7
#f6f2fb
#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

#b38cdd
#b6dd8c

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

Split Complementary

#b38cdd
#dddb8c
#8edd8c

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

Analogous Color

#938cdd
#a38cdd
#b38cdd
#c38cdd
#d38cdd

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

#b38cdd
#ddb38c
#8cddb3

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

#b38cdd
#dd8c8d
#b6dd8c
#8cdddb

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

#b38cdd
#b6dd8c
#8edd8c
#db8cdd

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

#b38cdd Color Code Preview on Black Background Color

This is how #b38cdd Color will look on black background color. Color contrast ratio is 7.71

#b38cdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38cdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38cdd

#b38cdd color code is use for CSS Background Color

Background color for the above div is #b38cdd

HTML with inline CSS

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

#b38cdd color code is use for CSS Border Color

CSS Border color for the above div is #b38cdd

HTML with inline CSS

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

CSS Border Left color for the above div is #b38cdd

HTML with inline CSS

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

CSS Border Right color for the above div is #b38cdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b38cdd

HTML with inline CSS

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

CSS Border Top color for the above div is #b38cdd

HTML with inline CSS

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

#b38cdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b38cdd Color code Preview on White Background

This is how #b38cdd Color code will look on white background color. Color contrast ratio is 2.72

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(179,140,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(182,221,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,140,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.