Skip to main content Skip to docs navigation

#be259f hex color | Download Dark Red 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 Fuchsia Flourish and its hex is #BB2299 Nearest Color Name

Color Hue/Base color: Red

Hex #be259f Color code in RGB color code model is created after adding 74.51% red color, 14.51% green color and 62.35% blue color. Hex #be259f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 16% yellow and 25.49% black.

Hex #be259f color code is between #bb2299 web safe hex color code and #cc33aa web safe hex color code. #bb2299 is the nearest web safe color code. You can see here many more shades of #be259f color code.

RGB Chart

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

Color Table

Hex Color Code be259f #be259f
RGB Decimal 190, 37, 159 190, 37, 159
RGB Percent 75%, 15%, 62% rgb(75%, 15%, 62%)
CSS RGBa 190, 37, 159,1 rgba(190,37,159,1)
CMYK Model cmyk(0%,81%,16%,25.49%)
HSL Color Space 312,67% ,45% hsl(312,67% ,45%)
HSV Color Space 312°, 81%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 00100101 10011111
Octal 276 45 237
Decimal 190 37 159
Hex be 25 9f

Different shades of #be259f color code.

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

Darkest of #be259f
#3e0c34
Darker of #be259f
#691458
Dark of #be259f
#931d7b
Base of #be259f
#be259f
Light of #be259f
#d93db9
Lighter
#e168c9
Lightest
#ea92d8

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

#be259f
#25be44

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

Split Complementary

#be259f
#52be25
#25be91

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

Analogous Color

#8425be
#9d25be
#be259f
#be256c
#be252c

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

#be259f
#259fbe
#9fbe25

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

#be259f
#9fbe25
#25be44
#4425be

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

#be259f
#be9125
#25be44
#2552be

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

#130410
#3e0c34
#691458
#931d7b
#be259f
#d93db9
#e168c9
#ea92d8
#f2bde7

Tints of #be259f Color

#be259f
#c53da9
#cc55b4
#d36dbf
#da85c9
#e29ed4
#e9b6df
#f0cee9
#f7e6f4
#ffffff

Shades of #be259f color code

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

#be259f
#a8208d
#931c7b
#7e186a
#691458
#541046
#3f0c35
#2a0823
#150411
#000000

Tones

#be259f
#a73c91
#915284
#7a6976
#727272

Tones

Similar Color like #be259f color

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

#bf26a0
#c027a1
#c128a2
#c229a3
#c32aa4
#c42ba5
#c52ca6
#c62da7
#c72ea8
#c82fa9
#c930aa
#ca31ab
#cb32ac
#cc33ad
#bd249e
#bc239d
#bb229c
#ba219b
#b9209a
#b81f99
#b71e98
#b61d97
#b51c96
#b41b95
#b31a94
#b21993
#b11892
#b01791

Download this Dark Red

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

#be259f Color Code Preview on Black Background Color

This is how #be259f Color will look on black background color. Color contrast ratio is 3.95

#be259f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be259f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be259f

#be259f color code is use for CSS Background Color

Background color for the above div is #be259f

HTML with inline CSS

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

#be259f color code is use for CSS Border Color

CSS Border color for the above div is #be259f

HTML with inline CSS

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

CSS Border Left color for the above div is #be259f

HTML with inline CSS

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

CSS Border Right color for the above div is #be259f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be259f

HTML with inline CSS

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

CSS Border Top color for the above div is #be259f

HTML with inline CSS

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

#be259f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be259f Color code Preview on White Background

This is how #be259f Color code will look on white background color. Color contrast ratio is 5.31

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

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