crispedge.com

Color picker

Loading...

#bb53a9 hex color - Violet - Warm color - Information

#bb53a9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bb53a9 Color code in RGB color code model is created after adding 73.33% red color, 32.55% green color and 66.27% blue color. Hex #bb53a9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 10% yellow and 27% black.

Hex #bb53a9 color code is between #aa55aa web safe hex color code and #cc4499 web safe hex color code. #aa55aa is the nearest web safe color code. You can see here many more shades of #bb53a9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb53a9#bb53a9
RGB Decimal187, 83, 169rgb(187, 83, 169)
RGB Percent73%, 33%, 66%rgb(73%, 33%, 66%)
CSS RGBa187, 83, 169,1rgba(187,83,169,1)
CMYK Modelcmyk(0%,56%,10%,27%)
HSL Color Space310,43% ,53%hsl(310,43% ,53%)
HSV Color Space310°, 56%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110101001110101001
Octal273123251
Decimal18783169
Hexbb53a9

Different shades of #bb53a9 color code.

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

Light Shade of #bb53a9
#c978bb
Dark Shade of #bb53a9
#9d3e8d
Saturated Shade of #bb53a9
#c747b1
Desaturated Shade of #bb53a9
#af5fa1
Grey scale Shade of #bb53a9
#878787
Brighten Shade
#d46cc2
Most Readable Shade
#FFFFFF

Shades of #bb53a9 color code

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

#bb53a9
#a64996
#914083
#7c3770
#672e5d
#53244b
#3e1b38
#291225
#140912
#000000

Similar Color like #bb53a9 color

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

#bc54aa
#bd55ab
#be56ac
#bf57ad
#c058ae
#c159af
#c25ab0
#c35bb1
#c45cb2
#c55db3
#c65eb4
#c75fb5
#c860b6
#c961b7
#ba52a8
#b951a7
#b850a6
#b74fa5
#b64ea4
#b54da3
#b44ca2
#b34ba1
#b24aa0
#b1499f
#b0489e
#af479d
#ae469c
#ad459b

Monochromatic Color with #bb53a9

#bb53a9
#e566cf
#11080f
#3b1a36
#662d5c
#904083

Tints of #bb53a9 Color

#bb53a9
#c266b2
#ca79bc
#d18cc5
#d99fcf
#e0b2d8
#e8c5e2
#efd8eb
#f7ebf5
#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

#bb53a9
#53bb65

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

Split Complementary

#bb53a9
#75bb53
#53bb99

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

Analogous Color

#a353bb
#b853bb
#bb53a9
#bb5394
#bb537f

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

#bb53a9
#a9bb53
#53a9bb

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

#bb53a9
#bb9953
#53bb65
#5375bb

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

#bb53a9
#53bb65
#53bb99
#bb5375

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

#bb53a9 Color Code Preview on Black Background Color

This is how #bb53a9 Color will look on black background color. Color contrast ratio is 4.92

#bb53a9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb53a9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb53a9

#bb53a9 color code is use for CSS Background Color

Background color for the above div is #bb53a9

HTML with inline CSS

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

#bb53a9 color code is use for CSS Border Color

CSS Border color for the above div is #bb53a9

HTML with inline CSS

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

CSS Border Left color for the above div is #bb53a9

HTML with inline CSS

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

CSS Border Right color for the above div is #bb53a9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb53a9

HTML with inline CSS

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

CSS Border Top color for the above div is #bb53a9

HTML with inline CSS

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

#bb53a9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb53a9 Color code Preview on White Background

This is how #bb53a9 Color code will look on white background color. Color contrast ratio is 4.27

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

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,83,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,187,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,83,169,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.