crispedge.com

Color picker

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

#b380dd hex color - Violet - Warm color - Information

#b380dd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeb380dd#b380dd
RGB Decimal179, 128, 221rgb(179, 128, 221)
RGB Percent70%, 50%, 87%rgb(70%, 50%, 87%)
CSS RGBa179, 128, 221,1rgba(179,128,221,1)
CMYK Modelcmyk(19%,42%,0%,13%)
HSL Color Space273,58% ,68%hsl(273,58% ,68%)
HSV Color Space273°, 42%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111000000011011101
Octal263200335
Decimal179128221
Hexb380dd

Different shades of #b380dd color code.

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

Light Shade of #b380dd
#cba8e8
Dark Shade of #b380dd
#9b58d2
Saturated Shade of #b380dd
#b478e5
Desaturated Shade of #b380dd
#b288d5
Grey scale Shade of #b380dd
#aeaeae
Brighten Shade
#cc99f6
Most Readable Shade
#000000

Shades of #b380dd color code

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

#b380dd
#9f71c4
#8b63ab
#775593
#63477a
#4f3862
#3b2a49
#271c31
#130e18
#000000

Similar Color like #b380dd color

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

#b481de
#b582df
#b683e0
#b784e1
#b885e2
#b986e3
#ba87e4
#bb88e5
#bc89e6
#bd8ae7
#be8be8
#bf8ce9
#c08dea
#c18eeb
#b27fdc
#b17edb
#b07dda
#af7cd9
#ae7bd8
#ad7ad7
#ac79d6
#ab78d5
#aa77d4
#a976d3
#a875d2
#a774d1
#a673d0
#a572cf

Monochromatic Color with #b380dd

#b380dd
#070508
#291e33
#4c365d
#6e4f88
#9167b3

Tints of #b380dd Color

#b380dd
#bb8ee0
#c39ce4
#ccaae8
#d4b8ec
#ddc6ef
#e5d4f3
#eee2f7
#f6f0fb
#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

#b380dd
#aadd80

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

Split Complementary

#b380dd
#d9dd80
#80dd84

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

Analogous Color

#8e80dd
#a080dd
#b380dd
#c680dd
#d880dd

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

#b380dd
#ddb380
#80ddb3

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

#b380dd
#dd8480
#aadd80
#80d8dd

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

#b380dd
#aadd80
#80dd84
#dd80d9

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

#b380dd Color Code Preview on Black Background Color

This is how #b380dd Color will look on black background color. Color contrast ratio is 7.05

#b380dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b380dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b380dd

#b380dd color code is use for CSS Background Color

Background color for the above div is #b380dd

HTML with inline CSS

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

#b380dd color code is use for CSS Border Color

CSS Border color for the above div is #b380dd

HTML with inline CSS

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

CSS Border Left color for the above div is #b380dd

HTML with inline CSS

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

CSS Border Right color for the above div is #b380dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b380dd

HTML with inline CSS

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

CSS Border Top color for the above div is #b380dd

HTML with inline CSS

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

#b380dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b380dd Color code Preview on White Background

This is how #b380dd Color code will look on white background color. Color contrast ratio is 2.98

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.