Skip to main content Skip to docs navigation

#be0076 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 Eye Popping Cherry and its hex is #BB0077 Nearest Color Name

Color Hue/Base color: Violet

Hex #be0076 Color code in RGB color code model is created after adding 74.51% red color, 0% green color and 46.27% blue color. Hex #be0076 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 38% yellow and 25.49% black.

Hex #be0076 color code is between #bb0077 web safe hex color code and #cc0066 web safe hex color code. #bb0077 is the nearest web safe color code. You can see here many more shades of #be0076 color code.

RGB Chart

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

Color Table

Hex Color Code be0076 #be0076
RGB Decimal 190, 0, 118 190, 0, 118
RGB Percent 75%, 0%, 46% rgb(75%, 0%, 46%)
CSS RGBa 190, 0, 118,1 rgba(190,0,118,1)
CMYK Model cmyk(0%,100%,38%,25.49%)
HSL Color Space 323,100% ,37% hsl(323,100% ,37%)
HSV Color Space 323°, 100%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 00000000 01110110
Octal 276 0 166
Decimal 190 0 118
Hex be 00 76

Different shades of #be0076 color code.

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

Darkest of #be0076
#250017
Darker of #be0076
#580037
Dark of #be0076
#8b0056
Base of #be0076
#be0076
Light of #be0076
#f10096
Lighter
#ff25ac
Lightest
#ff58c0

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

#be0076
#00be48

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

Split Complementary

#be0076
#17be00
#00bea7

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

Analogous Color

#9700be
#b700be
#be0076
#be0037
#be1900

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

#be0076
#0076be
#76be00

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

#be0076
#76be00
#00be48
#4800be

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

#be0076
#bea700
#00be48
#0017be

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

#000000
#250017
#580037
#8b0056
#be0076
#f10096
#ff25ac
#ff58c0
#ff8bd3

Tints of #be0076 Color

#be0076
#c51c85
#cc3894
#d355a3
#da71b2
#e28dc2
#e9aad1
#f0c6e0
#f7e2ef
#ffffff

Shades of #be0076 color code

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

#be0076
#a80068
#93005b
#7e004e
#690041
#540034
#3f0027
#2a001a
#15000d
#000000

Tones

#be0076
#ab1371
#98266d
#853968
#724c64

Tones

Similar Color like #be0076 color

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

#bf0177
#c00278
#c10379
#c2047a
#c3057b
#c4067c
#c5077d
#c6087e
#c7097f
#c80a80
#c90b81
#ca0c82
#cb0d83
#cc0e84
#bd0075
#bc0074
#bb0073
#ba0072
#b90071
#b80070
#b7006f
#b6006e
#b5006d
#b4006c
#b3006b
#b2006a
#b10069
#b00068

Download this Dark Violet

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

#be0076 Color Code Preview on Black Background Color

This is how #be0076 Color will look on black background color. Color contrast ratio is 3.45

#be0076 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be0076

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be0076

#be0076 color code is use for CSS Background Color

Background color for the above div is #be0076

HTML with inline CSS

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

#be0076 color code is use for CSS Border Color

CSS Border color for the above div is #be0076

HTML with inline CSS

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

CSS Border Left color for the above div is #be0076

HTML with inline CSS

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

CSS Border Right color for the above div is #be0076

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be0076

HTML with inline CSS

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

CSS Border Top color for the above div is #be0076

HTML with inline CSS

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

#be0076 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be0076 Color code Preview on White Background

This is how #be0076 Color code will look on white background color. Color contrast ratio is 6.09

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

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