crispedge.com

Color picker

Loading...

#bb9dfa hex color - Violet - Cool color - Information

#bb9dfa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bb9dfa Color code in RGB color code model is created after adding 73.33% red color, 61.57% green color and 98.04% blue color. Hex #bb9dfa Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 37% magenta, 0% yellow and 2% black.

Hex #bb9dfa color code is between #aa99ff web safe hex color code and #ccaaee web safe hex color code. #aa99ff is the nearest web safe color code. You can see here many more shades of #bb9dfa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb9dfa#bb9dfa
RGB Decimal187, 157, 250rgb(187, 157, 250)
RGB Percent73%, 62%, 98%rgb(73%, 62%, 98%)
CSS RGBa187, 157, 250,1rgba(187,157,250,1)
CMYK Modelcmyk(25%,37%,0%,2%)
HSL Color Space259,90% ,80%hsl(259,90% ,80%)
HSV Color Space259°, 37%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111001110111111010
Octal273235372
Decimal187157250
Hexbb9dfa

Different shades of #bb9dfa color code.

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

Light Shade of #bb9dfa
#ddcefc
Dark Shade of #bb9dfa
#996cf8
Saturated Shade of #bb9dfa
#b998ff
Desaturated Shade of #bb9dfa
#bda2f5
Grey scale Shade of #bb9dfa
#cbcbcb
Brighten Shade
#d4b6ff
Most Readable Shade
#000000

Shades of #bb9dfa color code

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

#bb9dfa
#a68bde
#917ac2
#7c68a6
#67578a
#53456f
#3e3453
#292237
#14111b
#000000

Similar Color like #bb9dfa color

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

#bc9efb
#bd9ffc
#bea0fd
#bfa1fe
#c0a2ff
#c1a3ff
#c2a4ff
#c3a5ff
#c4a6ff
#c5a7ff
#c6a8ff
#c7a9ff
#c8aaff
#c9abff
#ba9cf9
#b99bf8
#b89af7
#b799f6
#b698f5
#b597f4
#b496f3
#b395f2
#b294f1
#b193f0
#b092ef
#af91ee
#ae90ed
#ad8fec

Monochromatic Color with #bb9dfa

#bb9dfa
#1c1825
#3c3250
#5c4d7a
#7b68a5
#9b82cf

Tints of #bb9dfa Color

#bb9dfa
#c2a7fa
#cab2fb
#d1bdfb
#d9c8fc
#e0d3fc
#e8defd
#efe9fd
#f7f4fe
#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

#bb9dfa
#dcfa9d

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

Split Complementary

#bb9dfa
#faea9d
#adfa9d

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

Analogous Color

#9da4fa
#a89dfa
#bb9dfa
#ce9dfa
#e09dfa

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

#bb9dfa
#fabb9d
#9dfabb

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

#bb9dfa
#fa9dad
#dcfa9d
#9dfae9

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

#bb9dfa
#dcfa9d
#adfa9d
#ea9dfa

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

#bb9dfa Color Code Preview on Black Background Color

This is how #bb9dfa Color will look on black background color. Color contrast ratio is 9.32

#bb9dfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9dfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb9dfa

#bb9dfa color code is use for CSS Background Color

Background color for the above div is #bb9dfa

HTML with inline CSS

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

#bb9dfa color code is use for CSS Border Color

CSS Border color for the above div is #bb9dfa

HTML with inline CSS

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

CSS Border Left color for the above div is #bb9dfa

HTML with inline CSS

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

CSS Border Right color for the above div is #bb9dfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb9dfa

HTML with inline CSS

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

CSS Border Top color for the above div is #bb9dfa

HTML with inline CSS

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

#bb9dfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb9dfa Color code Preview on White Background

This is how #bb9dfa Color code will look on white background color. Color contrast ratio is 2.25

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

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,157,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,250,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,157,250,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.