COLOR #BE5990

HEX: #BE5990
RGB: (190,89,144)

Color info

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

RGB color model

#BE5990 color RGB value is (190,89,144).

  • red value is 190;
  • green value is 89;
  • blue value is 144.
RGB:
(190,89,144)
(75%,35%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 89 of 255 = 35%
B 144 of 255 = 56%

190
89
144

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

Portions of RGB colors in percentages

R + G + B =
190 + 89 + 144 = 423 (100%)
R 190 of 423 ~ 44.92%
G 89 of 423 ~ 21.04%
B 144 of 423 ~ 34.04%

%44.92
%21.04
%34.04

CMYK color model

#BE5990 color CMYK value is (0,53,24,25).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,53,24,25)
C0M53Y24K25 
(0%,53%,24%,25%)
(0.00/0.53/0.24/0.25)	

CMYK percentages

%0
%53.16
%24.21
%25.49

Codes

Color #BE5990 in popluar color models

BE5990
RGB19089144
HSL327°43.72%54.71%
HSB/HSV327°53.16%74.51%
CMYK0.00%53.16%24.21%
25.49%

Color #BE5990 in popluar number systems.

HEXBE5990
Decimal19089144
Binary10111110101100110010000
Octal276131220

Shades and tints

Shades of #BE5990

#BE5990
(190,89,144)
#AD5183
(173,81,131)
#9C4976
(156,73,118)
#8B4169
(139,65,105)
#7A395C
(122,57,92)
#69314F
(105,49,79)
#582942
(88,41,66)
#472135
(71,33,53)
#361928
(54,25,40)
#25111B
(37,17,27)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #BE5990

#BE5990
(190,89,144)
#C3689A
(195,104,154)
#C877A4
(200,119,164)
#CD86AE
(205,134,174)
#D295B8
(210,149,184)
#D7A4C2
(215,164,194)
#DCB3CC
(220,179,204)
#E1C2D6
(225,194,214)
#E6D1E0
(230,209,224)
#EBE0EA
(235,224,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5990 color. Also use rgb(190,89,144) instead hex code.

Text Font Color

.myTextColor { color: #BE5990; }

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

This text font color is #BE5990.


Background Color

.myBgColor { background-color: #BE5990; }

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

This div background color is #BE5990.


Border color

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

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

This div border color is #BE5990.


Opacity

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

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

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

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

This text has shadow with #BE5990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5990 on black background.


Color preview on white background

This text has color #BE5990 on white background.



Black color preview on #BE5990 background

This text has black color on #BE5990 background.


White color preview on #BE5990 background

This text has white color on #BE5990 background.