COLOR #BE1F5D

HEX: #BE1F5D RGB: (190,31,93)

Color info

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

RGB color model

#BE1F5D color RGB value is (190,31,93).

RGB: (190,31,93) (75%, 12%, 36%)

RGB channels and saturation

R 190 of 255 = 75%
G 31 of 255 = 12%
B 93 of 255 = 36%

190
31
93

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

Portions of RGB colors in percentages

R + G + B = 190 + 31 + 93 = 314 (100%)
R 190 of 314 ~ 60.51%
G 31 of 314 ~ 9.87%
B 93 of 314 ~ 29.62'%

%60.51
%29.62

CMYK color model

#BE1F5D color CMYK value is (0,84,51,25).

  • cyan value is 0.00%
  • magenta value is 83.68%
  • yellow value is 51.05%
  • key color value is 25.49%

CMYK: (0,84,51,25)
C0M84Y51K25 (0%, 84%, 51%, 25%)
(0.00 / 0.84 / 0.51 / 0.25)

CMYK percentages

%0
%83.68
%51.05
%25.49

Codes

Color #BE1F5D in popluar color models

BE 1F 5D
RGB 190 31 93
HSL 337° 71.95% 43.33%
HSB/HSV 337° 83.68% 74.51%
CMYK 0.00% 83.68% 51.05%
25.49%

Color #BE1F5D in popluar number systems.

HEX BE 1F 5D
Decimal 190 31 93
Binary 10111110 11111 1011101
Octal 276 37 135

Shades and tints

Shades of #BE1F5D

#BE1F5D
(190,31,93)
#AD1D55
(173,29,85)
#9C1B4D
(156,27,77)
#8B1945
(139,25,69)
#7A173D
(122,23,61)
#691535
(105,21,53)
#58132D
(88,19,45)
#471125
(71,17,37)
#360F1D
(54,15,29)
#250D15
(37,13,21)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #BE1F5D

#BE1F5D
(190,31,93)
#C3336B
(195,51,107)
#C84779
(200,71,121)
#CD5B87
(205,91,135)
#D26F95
(210,111,149)
#D783A3
(215,131,163)
#DC97B1
(220,151,177)
#E1ABBF
(225,171,191)
#E6BFCD
(230,191,205)
#EBD3DB
(235,211,219)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE1F5D color. Also use rgb(190,31,93) instead hex code.

Text Font Color

.myTextColor { color: #BE1F5D; }

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

This text font color is #BE1F5D.

Background Color

.myBgColor { background-color: #BE1F5D; }

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

This div background color is #BE1F5D.

Border color

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

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

This div border color is #BE1F5D.

Opacity

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

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

Text with #BE1F5D 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 #BE1F5D;}

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

This text has shadow with #BE1F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE1F5D.

Preview

Color preview on black background

This text has color #BE1F5D on black background.


Color preview on white background

This text has color #BE1F5D on white background.


Black color preview on #BE1F5D background

This text has black color on #BE1F5D background.


White color preview on #BE1F5D background

This text has white color on #BE1F5D background.


Related colors

Complementary color

Complementary color for #hex is #41E0A2.


I love getcolorcode.com

Triadic colors

1 #5DBE1F and #1F5DBE with #BE1F5D are triadic colors.

2 #5D1FBE and #1FBE5D with #BE1F5D are triadic colors.