crispedge.com

Color picker

Loading...

#bb1df9 hex color - Violet - Warm color - Information

#bb1df9 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #bb1df9 color code is between #aa22ff web safe hex color code and #cc11ee web safe hex color code. #aa22ff is the nearest web safe color code. You can see here many more shades of #bb1df9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebb1df9#bb1df9
RGB Decimal187, 29, 249rgb(187, 29, 249)
RGB Percent73%, 11%, 98%rgb(73%, 11%, 98%)
CSS RGBa187, 29, 249,1rgba(187,29,249,1)
CMYK Modelcmyk(25%,88%,0%,2%)
HSL Color Space283,95% ,55%hsl(283,95% ,55%)
HSV Color Space283°, 88%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110110001110111111001
Octal27335371
Decimal18729249
Hexbb1df9

Different shades of #bb1df9 color code.

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

Light Shade of #bb1df9
#ca4ffa
Dark Shade of #bb1df9
#a006dd
Saturated Shade of #bb1df9
#be17ff
Desaturated Shade of #bb1df9
#b629ed
Grey scale Shade of #bb1df9
#8b8b8b
Brighten Shade
#d436ff
Most Readable Shade
#FFFFFF

Shades of #bb1df9 color code

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

#bb1df9
#a619dd
#9116c1
#7c13a6
#67108a
#530c6e
#3e0953
#290637
#14031b
#000000

Similar Color like #bb1df9 color

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

#bc1efa
#bd1ffb
#be20fc
#bf21fd
#c022fe
#c123ff
#c224ff
#c325ff
#c426ff
#c527ff
#c628ff
#c729ff
#c82aff
#c92bff
#ba1cf8
#b91bf7
#b81af6
#b719f5
#b618f4
#b517f3
#b416f2
#b315f1
#b214f0
#b113ef
#b012ee
#af11ed
#ae10ec
#ad0feb

Monochromatic Color with #bb1df9

#bb1df9
#1b0424
#3b094f
#5b0e79
#7b13a4
#9b18ce

Tints of #bb1df9 Color

#bb1df9
#c236f9
#ca4ffa
#d168fb
#d981fb
#e09afc
#e8b3fd
#efccfd
#f7e5fe
#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

#bb1df9
#5bf91d

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

Split Complementary

#bb1df9
#c9f91d
#1df94d

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

Analogous Color

#631df9
#8f1df9
#bb1df9
#e71df9
#f91ddf

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

#bb1df9
#f9bb1d
#1df9bb

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

#bb1df9
#f94d1d
#5bf91d
#1dc9f9

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

#bb1df9
#5bf91d
#1df94d
#f91dc9

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

#bb1df9 Color Code Preview on Black Background Color

This is how #bb1df9 Color will look on black background color. Color contrast ratio is 4.66

#bb1df9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb1df9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bb1df9

#bb1df9 color code is use for CSS Background Color

Background color for the above div is #bb1df9

HTML with inline CSS

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

#bb1df9 color code is use for CSS Border Color

CSS Border color for the above div is #bb1df9

HTML with inline CSS

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

CSS Border Left color for the above div is #bb1df9

HTML with inline CSS

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

CSS Border Right color for the above div is #bb1df9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bb1df9

HTML with inline CSS

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

CSS Border Top color for the above div is #bb1df9

HTML with inline CSS

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

#bb1df9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bb1df9 Color code Preview on White Background

This is how #bb1df9 Color code will look on white background color. Color contrast ratio is 4.51

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

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,29,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,249,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(187,29,249,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.