Skip to main content Skip to docs navigation

#be528b 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 Nail Polish Pink and its hex is #BD4E84 Nearest Color Name

Color Hue/Base color: Violet

Hex #be528b Color code in RGB color code model is created after adding 74.51% red color, 32.16% green color and 54.51% blue color. Hex #be528b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 27% yellow and 25.49% black.

Hex #be528b color code is between #bb5588 web safe hex color code and #cc4499 web safe hex color code. #bb5588 is the nearest web safe color code. You can see here many more shades of #be528b color code.

RGB Chart

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

Color Table

Hex Color Code be528b #be528b
RGB Decimal 190, 82, 139 190, 82, 139
RGB Percent 75%, 32%, 55% rgb(75%, 32%, 55%)
CSS RGBa 190, 82, 139,1 rgba(190,82,139,1)
CMYK Model cmyk(0%,57%,27%,25.49%)
HSL Color Space 328,45% ,53% hsl(328,45% ,53%)
HSV Color Space 328°, 57%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 01010010 10001011
Octal 276 122 213
Decimal 190 82 139
Hex be 52 8b

Different shades of #be528b color code.

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

Darkest of #be528b
#56203d
Darker of #be528b
#7c2e57
Dark of #be528b
#a13c71
Base of #be528b
#be528b
Light of #be528b
#cc77a4
Lighter
#da9cbd
Lightest
#e8c1d6

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

#be528b
#52be85

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

Split Complementary

#be528b
#55be52
#52bebb

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

Analogous Color

#b252be
#be52b8
#be528b
#be5267
#be6a52

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

#be528b
#528bbe
#8bbe52

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

#be528b
#8bbe52
#52be85
#8552be

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

#be528b
#bebb52
#52be85
#5255be

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

#311323
#56203d
#7c2e57
#a13c71
#be528b
#cc77a4
#da9cbd
#e8c1d6
#f6e6ee

Tints of #be528b Color

#be528b
#c56597
#cc78a4
#d38bb1
#da9ebe
#e2b2cb
#e9c5d8
#f0d8e5
#f7ebf2
#ffffff

Shades of #be528b color code

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

#be528b
#a8487b
#933f6c
#7e365c
#692d4d
#54243d
#3f1b2e
#2a121e
#15090f
#000000

Tones

#be528b
#a66a8a
#8e8288
#888888
#888888

Tones

Similar Color like #be528b color

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

#bf538c
#c0548d
#c1558e
#c2568f
#c35790
#c45891
#c55992
#c65a93
#c75b94
#c85c95
#c95d96
#ca5e97
#cb5f98
#cc6099
#bd518a
#bc5089
#bb4f88
#ba4e87
#b94d86
#b84c85
#b74b84
#b64a83
#b54982
#b44881
#b34780
#b2467f
#b1457e
#b0447d

Download this Dark Violet

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

#be528b Color Code Preview on Black Background Color

This is how #be528b Color will look on black background color. Color contrast ratio is 4.77

#be528b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be528b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be528b

#be528b color code is use for CSS Background Color

Background color for the above div is #be528b

HTML with inline CSS

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

#be528b color code is use for CSS Border Color

CSS Border color for the above div is #be528b

HTML with inline CSS

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

CSS Border Left color for the above div is #be528b

HTML with inline CSS

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

CSS Border Right color for the above div is #be528b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be528b

HTML with inline CSS

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

CSS Border Top color for the above div is #be528b

HTML with inline CSS

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

#be528b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be528b Color code Preview on White Background

This is how #be528b Color code will look on white background color. Color contrast ratio is 4.40

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

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