crispedge.com

Color picker

Loading...

#bb7ae1 hex color - Violet - Warm color - Information

#bb7ae1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bb7ae1 Color code in RGB color code model is created after adding 73.33% red color, 47.84% green color and 88.24% blue color. Hex #bb7ae1 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 46% magenta, 0% yellow and 12% black.

Hex #bb7ae1 color code is between #aa77dd web safe hex color code and #cc88ee web safe hex color code. #aa77dd is the nearest web safe color code. You can see here many more shades of #bb7ae1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb7ae1#bb7ae1
RGB Decimal187, 122, 225rgb(187, 122, 225)
RGB Percent73%, 48%, 88%rgb(73%, 48%, 88%)
CSS RGBa187, 122, 225,1rgba(187,122,225,1)
CMYK Modelcmyk(17%,46%,0%,12%)
HSL Color Space278,63% ,68%hsl(278,63% ,68%)
HSV Color Space278°, 46%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110111101011100001
Octal273172341
Decimal187122225
Hexbb7ae1

Different shades of #bb7ae1 color code.

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

Light Shade of #bb7ae1
#d0a4ea
Dark Shade of #bb7ae1
#a650d8
Saturated Shade of #bb7ae1
#bd72e9
Desaturated Shade of #bb7ae1
#b982d9
Grey scale Shade of #bb7ae1
#adadad
Brighten Shade
#d493fa
Most Readable Shade
#000000

Shades of #bb7ae1 color code

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

#bb7ae1
#a66cc8
#915eaf
#7c5196
#67437d
#533664
#3e284b
#291b32
#140d19
#000000

Similar Color like #bb7ae1 color

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

#bc7be2
#bd7ce3
#be7de4
#bf7ee5
#c07fe6
#c180e7
#c281e8
#c382e9
#c483ea
#c584eb
#c685ec
#c786ed
#c887ee
#c988ef
#ba79e0
#b978df
#b877de
#b776dd
#b675dc
#b574db
#b473da
#b372d9
#b271d8
#b170d7
#b06fd6
#af6ed5
#ae6dd4
#ad6cd3

Monochromatic Color with #bb7ae1

#bb7ae1
#0a070c
#2e1e37
#513561
#744c8c
#9863b6

Tints of #bb7ae1 Color

#bb7ae1
#c288e4
#ca97e7
#d1a6eb
#d9b5ee
#e0c3f1
#e8d2f5
#efe1f8
#f7f0fb
#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

#bb7ae1
#a0e17a

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

Split Complementary

#bb7ae1
#d3e17a
#7ae188

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

Analogous Color

#927ae1
#a67ae1
#bb7ae1
#d07ae1
#e17ade

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

#bb7ae1
#e1bb7a
#7ae1bb

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

#bb7ae1
#e1877a
#a0e17a
#7ad3e1

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

#bb7ae1
#a0e17a
#7ae188
#e17ad3

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

#bb7ae1 Color Code Preview on Black Background Color

This is how #bb7ae1 Color will look on black background color. Color contrast ratio is 6.98

#bb7ae1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb7ae1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb7ae1

#bb7ae1 color code is use for CSS Background Color

Background color for the above div is #bb7ae1

HTML with inline CSS

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

#bb7ae1 color code is use for CSS Border Color

CSS Border color for the above div is #bb7ae1

HTML with inline CSS

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

CSS Border Left color for the above div is #bb7ae1

HTML with inline CSS

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

CSS Border Right color for the above div is #bb7ae1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb7ae1

HTML with inline CSS

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

CSS Border Top color for the above div is #bb7ae1

HTML with inline CSS

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

#bb7ae1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb7ae1 Color code Preview on White Background

This is how #bb7ae1 Color code will look on white background color. Color contrast ratio is 3.01

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

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,122,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,225,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,122,225,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.