COLOR #BE78CC

HEX: #BE78CC RGB: (190,120,204)

Color info

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

RGB color model

#BE78CC color RGB value is (190,120,204).

RGB: (190,120,204) (75%, 47%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 204 of 255 = 80%

190
120
204

R + G + B ~ 67%. #BE78CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 120 + 204 = 514 (100%)
R 190 of 514 ~ 36.96%
G 120 of 514 ~ 23.35%
B 204 of 514 ~ 39.69'%

%36.96
%23.35
%39.69

CMYK color model

#BE78CC color CMYK value is (7,41,0,20).

  • cyan value is 6.86%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,41,0,20)
C7M41Y0K20 (7%, 41%, 0%, 20%)
(0.07 / 0.41 / 0.00 / 0.20)

CMYK percentages

%6.86
%41.18
%0
%20

Codes

Color #BE78CC in popluar color models

BE 78 CC
RGB 190 120 204
HSL 290° 45.16% 63.53%
HSB/HSV 290° 41.18% 80.00%
CMYK 6.86% 41.18% 0.00%
20.00%

Color #BE78CC in popluar number systems.

HEX BE 78 CC
Decimal 190 120 204
Binary 10111110 1111000 11001100
Octal 276 170 314

Shades and tints

Shades of #BE78CC

#BE78CC
(190,120,204)
#AD6EBA
(173,110,186)
#9C64A8
(156,100,168)
#8B5A96
(139,90,150)
#7A5084
(122,80,132)
#694672
(105,70,114)
#583C60
(88,60,96)
#47324E
(71,50,78)
#36283C
(54,40,60)
#251E2A
(37,30,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BE78CC

#BE78CC
(190,120,204)
#C384D0
(195,132,208)
#C890D4
(200,144,212)
#CD9CD8
(205,156,216)
#D2A8DC
(210,168,220)
#D7B4E0
(215,180,224)
#DCC0E4
(220,192,228)
#E1CCE8
(225,204,232)
#E6D8EC
(230,216,236)
#EBE4F0
(235,228,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE78CC; }

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

This text font color is #BE78CC.

Background Color

.myBgColor { background-color: #BE78CC; }

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

This div background color is #BE78CC.

Border color

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

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

This div border color is #BE78CC.

Opacity

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

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

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

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

This text has shadow with #BE78CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE78CC.

Preview

Color preview on black background

This text has color #BE78CC on black background.


Color preview on white background

This text has color #BE78CC on white background.


Black color preview on #BE78CC background

This text has black color on #BE78CC background.


White color preview on #BE78CC background

This text has white color on #BE78CC background.


Related colors

Complementary color

Complementary color for #hex is #418733.


I love getcolorcode.com

Triadic colors

1 #CCBE78 and #78CCBE with #BE78CC are triadic colors.

2 #CC78BE and #78BECC with #BE78CC are triadic colors.