Skip to main content Skip to docs navigation

#b50996 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 Barney Purple and its hex is #A00498 Nearest Color Name

Color Hue/Base color: Violet

Hex #b50996 Color code in RGB color code model is created after adding 70.98% red color, 3.53% green color and 58.82% blue color. Hex #b50996 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 17% yellow and 29.02% black.

Hex #b50996 color code is between #bb1199 web safe hex color code and #aa0088 web safe hex color code. #bb1199 is the nearest web safe color code. You can see here many more shades of #b50996 color code.

RGB Chart

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

Color Table

Hex Color Code b50996 #b50996
RGB Decimal 181, 9, 150 181, 9, 150
RGB Percent 71%, 4%, 59% rgb(71%, 4%, 59%)
CSS RGBa 181, 9, 150,1 rgba(181,9,150,1)
CMYK Model cmyk(0%,95%,17%,29.02%)
HSL Color Space 311,91% ,37% hsl(311,91% ,37%)
HSV Color Space 311°, 95%, 71%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110101 00001001 10010110
Octal 265 11 226
Decimal 181 9 150
Hex b5 09 96

Different shades of #b50996 color code.

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

Darkest of #b50996
#23021d
Darker of #b50996
#540445
Dark of #b50996
#84076e
Base of #b50996
#b50996
Light of #b50996
#e60bbe
Lighter
#f52fd1
Lightest
#f760dc

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

#b50996
#09b528

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

Split Complementary

#b50996
#40b509
#09b57e

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

Analogous Color

#7009b5
#8c09b5
#b50996
#b5095d
#b50915

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

#b50996
#0996b5
#96b509

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

#b50996
#96b509
#09b528
#2809b5

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

#b50996
#b57e09
#09b528
#0940b5

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 #b50996

#000000
#23021d
#540445
#84076e
#b50996
#e60bbe
#f52fd1
#f760dc
#fa90e7

Tints of #b50996 Color

#b50996
#bd24a1
#c53fad
#cd5bb9
#d576c4
#de91d0
#e6addc
#eec8e7
#f6e3f3
#ffffff

Shades of #b50996 color code

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

#b50996
#a00885
#8c0774
#780664
#640553
#500442
#3c0332
#280221
#140110
#000000

Tones

#b50996
#a21c8a
#8f2f7e
#7c4272
#695565

Tones

Similar Color like #b50996 color

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

#b60a97
#b70b98
#b80c99
#b90d9a
#ba0e9b
#bb0f9c
#bc109d
#bd119e
#be129f
#bf13a0
#c014a1
#c115a2
#c216a3
#c317a4
#b40895
#b30794
#b20693
#b10592
#b00491
#af0390
#ae028f
#ad018e
#ac008d
#ab008c
#aa008b
#a9008a
#a80089
#a70088

Download this Dark Violet

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

#b50996 Color Code Preview on Black Background Color

This is how #b50996 Color will look on black background color. Color contrast ratio is 3.44

#b50996 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b50996

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b50996

#b50996 color code is use for CSS Background Color

Background color for the above div is #b50996

HTML with inline CSS

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

#b50996 color code is use for CSS Border Color

CSS Border color for the above div is #b50996

HTML with inline CSS

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

CSS Border Left color for the above div is #b50996

HTML with inline CSS

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

CSS Border Right color for the above div is #b50996

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b50996

HTML with inline CSS

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

CSS Border Top color for the above div is #b50996

HTML with inline CSS

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

#b50996 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b50996 Color code Preview on White Background

This is how #b50996 Color code will look on white background color. Color contrast ratio is 6.10

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

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(181,9,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(9,181,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,9,150,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }