COLOR #BE8EE5

HEX: #BE8EE5 RGB: (190,142,229)

Color info

#BE8EE5 contains mainly red and blue colors. Web safe color of #BE8EE5 is #CC99CC (or #C9C).

RGB color model

#BE8EE5 color RGB value is (190,142,229).

RGB: (190,142,229) (75%, 56%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 142 of 255 = 56%
B 229 of 255 = 90%

190
142
229

R + G + B ~ 74%. #BE8EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 142 + 229 = 561 (100%)
R 190 of 561 ~ 33.87%
G 142 of 561 ~ 25.31%
B 229 of 561 ~ 40.82'%

%33.87
%25.31
%40.82

CMYK color model

#BE8EE5 color CMYK value is (17,38,0,10).

  • cyan value is 17.03%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (17,38,0,10)
C17M38Y0K10 (17%, 38%, 0%, 10%)
(0.17 / 0.38 / 0.00 / 0.10)

CMYK percentages

%17.03
%37.99
%0
%10.2

Codes

Color #BE8EE5 in popluar color models

BE 8E E5
RGB 190 142 229
HSL 273° 62.59% 72.75%
HSB/HSV 273° 37.99% 89.80%
CMYK 17.03% 37.99% 0.00%
10.20%

Color #BE8EE5 in popluar number systems.

HEX BE 8E E5
Decimal 190 142 229
Binary 10111110 10001110 11100101
Octal 276 216 345

Shades and tints

Shades of #BE8EE5

#BE8EE5
(190,142,229)
#AD82D1
(173,130,209)
#9C76BD
(156,118,189)
#8B6AA9
(139,106,169)
#7A5E95
(122,94,149)
#695281
(105,82,129)
#58466D
(88,70,109)
#473A59
(71,58,89)
#362E45
(54,46,69)
#252231
(37,34,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BE8EE5

#BE8EE5
(190,142,229)
#C398E7
(195,152,231)
#C8A2E9
(200,162,233)
#CDACEB
(205,172,235)
#D2B6ED
(210,182,237)
#D7C0EF
(215,192,239)
#DCCAF1
(220,202,241)
#E1D4F3
(225,212,243)
#E6DEF5
(230,222,245)
#EBE8F7
(235,232,247)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8EE5 color. Also use rgb(190,142,229) instead hex code.

Text Font Color

.myTextColor { color: #BE8EE5; }

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

This text font color is #BE8EE5.

Background Color

.myBgColor { background-color: #BE8EE5; }

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

This div background color is #BE8EE5.

Border color

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

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

This div border color is #BE8EE5.

Opacity

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

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

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

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

This text has shadow with #BE8EE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8EE5.

Preview

Color preview on black background

This text has color #BE8EE5 on black background.


Color preview on white background

This text has color #BE8EE5 on white background.


Black color preview on #BE8EE5 background

This text has black color on #BE8EE5 background.


White color preview on #BE8EE5 background

This text has white color on #BE8EE5 background.


Related colors

Complementary color

Complementary color for #hex is #41711A.


I love getcolorcode.com

Triadic colors

1 #E5BE8E and #8EE5BE with #BE8EE5 are triadic colors.

2 #E58EBE and #8EBEE5 with #BE8EE5 are triadic colors.