crispedge.com

Color picker

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

#b38cd8 hex color - Violet - Warm color - Information

#b38cd8 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b38cd8 Color code in RGB color code model is created after adding 70.2% red color, 54.9% green color and 84.71% blue color. Hex #b38cd8 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 35% magenta, 0% yellow and 15% black.

Hex #b38cd8 color code is between #bb88dd web safe hex color code and #aa99cc web safe hex color code. #bb88dd is the nearest web safe color code. You can see here many more shades of #b38cd8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb38cd8#b38cd8
RGB Decimal179, 140, 216rgb(179, 140, 216)
RGB Percent70%, 55%, 85%rgb(70%, 55%, 85%)
CSS RGBa179, 140, 216,1rgba(179,140,216,1)
CMYK Modelcmyk(17%,35%,0%,15%)
HSL Color Space271,49% ,70%hsl(271,49% ,70%)
HSV Color Space271°, 35%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111000110011011000
Octal263214330
Decimal179140216
Hexb38cd8

Different shades of #b38cd8 color code.

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

Light Shade of #b38cd8
#ccb2e5
Dark Shade of #b38cd8
#9a66cb
Saturated Shade of #b38cd8
#b384e0
Desaturated Shade of #b38cd8
#b394d0
Grey scale Shade of #b38cd8
#b2b2b2
Brighten Shade
#cca5f1
Most Readable Shade
#000000

Shades of #b38cd8 color code

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

#b38cd8
#9f7cc0
#8b6ca8
#775d90
#634d78
#4f3e60
#3b2e48
#271f30
#130f18
#000000

Similar Color like #b38cd8 color

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

#b48dd9
#b58eda
#b68fdb
#b790dc
#b891dd
#b992de
#ba93df
#bb94e0
#bc95e1
#bd96e2
#be97e3
#bf98e4
#c099e5
#c19ae6
#b28bd7
#b18ad6
#b089d5
#af88d4
#ae87d3
#ad86d2
#ac85d1
#ab84d0
#aa83cf
#a982ce
#a881cd
#a780cc
#a67fcb
#a57eca

Monochromatic Color with #b38cd8

#b38cd8
#030203
#261e2e
#493958
#6d5583
#9070ad

Tints of #b38cd8 Color

#b38cd8
#bb98dc
#c3a5e0
#ccb2e5
#d4bfe9
#ddcbed
#e5d8f2
#eee5f6
#f6f2fa
#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

#b38cd8
#b1d88c

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

Split Complementary

#b38cd8
#d7d88c
#8cd88d

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

Analogous Color

#958cd8
#a48cd8
#b38cd8
#c28cd8
#d18cd8

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

#b38cd8
#d8b38c
#8cd8b3

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

#b38cd8
#d88d8c
#b1d88c
#8cd7d8

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

#b38cd8
#b1d88c
#8cd88d
#d88cd7

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

#b38cd8 Color Code Preview on Black Background Color

This is how #b38cd8 Color will look on black background color. Color contrast ratio is 7.66

#b38cd8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38cd8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38cd8

#b38cd8 color code is use for CSS Background Color

Background color for the above div is #b38cd8

HTML with inline CSS

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

#b38cd8 color code is use for CSS Border Color

CSS Border color for the above div is #b38cd8

HTML with inline CSS

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

CSS Border Left color for the above div is #b38cd8

HTML with inline CSS

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

CSS Border Right color for the above div is #b38cd8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b38cd8

HTML with inline CSS

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

CSS Border Top color for the above div is #b38cd8

HTML with inline CSS

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

#b38cd8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b38cd8 Color code Preview on White Background

This is how #b38cd8 Color code will look on white background color. Color contrast ratio is 2.74

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

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.