COLOR #BE7EC4

HEX: #BE7EC4 RGB: (190,126,196)

Color info

#BE7EC4 contains mainly red and blue colors. Web safe color of #BE7EC4 is #CC66CC (or #C6C).

RGB color model

#BE7EC4 color RGB value is (190,126,196).

RGB: (190,126,196) (75%, 49%, 77%)

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 196 of 255 = 77%

190
126
196

R + G + B ~ 67%. #BE7EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 126 + 196 = 512 (100%)
R 190 of 512 ~ 37.11%
G 126 of 512 ~ 24.61%
B 196 of 512 ~ 38.28'%

%37.11
%24.61
%38.28

CMYK color model

#BE7EC4 color CMYK value is (3,36,0,23).

  • cyan value is 3.06%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (3,36,0,23)
C3M36Y0K23 (3%, 36%, 0%, 23%)
(0.03 / 0.36 / 0.00 / 0.23)

CMYK percentages

%3.06
%35.71
%0
%23.14

Codes

Color #BE7EC4 in popluar color models

BE 7E C4
RGB 190 126 196
HSL 295° 37.23% 63.14%
HSB/HSV 295° 35.71% 76.86%
CMYK 3.06% 35.71% 0.00%
23.14%

Color #BE7EC4 in popluar number systems.

HEX BE 7E C4
Decimal 190 126 196
Binary 10111110 1111110 11000100
Octal 276 176 304

Shades and tints

Shades of #BE7EC4

#BE7EC4
(190,126,196)
#AD73B3
(173,115,179)
#9C68A2
(156,104,162)
#8B5D91
(139,93,145)
#7A5280
(122,82,128)
#69476F
(105,71,111)
#583C5E
(88,60,94)
#47314D
(71,49,77)
#36263C
(54,38,60)
#251B2B
(37,27,43)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #BE7EC4

#BE7EC4
(190,126,196)
#C389C9
(195,137,201)
#C894CE
(200,148,206)
#CD9FD3
(205,159,211)
#D2AAD8
(210,170,216)
#D7B5DD
(215,181,221)
#DCC0E2
(220,192,226)
#E1CBE7
(225,203,231)
#E6D6EC
(230,214,236)
#EBE1F1
(235,225,241)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7EC4 color. Also use rgb(190,126,196) instead hex code.

Text Font Color

.myTextColor { color: #BE7EC4; }

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

This text font color is #BE7EC4.

Background Color

.myBgColor { background-color: #BE7EC4; }

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

This div background color is #BE7EC4.

Border color

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

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

This div border color is #BE7EC4.

Opacity

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

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

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

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

This text has shadow with #BE7EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7EC4.

Preview

Color preview on black background

This text has color #BE7EC4 on black background.


Color preview on white background

This text has color #BE7EC4 on white background.


Black color preview on #BE7EC4 background

This text has black color on #BE7EC4 background.


White color preview on #BE7EC4 background

This text has white color on #BE7EC4 background.


Related colors

Complementary color

Complementary color for #hex is #41813B.


I love getcolorcode.com

Triadic colors

1 #C4BE7E and #7EC4BE with #BE7EC4 are triadic colors.

2 #C47EBE and #7EBEC4 with #BE7EC4 are triadic colors.