crispedge.com

Color picker

Loading...

#b178bd hex color - Violet - Warm color - Information

#b178bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b178bd Color code in RGB color code model is created after adding 69.41% red color, 47.06% green color and 74.12% blue color. Hex #b178bd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 37% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb178bd#b178bd
RGB Decimal177, 120, 189rgb(177, 120, 189)
RGB Percent69%, 47%, 74%rgb(69%, 47%, 74%)
CSS RGBa177, 120, 189,1rgba(177,120,189,1)
CMYK Modelcmyk(6%,37%,0%,26%)
HSL Color Space290,34% ,61%hsl(290,34% ,61%)
HSV Color Space290°, 37%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100010111100010111101
Octal261170275
Decimal177120189
Hexb178bd

Different shades of #b178bd color code.

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

Light Shade of #b178bd
#c59ace
Dark Shade of #b178bd
#9d56ac
Saturated Shade of #b178bd
#b86ec7
Desaturated Shade of #b178bd
#aa82b3
Grey scale Shade of #b178bd
#9a9a9a
Brighten Shade
#ca91d6
Most Readable Shade
#000000

Shades of #b178bd color code

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

#b178bd
#9d6aa8
#895d93
#76507e
#624269
#4e3554
#3b283f
#271a2a
#130d15
#000000

Similar Color like #b178bd color

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

#b279be
#b37abf
#b47bc0
#b57cc1
#b67dc2
#b77ec3
#b87fc4
#b980c5
#ba81c6
#bb82c7
#bc83c8
#bd84c9
#be85ca
#bf86cb
#b077bc
#af76bb
#ae75ba
#ad74b9
#ac73b8
#ab72b7
#aa71b6
#a970b5
#a86fb4
#a76eb3
#a66db2
#a56cb1
#a46bb0
#a36aaf

Monochromatic Color with #b178bd

#b178bd
#d993e7
#120c13
#3a273d
#614268
#895d92

Tints of #b178bd Color

#b178bd
#b987c4
#c296cb
#cba5d3
#d3b4da
#dcc3e1
#e5d2e9
#ede1f0
#f6f0f7
#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

#b178bd
#84bd78

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

Split Complementary

#b178bd
#a7bd78
#78bd8e

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

Analogous Color

#9578bd
#a378bd
#b178bd
#bd78bb
#bd78ad

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

#b178bd
#bdb178
#78bdb1

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

#b178bd
#bd8e78
#84bd78
#78a6bd

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

#b178bd
#84bd78
#78bd8e
#bd78a7

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

#b178bd Color Code Preview on Black Background Color

This is how #b178bd Color will look on black background color. Color contrast ratio is 6.29

#b178bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b178bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b178bd

#b178bd color code is use for CSS Background Color

Background color for the above div is #b178bd

HTML with inline CSS

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

#b178bd color code is use for CSS Border Color

CSS Border color for the above div is #b178bd

HTML with inline CSS

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

CSS Border Left color for the above div is #b178bd

HTML with inline CSS

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

CSS Border Right color for the above div is #b178bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b178bd

HTML with inline CSS

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

CSS Border Top color for the above div is #b178bd

HTML with inline CSS

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

#b178bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b178bd Color code Preview on White Background

This is how #b178bd Color code will look on white background color. Color contrast ratio is 3.34

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

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,120,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,189,120,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(177,120,189,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.