COLOR #BE5FAE

HEX: #BE5FAE
RGB: (190,95,174)

Color info

#BE5FAE contains mainly red and blue colors. Web safe color of #BE5FAE is #CC6699 (or #C69).

RGB color model

#BE5FAE color RGB value is (190,95,174).

  • red value is 190;
  • green value is 95;
  • blue value is 174.
RGB:
(190,95,174)
(75%,37%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 95 of 255 = 37%
B 174 of 255 = 68%

190
95
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 95 + 174 = 459 (100%)
R 190 of 459 ~ 41.39%
G 95 of 459 ~ 20.7%
B 174 of 459 ~ 37.91%

%41.39
%20.7
%37.91

CMYK color model

#BE5FAE color CMYK value is (0,50,8,25).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(0,50,8,25)
C0M50Y8K25 
(0%,50%,8%,25%)
(0.00/0.50/0.08/0.25)	

CMYK percentages

%0
%50
%8.42
%25.49

Codes

Color #BE5FAE in popluar color models

BE5FAE
RGB19095174
HSL310°42.22%55.88%
HSB/HSV310°50.00%74.51%
CMYK0.00%50.00%8.42%
25.49%

Color #BE5FAE in popluar number systems.

HEXBE5FAE
Decimal19095174
Binary10111110101111110101110
Octal276137256

Shades and tints

Shades of #BE5FAE

#BE5FAE
(190,95,174)
#AD579F
(173,87,159)
#9C4F90
(156,79,144)
#8B4781
(139,71,129)
#7A3F72
(122,63,114)
#693763
(105,55,99)
#582F54
(88,47,84)
#472745
(71,39,69)
#361F36
(54,31,54)
#251727
(37,23,39)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #BE5FAE

#BE5FAE
(190,95,174)
#C36DB5
(195,109,181)
#C87BBC
(200,123,188)
#CD89C3
(205,137,195)
#D297CA
(210,151,202)
#D7A5D1
(215,165,209)
#DCB3D8
(220,179,216)
#E1C1DF
(225,193,223)
#E6CFE6
(230,207,230)
#EBDDED
(235,221,237)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5FAE color. Also use rgb(190,95,174) instead hex code.

Text Font Color

.myTextColor { color: #BE5FAE; }

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

This text font color is #BE5FAE.


Background Color

.myBgColor { background-color: #BE5FAE; }

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

This div background color is #BE5FAE.


Border color

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

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

This div border color is #BE5FAE.


Opacity

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

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

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

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

This text has shadow with #BE5FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5FAE on black background.


Color preview on white background

This text has color #BE5FAE on white background.



Black color preview on #BE5FAE background

This text has black color on #BE5FAE background.


White color preview on #BE5FAE background

This text has white color on #BE5FAE background.