COLOR #BE8CF5

HEX: #BE8CF5
RGB: (190,140,245)

Color info

#BE8CF5 contains mainly red and blue colors. Web safe color of #BE8CF5 is #CC99FF (or #C9F).

RGB color model

#BE8CF5 color RGB value is (190,140,245).

  • red value is 190;
  • green value is 140;
  • blue value is 245.
RGB:
(190,140,245)
(75%,55%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 245 of 255 = 96%

190
140
245

R + G + B ~ 75%. #BE8CF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 140 + 245 = 575 (100%)
R 190 of 575 ~ 33.04%
G 140 of 575 ~ 24.35%
B 245 of 575 ~ 42.61%

%33.04
%24.35
%42.61

CMYK color model

#BE8CF5 color CMYK value is (22,43,0,4).

  • cyan value is 22.45%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(22,43,0,4)
C22M43Y0K4 
(22%,43%,0%,4%)
(0.22/0.43/0.00/0.04)	

CMYK percentages

%22.45
%42.86
%0
%3.92

Codes

Color #BE8CF5 in popluar color models

BE8CF5
RGB190140245
HSL269°84.00%75.49%
HSB/HSV269°42.86%96.08%
CMYK22.45%42.86%0.00%
3.92%

Color #BE8CF5 in popluar number systems.

HEXBE8CF5
Decimal190140245
Binary101111101000110011110101
Octal276214365

Shades and tints

Shades of #BE8CF5

#BE8CF5
(190,140,245)
#AD80DF
(173,128,223)
#9C74C9
(156,116,201)
#8B68B3
(139,104,179)
#7A5C9D
(122,92,157)
#695087
(105,80,135)
#584471
(88,68,113)
#47385B
(71,56,91)
#362C45
(54,44,69)
#25202F
(37,32,47)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BE8CF5

#BE8CF5
(190,140,245)
#C396F5
(195,150,245)
#C8A0F5
(200,160,245)
#CDAAF5
(205,170,245)
#D2B4F5
(210,180,245)
#D7BEF5
(215,190,245)
#DCC8F5
(220,200,245)
#E1D2F5
(225,210,245)
#E6DCF5
(230,220,245)
#EBE6F5
(235,230,245)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8CF5 color. Also use rgb(190,140,245) instead hex code.

Text Font Color

.myTextColor { color: #BE8CF5; }

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

This text font color is #BE8CF5.


Background Color

.myBgColor { background-color: #BE8CF5; }

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

This div background color is #BE8CF5.


Border color

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

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

This div border color is #BE8CF5.


Opacity

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

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

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

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

This text has shadow with #BE8CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8CF5 on black background.


Color preview on white background

This text has color #BE8CF5 on white background.



Black color preview on #BE8CF5 background

This text has black color on #BE8CF5 background.


White color preview on #BE8CF5 background

This text has white color on #BE8CF5 background.