crispedge.com

Color picker

Loading...

#b738a6 hex color - Violet - Warm color - Information

#b738a6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b738a6 Color code in RGB color code model is created after adding 71.76% red color, 21.96% green color and 65.1% blue color. Hex #b738a6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 9% yellow and 28% black.

Hex #b738a6 color code is between #bb33aa web safe hex color code and #aa4499 web safe hex color code. #bb33aa is the nearest web safe color code. You can see here many more shades of #b738a6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb738a6#b738a6
RGB Decimal183, 56, 166rgb(183, 56, 166)
RGB Percent72%, 22%, 65%rgb(72%, 22%, 65%)
CSS RGBa183, 56, 166,1rgba(183,56,166,1)
CMYK Modelcmyk(0%,69%,9%,28%)
HSL Color Space308,53% ,47%hsl(308,53% ,47%)
HSV Color Space308°, 69%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110011100010100110
Octal26770246
Decimal18356166
Hexb738a6

Different shades of #b738a6 color code.

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

Light Shade of #b738a6
#cb57bc
Dark Shade of #b738a6
#902c83
Saturated Shade of #b738a6
#c32caf
Desaturated Shade of #b738a6
#ab449d
Grey scale Shade of #b738a6
#777777
Brighten Shade
#d051bf
Most Readable Shade
#FFFFFF

Shades of #b738a6 color code

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

#b738a6
#a23193
#8e2b81
#7a256e
#651f5c
#511849
#3d1237
#280c24
#140612
#000000

Similar Color like #b738a6 color

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

#b839a7
#b93aa8
#ba3ba9
#bb3caa
#bc3dab
#bd3eac
#be3fad
#bf40ae
#c041af
#c142b0
#c243b1
#c344b2
#c445b3
#c546b4
#b637a5
#b536a4
#b435a3
#b334a2
#b233a1
#b132a0
#b0319f
#af309e
#ae2f9d
#ad2e9c
#ac2d9b
#ab2c9a
#aa2b99
#a92a98

Monochromatic Color with #b738a6

#b738a6
#e145cd
#0d040c
#371132
#621e59
#8c2b7f

Tints of #b738a6 Color

#b738a6
#bf4eaf
#c764b9
#cf7ac3
#d790cd
#dfa6d7
#e7bce1
#efd2eb
#f7e8f5
#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

#b738a6
#38b749

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

Split Complementary

#b738a6
#67b738
#38b788

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

Analogous Color

#9538b7
#af38b7
#b738a6
#b7388d
#b73873

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

#b738a6
#a6b738
#38a6b7

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

#b738a6
#b78838
#38b749
#3866b7

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

#b738a6
#38b749
#38b788
#b73867

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

#b738a6 Color Code Preview on Black Background Color

This is how #b738a6 Color will look on black background color. Color contrast ratio is 4.13

#b738a6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b738a6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b738a6

#b738a6 color code is use for CSS Background Color

Background color for the above div is #b738a6

HTML with inline CSS

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

#b738a6 color code is use for CSS Border Color

CSS Border color for the above div is #b738a6

HTML with inline CSS

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

CSS Border Left color for the above div is #b738a6

HTML with inline CSS

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

CSS Border Right color for the above div is #b738a6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b738a6

HTML with inline CSS

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

CSS Border Top color for the above div is #b738a6

HTML with inline CSS

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

#b738a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b738a6 Color code Preview on White Background

This is how #b738a6 Color code will look on white background color. Color contrast ratio is 5.09

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

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(183,56,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(56,183,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,56,166,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.