Skip to main content Skip to docs navigation

#b613de hex color | Download Dark Violet BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Promiscuous Pink and its hex is #BB11EE Nearest Color Name

Color Hue/Base color: Violet

Hex #b613de Color code in RGB color code model is created after adding 71.37% red color, 7.45% green color and 87.06% blue color. Hex #b613de Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 91% magenta, 0% yellow and 12.94% black.

Hex #b613de color code is between #bb11dd web safe hex color code and #aa22ee web safe hex color code. #bb11dd is the nearest web safe color code. You can see here many more shades of #b613de color code.

RGB Chart

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

Color Table

Hex Color Code b613de #b613de
RGB Decimal 182, 19, 222 182, 19, 222
RGB Percent 71%, 7%, 87% rgb(71%, 7%, 87%)
CSS RGBa 182, 19, 222,1 rgba(182,19,222,1)
CMYK Model cmyk(18%,91%,0%,12.94%)
HSL Color Space 288,84% ,47% hsl(288,84% ,47%)
HSV Color Space 288°, 91%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110110 00010011 11011110
Octal 266 23 336
Decimal 182 19 222
Hex b6 13 de

Different shades of #b613de color code.

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

Darkest of #b613de
#420751
Darker of #b613de
#690b80
Dark of #b613de
#8f0faf
Base of #b613de
#b613de
Light of #b613de
#ca36ee
Lighter
#d665f2
Lightest
#e394f6

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

#b613de
#3bde13

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

Split Complementary

#b613de
#a0de13
#13de51

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

Analogous Color

#4013de
#6113de
#b613de
#de13c2
#de136e

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

#b613de
#13deb6
#deb613

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

#b613de
#deb613
#3bde13
#133bde

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#b613de
#de5113
#3bde13
#13a0de

Square 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).

Monochromatic Color with #b613de

#1c0322
#420751
#690b80
#8f0faf
#b613de
#ca36ee
#d665f2
#e394f6
#efc3fa

Tints of #b613de Color

#b613de
#be2de1
#c647e5
#ce61e9
#d67bec
#de96f0
#e6b0f4
#eecaf7
#f6e4fb
#ffffff

Shades of #b613de color code

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

#b613de
#a110c5
#8d0eac
#790c94
#650a7b
#500862
#3c064a
#280431
#140218
#000000

Tones

#b613de
#a72bc6
#9943ae
#8a5b96
#7c737e

Tones

Similar Color like #b613de color

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

#b714df
#b815e0
#b916e1
#ba17e2
#bb18e3
#bc19e4
#bd1ae5
#be1be6
#bf1ce7
#c01de8
#c11ee9
#c21fea
#c320eb
#c421ec
#b512dd
#b411dc
#b310db
#b20fda
#b10ed9
#b00dd8
#af0cd7
#ae0bd6
#ad0ad5
#ac09d4
#ab08d3
#aa07d2
#a906d1
#a805d0

Download this Dark Violet

Hex #b613de 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.

#b613de Color Code Preview on Black Background Color

This is how #b613de Color will look on black background color. Color contrast ratio is 4.14

#b613de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b613de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b613de

#b613de color code is use for CSS Background Color

Background color for the above div is #b613de

HTML with inline CSS

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

#b613de color code is use for CSS Border Color

CSS Border color for the above div is #b613de

HTML with inline CSS

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

CSS Border Left color for the above div is #b613de

HTML with inline CSS

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

CSS Border Right color for the above div is #b613de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b613de

HTML with inline CSS

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

CSS Border Top color for the above div is #b613de

HTML with inline CSS

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

#b613de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b613de Color code Preview on White Background

This is how #b613de Color code will look on white background color. Color contrast ratio is 5.08

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(182,19,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,222,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,19,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }