COLOR #BE2F6D

HEX: #BE2F6D
RGB: (190,47,109)

Color info

#BE2F6D contains mainly red color. Web safe color of #BE2F6D is #CC3366 (or #C36).

RGB color model

#BE2F6D color RGB value is (190,47,109).

  • red value is 190;
  • green value is 47;
  • blue value is 109.
RGB:
(190,47,109)
(75%,18%,43%)

RGB channels and saturation

R 190 of 255 = 75%
G 47 of 255 = 18%
B 109 of 255 = 43%

190
47
109

R + G + B ~ 45%. #BE2F6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 47 + 109 = 346 (100%)
R 190 of 346 ~ 54.91%
G 47 of 346 ~ 13.58%
B 109 of 346 ~ 31.5%

%54.91
%13.58
%31.5

CMYK color model

#BE2F6D color CMYK value is (0,75,43,25).

  • cyan value is 0.00%
  • magenta value is 75.26%
  • yellow value is 42.63%
  • key color value is 25.49%
CMYK:
(0,75,43,25)
C0M75Y43K25 
(0%,75%,43%,25%)
(0.00/0.75/0.43/0.25)	

CMYK percentages

%0
%75.26
%42.63
%25.49

Codes

Color #BE2F6D in popluar color models

BE2F6D
RGB19047109
HSL334°60.34%46.47%
HSB/HSV334°75.26%74.51%
CMYK0.00%75.26%42.63%
25.49%

Color #BE2F6D in popluar number systems.

HEXBE2F6D
Decimal19047109
Binary101111101011111101101
Octal27657155

Shades and tints

Shades of #BE2F6D

#BE2F6D
(190,47,109)
#AD2B64
(173,43,100)
#9C275B
(156,39,91)
#8B2352
(139,35,82)
#7A1F49
(122,31,73)
#691B40
(105,27,64)
#581737
(88,23,55)
#47132E
(71,19,46)
#360F25
(54,15,37)
#250B1C
(37,11,28)
#140713
(20,7,19)
#000000
(0,0,0)

Tints of #BE2F6D

#BE2F6D
(190,47,109)
#C3417A
(195,65,122)
#C85387
(200,83,135)
#CD6594
(205,101,148)
#D277A1
(210,119,161)
#D789AE
(215,137,174)
#DC9BBB
(220,155,187)
#E1ADC8
(225,173,200)
#E6BFD5
(230,191,213)
#EBD1E2
(235,209,226)
#F0E3EF
(240,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2F6D color. Also use rgb(190,47,109) instead hex code.

Text Font Color

.myTextColor { color: #BE2F6D; }

<p style="color:#BE2F6D">This sample text font color is #BE2F6D.</p>

This text font color is #BE2F6D.


Background Color

.myBgColor { background-color: #BE2F6D; }

<div style="background-color:#BE2F6D">Inner text</div>

This div background color is #BE2F6D.


Border color

.myBorderColor { border: 1px solid #BE2F6D; }

<div style="border:3px solid #BE2F6D">Div</div>

This div border color is #BE2F6D.


Opacity

.myOpacity80 { color: #BE2F6D; opacity: 0.8; }

<p style="color:#BE2F6D;opacity:0.8;">80%</p>

Text with #BE2F6D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE2F6D;}

<p style="text-shadow: 3px 3px 1px #BE2F6D">Text here.</p>

This text has shadow with #BE2F6D color.

.textShadow {text-shadow: 3px 3px 1px #BE2F6D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE2F6D, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE2F6D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE2F6D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE2F6D, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE2F6D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BE2F6D;
  -webkit-box-shadow:	1px 1px 3px 2px #BE2F6D;
  box-shadow:		1px 1px 3px 2px #BE2F6D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE2F6D;
-webkit-box-shadow: 1px 1px 3px 2px #BE2F6D;
box-shadow:1px 1px 3px 2px #BE2F6D;">
Div content here</div>
This div box has shadow with color #BE2F6D.

Preview

Color preview on black background

This text has color #BE2F6D on black background.


Color preview on white background

This text has color #BE2F6D on white background.



Black color preview on #BE2F6D background

This text has black color on #BE2F6D background.


White color preview on #BE2F6D background

This text has white color on #BE2F6D background.