COLOR #BE78E4

HEX: #BE78E4
RGB: (190,120,228)

Color info

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

RGB color model

#BE78E4 color RGB value is (190,120,228).

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

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 228 of 255 = 89%

190
120
228

R + G + B ~ 70%. #BE78E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 120 + 228 = 538 (100%)
R 190 of 538 ~ 35.32%
G 120 of 538 ~ 22.3%
B 228 of 538 ~ 42.38%

%35.32
%22.3
%42.38

CMYK color model

#BE78E4 color CMYK value is (17,47,0,11).

  • cyan value is 16.67%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(17,47,0,11)
C17M47Y0K11 
(17%,47%,0%,11%)
(0.17/0.47/0.00/0.11)	

CMYK percentages

%16.67
%47.37
%0
%10.59

Codes

Color #BE78E4 in popluar color models

BE78E4
RGB190120228
HSL279°66.67%68.24%
HSB/HSV279°47.37%89.41%
CMYK16.67%47.37%0.00%
10.59%

Color #BE78E4 in popluar number systems.

HEXBE78E4
Decimal190120228
Binary10111110111100011100100
Octal276170344

Shades and tints

Shades of #BE78E4

#BE78E4
(190,120,228)
#AD6ED0
(173,110,208)
#9C64BC
(156,100,188)
#8B5AA8
(139,90,168)
#7A5094
(122,80,148)
#694680
(105,70,128)
#583C6C
(88,60,108)
#473258
(71,50,88)
#362844
(54,40,68)
#251E30
(37,30,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #BE78E4

#BE78E4
(190,120,228)
#C384E6
(195,132,230)
#C890E8
(200,144,232)
#CD9CEA
(205,156,234)
#D2A8EC
(210,168,236)
#D7B4EE
(215,180,238)
#DCC0F0
(220,192,240)
#E1CCF2
(225,204,242)
#E6D8F4
(230,216,244)
#EBE4F6
(235,228,246)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE78E4; }

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

This text font color is #BE78E4.


Background Color

.myBgColor { background-color: #BE78E4; }

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

This div background color is #BE78E4.


Border color

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

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

This div border color is #BE78E4.


Opacity

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

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

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

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

This text has shadow with #BE78E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE78E4 on black background.


Color preview on white background

This text has color #BE78E4 on white background.



Black color preview on #BE78E4 background

This text has black color on #BE78E4 background.


White color preview on #BE78E4 background

This text has white color on #BE78E4 background.