COLOR #BE95E4

HEX: #BE95E4
RGB: (190,149,228)

Color info

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

RGB color model

#BE95E4 color RGB value is (190,149,228).

  • red value is 190;
  • green value is 149;
  • blue value is 228.
RGB:
(190,149,228)
(75%,58%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 228 of 255 = 89%

190
149
228

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

Portions of RGB colors in percentages

R + G + B =
190 + 149 + 228 = 567 (100%)
R 190 of 567 ~ 33.51%
G 149 of 567 ~ 26.28%
B 228 of 567 ~ 40.21%

%33.51
%26.28
%40.21

CMYK color model

#BE95E4 color CMYK value is (17,35,0,11).

  • cyan value is 16.67%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,35,0,11)
C17M35Y0K11 
(17%,35%,0%,11%)
(0.17/0.35/0.00/0.11)	

CMYK percentages

%16.67
%34.65
%0
%10.59

Codes

Color #BE95E4 in popluar color models

BE95E4
RGB190149228
HSL271°59.40%73.92%
HSB/HSV271°34.65%89.41%
CMYK16.67%34.65%0.00%
10.59%

Color #BE95E4 in popluar number systems.

HEXBE95E4
Decimal190149228
Binary101111101001010111100100
Octal276225344

Shades and tints

Shades of #BE95E4

#BE95E4
(190,149,228)
#AD88D0
(173,136,208)
#9C7BBC
(156,123,188)
#8B6EA8
(139,110,168)
#7A6194
(122,97,148)
#695480
(105,84,128)
#58476C
(88,71,108)
#473A58
(71,58,88)
#362D44
(54,45,68)
#252030
(37,32,48)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #BE95E4

#BE95E4
(190,149,228)
#C39EE6
(195,158,230)
#C8A7E8
(200,167,232)
#CDB0EA
(205,176,234)
#D2B9EC
(210,185,236)
#D7C2EE
(215,194,238)
#DCCBF0
(220,203,240)
#E1D4F2
(225,212,242)
#E6DDF4
(230,221,244)
#EBE6F6
(235,230,246)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE95E4 color. Also use rgb(190,149,228) instead hex code.

Text Font Color

.myTextColor { color: #BE95E4; }

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

This text font color is #BE95E4.


Background Color

.myBgColor { background-color: #BE95E4; }

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

This div background color is #BE95E4.


Border color

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

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

This div border color is #BE95E4.


Opacity

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

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

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

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

This text has shadow with #BE95E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE95E4 on black background.


Color preview on white background

This text has color #BE95E4 on white background.



Black color preview on #BE95E4 background

This text has black color on #BE95E4 background.


White color preview on #BE95E4 background

This text has white color on #BE95E4 background.