crispedge.com

#bb48bd hex color - Violet - Warm color - Information

#bb48bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bb48bd Color code in RGB color code model is created after adding 73.33% red color, 28.24% green color and 74.12% blue color. Hex #bb48bd Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 62% magenta, 0% yellow and 26% black.

Hex #bb48bd color code is between #aa44bb web safe hex color code and #cc55cc web safe hex color code. #aa44bb is the nearest web safe color code. You can see here many more shades of #bb48bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb48bd#bb48bd
RGB Decimal187, 72, 189rgb(187, 72, 189)
RGB Percent73%, 28%, 74%rgb(73%, 28%, 74%)
CSS RGBa187, 72, 189,1rgba(187,72,189,1)
CMYK Modelcmyk(1%,62%,0%,26%)
HSL Color Space299,47% ,51%hsl(299,47% ,51%)
HSV Color Space299°, 62%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110100100010111101
Octal273110275
Decimal18772189
Hexbb48bd

Different shades of #bb48bd color code.

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

Light Shade of #bb48bd
#c96dcb
Dark Shade of #bb48bd
#99389a
Saturated Shade of #bb48bd
#c73cc9
Desaturated Shade of #bb48bd
#af54b1
Grey scale Shade of #bb48bd
#828282
Brighten Shade
#d461d6
Most Readable Shade
#FFFFFF

Shades of #bb48bd color code

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

#bb48bd
#a640a8
#913893
#7c307e
#672869
#532054
#3e183f
#29102a
#140815
#000000

Similar Color like #bb48bd color

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

#bc49be
#bd4abf
#be4bc0
#bf4cc1
#c04dc2
#c14ec3
#c24fc4
#c350c5
#c451c6
#c552c7
#c653c8
#c754c9
#c855ca
#c956cb
#ba47bc
#b946bb
#b845ba
#b744b9
#b643b8
#b542b7
#b441b6
#b340b5
#b23fb4
#b13eb3
#b03db2
#af3cb1
#ae3bb0
#ad3aaf

Monochromatic Color with #bb48bd

#bb48bd
#e558e7
#130713
#3d173d
#672868
#913892

Tints of #bb48bd Color

#bb48bd
#c25cc4
#ca70cb
#d185d3
#d999da
#e0ade1
#e8c2e9
#efd6f0
#f7eaf7
#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

#bb48bd
#4abd48

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

Split Complementary

#bb48bd
#85bd48
#48bd80

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

Analogous Color

#8c48bd
#a448bd
#bb48bd
#bd48a8
#bd4890

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

#bb48bd
#bdbb48
#48bdbb

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

#bb48bd
#bd8048
#4abd48
#4884bd

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

#bb48bd
#4abd48
#48bd80
#bd4885

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

#bb48bd Color Code Preview on Black Background Color

This is how #bb48bd Color will look on black background color. Color contrast ratio is 4.77

#bb48bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb48bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb48bd

#bb48bd color code is use for CSS Background Color

Background color for the above div is #bb48bd

HTML with inline CSS

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

#bb48bd color code is use for CSS Border Color

CSS Border color for the above div is #bb48bd

HTML with inline CSS

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

CSS Border Left color for the above div is #bb48bd

HTML with inline CSS

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

CSS Border Right color for the above div is #bb48bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb48bd

HTML with inline CSS

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

CSS Border Top color for the above div is #bb48bd

HTML with inline CSS

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

#bb48bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb48bd Color code Preview on White Background

This is how #bb48bd Color code will look on white background color. Color contrast ratio is 4.40

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

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,72,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,189,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,72,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.

< /html>