crispedge.com

Color picker

Loading...

#b164dd hex color - Violet - Warm color - Information

#b164dd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b164dd Color code in RGB color code model is created after adding 69.41% red color, 39.22% green color and 86.67% blue color. Hex #b164dd Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 55% magenta, 0% yellow and 13% black.

Hex #b164dd color code is between #aa66cc web safe hex color code and #bb55ee web safe hex color code. #aa66cc is the nearest web safe color code. You can see here many more shades of #b164dd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb164dd#b164dd
RGB Decimal177, 100, 221rgb(177, 100, 221)
RGB Percent69%, 39%, 87%rgb(69%, 39%, 87%)
CSS RGBa177, 100, 221,1rgba(177,100,221,1)
CMYK Modelcmyk(20%,55%,0%,13%)
HSL Color Space278,64% ,63%hsl(278,64% ,63%)
HSV Color Space278°, 55%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010110010011011101
Octal261144335
Decimal177100221
Hexb164dd

Different shades of #b164dd color code.

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

Light Shade of #b164dd
#c68ee6
Dark Shade of #b164dd
#9c3ad4
Saturated Shade of #b164dd
#b45be6
Desaturated Shade of #b164dd
#ae6dd4
Grey scale Shade of #b164dd
#a0a0a0
Brighten Shade
#ca7df6
Most Readable Shade
#FFFFFF

Shades of #b164dd color code

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

#b164dd
#9d58c4
#894dab
#764293
#62377a
#4e2c62
#3b2149
#271631
#130b18
#000000

Similar Color like #b164dd color

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

#b265de
#b366df
#b467e0
#b568e1
#b669e2
#b76ae3
#b86be4
#b96ce5
#ba6de6
#bb6ee7
#bc6fe8
#bd70e9
#be71ea
#bf72eb
#b063dc
#af62db
#ae61da
#ad60d9
#ac5fd8
#ab5ed7
#aa5dd6
#a95cd5
#a85bd4
#a75ad3
#a659d2
#a558d1
#a457d0
#a356cf

Monochromatic Color with #b164dd

#b164dd
#070408
#291733
#4b2a5d
#6d3e88
#8f51b3

Tints of #b164dd Color

#b164dd
#b975e0
#c286e4
#cb97e8
#d3a8ec
#dcbaef
#e5cbf3
#eddcf7
#f6edfb
#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

#b164dd
#90dd64

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

Split Complementary

#b164dd
#cddd64
#64dd75

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

Analogous Color

#8164dd
#9964dd
#b164dd
#c964dd
#dd64d9

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

#b164dd
#ddb164
#64ddb1

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

#b164dd
#dd7464
#90dd64
#64ccdd

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

#b164dd
#90dd64
#64dd75
#dd64cd

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

#b164dd Color Code Preview on Black Background Color

This is how #b164dd Color will look on black background color. Color contrast ratio is 5.74

#b164dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b164dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b164dd

#b164dd color code is use for CSS Background Color

Background color for the above div is #b164dd

HTML with inline CSS

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

#b164dd color code is use for CSS Border Color

CSS Border color for the above div is #b164dd

HTML with inline CSS

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

CSS Border Left color for the above div is #b164dd

HTML with inline CSS

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

CSS Border Right color for the above div is #b164dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b164dd

HTML with inline CSS

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

CSS Border Top color for the above div is #b164dd

HTML with inline CSS

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

#b164dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b164dd Color code Preview on White Background

This is how #b164dd Color code will look on white background color. Color contrast ratio is 3.66

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

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(177,100,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,221,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,100,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.