COLOR #BE7EE3

HEX: #BE7EE3
RGB: (190,126,227)

Color info

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

RGB color model

#BE7EE3 color RGB value is (190,126,227).

  • red value is 190;
  • green value is 126;
  • blue value is 227.
RGB:
(190,126,227)
(75%,49%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 227 of 255 = 89%

190
126
227

R + G + B ~ 71%. #BE7EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 126 + 227 = 543 (100%)
R 190 of 543 ~ 34.99%
G 126 of 543 ~ 23.2%
B 227 of 543 ~ 41.8%

%34.99
%23.2
%41.8

CMYK color model

#BE7EE3 color CMYK value is (16,44,0,11).

  • cyan value is 16.30%
  • magenta value is 44.49%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(16,44,0,11)
C16M44Y0K11 
(16%,44%,0%,11%)
(0.16/0.44/0.00/0.11)	

CMYK percentages

%16.3
%44.49
%0
%10.98

Codes

Color #BE7EE3 in popluar color models

BE7EE3
RGB190126227
HSL278°64.33%69.22%
HSB/HSV278°44.49%89.02%
CMYK16.30%44.49%0.00%
10.98%

Color #BE7EE3 in popluar number systems.

HEXBE7EE3
Decimal190126227
Binary10111110111111011100011
Octal276176343

Shades and tints

Shades of #BE7EE3

#BE7EE3
(190,126,227)
#AD73CF
(173,115,207)
#9C68BB
(156,104,187)
#8B5DA7
(139,93,167)
#7A5293
(122,82,147)
#69477F
(105,71,127)
#583C6B
(88,60,107)
#473157
(71,49,87)
#362643
(54,38,67)
#251B2F
(37,27,47)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #BE7EE3

#BE7EE3
(190,126,227)
#C389E5
(195,137,229)
#C894E7
(200,148,231)
#CD9FE9
(205,159,233)
#D2AAEB
(210,170,235)
#D7B5ED
(215,181,237)
#DCC0EF
(220,192,239)
#E1CBF1
(225,203,241)
#E6D6F3
(230,214,243)
#EBE1F5
(235,225,245)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7EE3; }

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

This text font color is #BE7EE3.


Background Color

.myBgColor { background-color: #BE7EE3; }

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

This div background color is #BE7EE3.


Border color

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

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

This div border color is #BE7EE3.


Opacity

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

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

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

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

This text has shadow with #BE7EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7EE3 on black background.


Color preview on white background

This text has color #BE7EE3 on white background.



Black color preview on #BE7EE3 background

This text has black color on #BE7EE3 background.


White color preview on #BE7EE3 background

This text has white color on #BE7EE3 background.