COLOR #BE357F

HEX: #BE357F
RGB: (190,53,127)

Color info

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

RGB color model

#BE357F color RGB value is (190,53,127).

  • red value is 190;
  • green value is 53;
  • blue value is 127.
RGB:
(190,53,127)
(75%,21%,50%)

RGB channels and saturation

R 190 of 255 = 75%
G 53 of 255 = 21%
B 127 of 255 = 50%

190
53
127

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

Portions of RGB colors in percentages

R + G + B =
190 + 53 + 127 = 370 (100%)
R 190 of 370 ~ 51.35%
G 53 of 370 ~ 14.32%
B 127 of 370 ~ 34.32%

%51.35
%14.32
%34.32

CMYK color model

#BE357F color CMYK value is (0,72,33,25).

  • cyan value is 0.00%
  • magenta value is 72.11%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(0,72,33,25)
C0M72Y33K25 
(0%,72%,33%,25%)
(0.00/0.72/0.33/0.25)	

CMYK percentages

%0
%72.11
%33.16
%25.49

Codes

Color #BE357F in popluar color models

BE357F
RGB19053127
HSL328°56.38%47.65%
HSB/HSV328°72.11%74.51%
CMYK0.00%72.11%33.16%
25.49%

Color #BE357F in popluar number systems.

HEXBE357F
Decimal19053127
Binary101111101101011111111
Octal27665177

Shades and tints

Shades of #BE357F

#BE357F
(190,53,127)
#AD3174
(173,49,116)
#9C2D69
(156,45,105)
#8B295E
(139,41,94)
#7A2553
(122,37,83)
#692148
(105,33,72)
#581D3D
(88,29,61)
#471932
(71,25,50)
#361527
(54,21,39)
#25111C
(37,17,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #BE357F

#BE357F
(190,53,127)
#C3478A
(195,71,138)
#C85995
(200,89,149)
#CD6BA0
(205,107,160)
#D27DAB
(210,125,171)
#D78FB6
(215,143,182)
#DCA1C1
(220,161,193)
#E1B3CC
(225,179,204)
#E6C5D7
(230,197,215)
#EBD7E2
(235,215,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE357F color. Also use rgb(190,53,127) instead hex code.

Text Font Color

.myTextColor { color: #BE357F; }

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

This text font color is #BE357F.


Background Color

.myBgColor { background-color: #BE357F; }

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

This div background color is #BE357F.


Border color

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

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

This div border color is #BE357F.


Opacity

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

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

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

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

This text has shadow with #BE357F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE357F on black background.


Color preview on white background

This text has color #BE357F on white background.



Black color preview on #BE357F background

This text has black color on #BE357F background.


White color preview on #BE357F background

This text has white color on #BE357F background.