crispedge.com

Color picker

Loading...

#bb4dee hex color - Violet - Warm color - Information

#bb4dee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #bb4dee Color code in RGB color code model is created after adding 73.33% red color, 30.2% green color and 93.33% blue color. Hex #bb4dee Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 68% magenta, 0% yellow and 7% black.

Hex #bb4dee color code is between #aa55dd web safe hex color code and #cc44ff web safe hex color code. #aa55dd is the nearest web safe color code. You can see here many more shades of #bb4dee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb4dee#bb4dee
RGB Decimal187, 77, 238rgb(187, 77, 238)
RGB Percent73%, 30%, 93%rgb(73%, 30%, 93%)
CSS RGBa187, 77, 238,1rgba(187,77,238,1)
CMYK Modelcmyk(21%,68%,0%,7%)
HSL Color Space281,83% ,62%hsl(281,83% ,62%)
HSV Color Space281°, 68%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110100110111101110
Octal273115356
Decimal18777238
Hexbb4dee

Different shades of #bb4dee color code.

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

Light Shade of #bb4dee
#cd7cf2
Dark Shade of #bb4dee
#a91eea
Saturated Shade of #bb4dee
#bf43f8
Desaturated Shade of #bb4dee
#b757e4
Grey scale Shade of #bb4dee
#9d9d9d
Brighten Shade
#d466ff
Most Readable Shade
#FFFFFF

Shades of #bb4dee color code

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

#bb4dee
#a644d3
#913bb9
#7c339e
#672a84
#532269
#3e194f
#291134
#14081a
#000000

Similar Color like #bb4dee color

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

#bc4eef
#bd4ff0
#be50f1
#bf51f2
#c052f3
#c153f4
#c254f5
#c355f6
#c456f7
#c557f8
#c658f9
#c759fa
#c85afb
#c95bfc
#ba4ced
#b94bec
#b84aeb
#b749ea
#b648e9
#b547e8
#b446e7
#b345e6
#b244e5
#b143e4
#b042e3
#af41e2
#ae40e1
#ad3fe0

Monochromatic Color with #bb4dee

#bb4dee
#14081a
#351644
#57246e
#783299
#9a3fc3

Tints of #bb4dee Color

#bb4dee
#c260ef
#ca74f1
#d188f3
#d99cf5
#e0aff7
#e8c3f9
#efd7fb
#f7ebfd
#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

#bb4dee
#80ee4d

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

Split Complementary

#bb4dee
#d1ee4d
#4dee6a

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

Analogous Color

#7b4dee
#9b4dee
#bb4dee
#db4dee
#ee4de1

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

#bb4dee
#eebb4d
#4deebb

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

#bb4dee
#ee6a4d
#80ee4d
#4dd0ee

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

#bb4dee
#80ee4d
#4dee6a
#ee4dd1

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

#bb4dee Color Code Preview on Black Background Color

This is how #bb4dee Color will look on black background color. Color contrast ratio is 5.41

#bb4dee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb4dee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb4dee

#bb4dee color code is use for CSS Background Color

Background color for the above div is #bb4dee

HTML with inline CSS

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

#bb4dee color code is use for CSS Border Color

CSS Border color for the above div is #bb4dee

HTML with inline CSS

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

CSS Border Left color for the above div is #bb4dee

HTML with inline CSS

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

CSS Border Right color for the above div is #bb4dee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb4dee

HTML with inline CSS

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

CSS Border Top color for the above div is #bb4dee

HTML with inline CSS

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

#bb4dee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb4dee Color code Preview on White Background

This is how #bb4dee Color code will look on white background color. Color contrast ratio is 3.88

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

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,77,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,238,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,77,238,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.