crispedge.com

Color picker

Loading...

#bb499b hex color - Violet - Warm color - Information

#bb499b hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bb499b Color code in RGB color code model is created after adding 73.33% red color, 28.63% green color and 60.78% blue color. Hex #bb499b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 61% magenta, 17% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code bb499b #bb499b
RGB Decimal 187, 73, 155 rgb(187, 73, 155)
RGB Percent 73%, 29%, 61% rgb(73%, 29%, 61%)
CSS RGBa 187, 73, 155,1 rgba(187,73,155,1)
CMYK Model cmyk(0%,61%,17%,27%)
HSL Color Space 317,46% ,51% hsl(317,46% ,51%)
HSV Color Space 317°, 61%, 73%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111011 01001001 10011011
Octal 273 111 233
Decimal 187 73 155
Hex bb 49 9b

Different shades of #bb499b color code.

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

Light Shade of #bb499b
#c96eaf
Dark Shade of #bb499b
#98397d
Saturated Shade of #bb499b
#c73da0
Desaturated Shade of #bb499b
#ae5596
Grey scale Shade of #bb499b
#828282
Brighten Shade
#d462b4
Most Readable Shade
#FFFFFF

Shades of #bb499b color code

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

#bb499b
#a64089
#913878
#7c3067
#672856
#532044
#3e1833
#291022
#140811
#000000

Similar Color like #bb499b color

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

#bc4a9c
#bd4b9d
#be4c9e
#bf4d9f
#c04ea0
#c14fa1
#c250a2
#c351a3
#c452a4
#c553a5
#c654a6
#c755a7
#c856a8
#c957a9
#ba489a
#b94799
#b84698
#b74597
#b64496
#b54395
#b44294
#b34193
#b24092
#b13f91
#b03e90
#af3d8f
#ae3c8e
#ad3b8d

Monochromatic Color with #bb499b

#bb499b
#e55abe
#11070e
#3b1731
#662855
#903878

Tints of #bb499b Color

#bb499b
#c25da6
#ca71b1
#d185bc
#d999c7
#e0aed2
#e8c2dd
#efd6e8
#f7eaf3
#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

#bb499b
#49bb69

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

Split Complementary

#bb499b
#62bb49
#49bba2

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

Analogous Color

#ad49bb
#bb49b2
#bb499b
#bb4984
#bb496d

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

#bb499b
#9bbb49
#499bbb

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

#bb499b
#bba249
#49bb69
#4962bb

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

#bb499b
#49bb69
#49bba2
#bb4962

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

#bb499b Color Code Preview on Black Background Color

This is how #bb499b Color will look on black background color. Color contrast ratio is 4.54

#bb499b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb499b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb499b

#bb499b color code is use for CSS Background Color

Background color for the above div is #bb499b

HTML with inline CSS

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

#bb499b color code is use for CSS Border Color

CSS Border color for the above div is #bb499b

HTML with inline CSS

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

CSS Border Left color for the above div is #bb499b

HTML with inline CSS

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

CSS Border Right color for the above div is #bb499b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb499b

HTML with inline CSS

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

CSS Border Top color for the above div is #bb499b

HTML with inline CSS

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

#bb499b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb499b Color code Preview on White Background

This is how #bb499b Color code will look on white background color. Color contrast ratio is 4.63

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

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(187,73,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,187,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,73,155,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.