COLOR #BE53AD

HEX: #BE53AD
RGB: (190,83,173)

Color info

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

RGB color model

#BE53AD color RGB value is (190,83,173).

  • red value is 190;
  • green value is 83;
  • blue value is 173.
RGB:
(190,83,173)
(75%,33%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 83 of 255 = 33%
B 173 of 255 = 68%

190
83
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 83 + 173 = 446 (100%)
R 190 of 446 ~ 42.6%
G 83 of 446 ~ 18.61%
B 173 of 446 ~ 38.79%

%42.6
%18.61
%38.79

CMYK color model

#BE53AD color CMYK value is (0,56,9,25).

  • cyan value is 0.00%
  • magenta value is 56.32%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK:
(0,56,9,25)
C0M56Y9K25 
(0%,56%,9%,25%)
(0.00/0.56/0.09/0.25)	

CMYK percentages

%0
%56.32
%8.95
%25.49

Codes

Color #BE53AD in popluar color models

BE53AD
RGB19083173
HSL310°45.15%53.53%
HSB/HSV310°56.32%74.51%
CMYK0.00%56.32%8.95%
25.49%

Color #BE53AD in popluar number systems.

HEXBE53AD
Decimal19083173
Binary10111110101001110101101
Octal276123255

Shades and tints

Shades of #BE53AD

#BE53AD
(190,83,173)
#AD4C9E
(173,76,158)
#9C458F
(156,69,143)
#8B3E80
(139,62,128)
#7A3771
(122,55,113)
#693062
(105,48,98)
#582953
(88,41,83)
#472244
(71,34,68)
#361B35
(54,27,53)
#251426
(37,20,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #BE53AD

#BE53AD
(190,83,173)
#C362B4
(195,98,180)
#C871BB
(200,113,187)
#CD80C2
(205,128,194)
#D28FC9
(210,143,201)
#D79ED0
(215,158,208)
#DCADD7
(220,173,215)
#E1BCDE
(225,188,222)
#E6CBE5
(230,203,229)
#EBDAEC
(235,218,236)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE53AD color. Also use rgb(190,83,173) instead hex code.

Text Font Color

.myTextColor { color: #BE53AD; }

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

This text font color is #BE53AD.


Background Color

.myBgColor { background-color: #BE53AD; }

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

This div background color is #BE53AD.


Border color

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

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

This div border color is #BE53AD.


Opacity

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

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

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

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

This text has shadow with #BE53AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE53AD on black background.


Color preview on white background

This text has color #BE53AD on white background.



Black color preview on #BE53AD background

This text has black color on #BE53AD background.


White color preview on #BE53AD background

This text has white color on #BE53AD background.