COLOR #BE49BB

HEX: #BE49BB
RGB: (190,73,187)

Color info

#BE49BB contains mainly red and blue colors. Web safe color of #BE49BB is #CC33CC (or #C3C).

RGB color model

#BE49BB color RGB value is (190,73,187).

  • red value is 190;
  • green value is 73;
  • blue value is 187.
RGB:
(190,73,187)
(75%,29%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 73 of 255 = 29%
B 187 of 255 = 73%

190
73
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 73 + 187 = 450 (100%)
R 190 of 450 ~ 42.22%
G 73 of 450 ~ 16.22%
B 187 of 450 ~ 41.56%

%42.22
%16.22
%41.56

CMYK color model

#BE49BB color CMYK value is (0,62,2,25).

  • cyan value is 0.00%
  • magenta value is 61.58%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,62,2,25)
C0M62Y2K25 
(0%,62%,2%,25%)
(0.00/0.62/0.02/0.25)	

CMYK percentages

%0
%61.58
%1.58
%25.49

Codes

Color #BE49BB in popluar color models

BE49BB
RGB19073187
HSL302°47.37%51.57%
HSB/HSV302°61.58%74.51%
CMYK0.00%61.58%1.58%
25.49%

Color #BE49BB in popluar number systems.

HEXBE49BB
Decimal19073187
Binary10111110100100110111011
Octal276111273

Shades and tints

Shades of #BE49BB

#BE49BB
(190,73,187)
#AD43AA
(173,67,170)
#9C3D99
(156,61,153)
#8B3788
(139,55,136)
#7A3177
(122,49,119)
#692B66
(105,43,102)
#582555
(88,37,85)
#471F44
(71,31,68)
#361933
(54,25,51)
#251322
(37,19,34)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #BE49BB

#BE49BB
(190,73,187)
#C359C1
(195,89,193)
#C869C7
(200,105,199)
#CD79CD
(205,121,205)
#D289D3
(210,137,211)
#D799D9
(215,153,217)
#DCA9DF
(220,169,223)
#E1B9E5
(225,185,229)
#E6C9EB
(230,201,235)
#EBD9F1
(235,217,241)
#F0E9F7
(240,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE49BB color. Also use rgb(190,73,187) instead hex code.

Text Font Color

.myTextColor { color: #BE49BB; }

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

This text font color is #BE49BB.


Background Color

.myBgColor { background-color: #BE49BB; }

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

This div background color is #BE49BB.


Border color

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

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

This div border color is #BE49BB.


Opacity

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

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

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

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

This text has shadow with #BE49BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE49BB on black background.


Color preview on white background

This text has color #BE49BB on white background.



Black color preview on #BE49BB background

This text has black color on #BE49BB background.


White color preview on #BE49BB background

This text has white color on #BE49BB background.