@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#b51ddd hex color - Violet - Warm color - Information

#b51ddd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b51ddd Color code in RGB color code model is created after adding 70.98% red color, 11.37% green color and 86.67% blue color. Hex #b51ddd Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 87% magenta, 0% yellow and 13.33% black.

Hex #b51ddd color code is between #bb22cc web safe hex color code and #aa11ee web safe hex color code. #bb22cc is the nearest web safe color code. You can see here many more shades of #b51ddd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb51ddd#b51ddd
RGB Decimal181, 29, 221rgb(181, 29, 221)
RGB Percent71%, 11%, 87%rgb(71%, 11%, 87%)
CSS RGBa181, 29, 221,1rgba(181,29,221,1)
CMYK Modelcmyk(18%,87%,0%,13.33%)
HSL Color Space288,77% ,49%hsl(288,77% ,49%)
HSV Color Space288°, 87%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101010001110111011101
Octal26535335
Decimal18129221
Hexb51ddd

Different shades of #b51ddd color code.

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

Light Shade of #b51ddd
#c546e7
Dark Shade of #b51ddd
#9017b0
Saturated Shade of #b51ddd
#bc11e9
Desaturated Shade of #b51ddd
#ae29d0
Grey scale Shade of #b51ddd
#7d7d7d
Brighten Shade
#ce36f6
Most Readable Shade
#FFFFFF

Shades of #b51ddd color code

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

#b51ddd
#a019c4
#8c16ab
#781393
#64107a
#500c62
#3c0949
#280631
#140318
#000000

Similar Color like #b51ddd color

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

#b61ede
#b71fdf
#b820e0
#b921e1
#ba22e2
#bb23e3
#bc24e4
#bd25e5
#be26e6
#bf27e7
#c028e8
#c129e9
#c22aea
#c32beb
#b41cdc
#b31bdb
#b21ada
#b119d9
#b018d8
#af17d7
#ae16d6
#ad15d5
#ac14d4
#ab13d3
#aa12d2
#a911d1
#a810d0
#a70fcf

Monochromatic Color with #b51ddd

#b51ddd
#070108
#2a0733
#4d0c5d
#6f1288
#9217b3

Tints of #b51ddd Color

#b51ddd
#bd36e0
#c54fe4
#cd68e8
#d581ec
#de9aef
#e6b3f3
#eeccf7
#f6e5fb
#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

#b51ddd
#45dd1d

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

Split Complementary

#b51ddd
#a5dd1d
#1ddd55

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

Analogous Color

#681ddd
#8f1ddd
#b51ddd
#db1ddd
#dd1db8

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

#b51ddd
#ddb51d
#1dddb5

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

#b51ddd
#dd551d
#45dd1d
#1da5dd

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

#b51ddd
#45dd1d
#1ddd55
#dd1da5

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

#b51ddd Color Code Preview on Black Background Color

This is how #b51ddd Color will look on black background color. Color contrast ratio is 4.18

#b51ddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b51ddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b51ddd

#b51ddd color code is use for CSS Background Color

Background color for the above div is #b51ddd

HTML with inline CSS

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

#b51ddd color code is use for CSS Border Color

CSS Border color for the above div is #b51ddd

HTML with inline CSS

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

CSS Border Left color for the above div is #b51ddd

HTML with inline CSS

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

CSS Border Right color for the above div is #b51ddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b51ddd

HTML with inline CSS

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

CSS Border Top color for the above div is #b51ddd

HTML with inline CSS

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

#b51ddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b51ddd Color code Preview on White Background

This is how #b51ddd Color code will look on white background color. Color contrast ratio is 5.02

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

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(181,29,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,221,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,29,221,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.