COLOR #BE1A7C

HEX: #BE1A7C
RGB: (190,26,124)

Color info

#BE1A7C contains mainly red color. Web safe color of #BE1A7C is #CC0066 (or #C06).

RGB color model

#BE1A7C color RGB value is (190,26,124).

  • red value is 190;
  • green value is 26;
  • blue value is 124.
RGB:
(190,26,124)
(75%,10%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 26 of 255 = 10%
B 124 of 255 = 49%

190
26
124

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

Portions of RGB colors in percentages

R + G + B =
190 + 26 + 124 = 340 (100%)
R 190 of 340 ~ 55.88%
G 26 of 340 ~ 7.65%
B 124 of 340 ~ 36.47%

%55.88
%36.47

CMYK color model

#BE1A7C color CMYK value is (0,86,35,25).

  • cyan value is 0.00%
  • magenta value is 86.32%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(0,86,35,25)
C0M86Y35K25 
(0%,86%,35%,25%)
(0.00/0.86/0.35/0.25)	

CMYK percentages

%0
%86.32
%34.74
%25.49

Codes

Color #BE1A7C in popluar color models

BE1A7C
RGB19026124
HSL324°75.93%42.35%
HSB/HSV324°86.32%74.51%
CMYK0.00%86.32%34.74%
25.49%

Color #BE1A7C in popluar number systems.

HEXBE1A7C
Decimal19026124
Binary10111110110101111100
Octal27632174

Shades and tints

Shades of #BE1A7C

#BE1A7C
(190,26,124)
#AD1871
(173,24,113)
#9C1666
(156,22,102)
#8B145B
(139,20,91)
#7A1250
(122,18,80)
#691045
(105,16,69)
#580E3A
(88,14,58)
#470C2F
(71,12,47)
#360A24
(54,10,36)
#250819
(37,8,25)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #BE1A7C

#BE1A7C
(190,26,124)
#C32E87
(195,46,135)
#C84292
(200,66,146)
#CD569D
(205,86,157)
#D26AA8
(210,106,168)
#D77EB3
(215,126,179)
#DC92BE
(220,146,190)
#E1A6C9
(225,166,201)
#E6BAD4
(230,186,212)
#EBCEDF
(235,206,223)
#F0E2EA
(240,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE1A7C color. Also use rgb(190,26,124) instead hex code.

Text Font Color

.myTextColor { color: #BE1A7C; }

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

This text font color is #BE1A7C.


Background Color

.myBgColor { background-color: #BE1A7C; }

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

This div background color is #BE1A7C.


Border color

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

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

This div border color is #BE1A7C.


Opacity

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

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

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

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

This text has shadow with #BE1A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE1A7C on black background.


Color preview on white background

This text has color #BE1A7C on white background.



Black color preview on #BE1A7C background

This text has black color on #BE1A7C background.


White color preview on #BE1A7C background

This text has white color on #BE1A7C background.