COLOR #BE77D5

HEX: #BE77D5
RGB: (190,119,213)

Color info

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

RGB color model

#BE77D5 color RGB value is (190,119,213).

  • red value is 190;
  • green value is 119;
  • blue value is 213.
RGB:
(190,119,213)
(75%,47%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 119 of 255 = 47%
B 213 of 255 = 84%

190
119
213

R + G + B ~ 69%. #BE77D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 119 + 213 = 522 (100%)
R 190 of 522 ~ 36.4%
G 119 of 522 ~ 22.8%
B 213 of 522 ~ 40.8%

%36.4
%22.8
%40.8

CMYK color model

#BE77D5 color CMYK value is (11,44,0,16).

  • cyan value is 10.80%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(11,44,0,16)
C11M44Y0K16 
(11%,44%,0%,16%)
(0.11/0.44/0.00/0.16)	

CMYK percentages

%10.8
%44.13
%0
%16.47

Codes

Color #BE77D5 in popluar color models

BE77D5
RGB190119213
HSL285°52.81%65.10%
HSB/HSV285°44.13%83.53%
CMYK10.80%44.13%0.00%
16.47%

Color #BE77D5 in popluar number systems.

HEXBE77D5
Decimal190119213
Binary10111110111011111010101
Octal276167325

Shades and tints

Shades of #BE77D5

#BE77D5
(190,119,213)
#AD6DC2
(173,109,194)
#9C63AF
(156,99,175)
#8B599C
(139,89,156)
#7A4F89
(122,79,137)
#694576
(105,69,118)
#583B63
(88,59,99)
#473150
(71,49,80)
#36273D
(54,39,61)
#251D2A
(37,29,42)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BE77D5

#BE77D5
(190,119,213)
#C383D8
(195,131,216)
#C88FDB
(200,143,219)
#CD9BDE
(205,155,222)
#D2A7E1
(210,167,225)
#D7B3E4
(215,179,228)
#DCBFE7
(220,191,231)
#E1CBEA
(225,203,234)
#E6D7ED
(230,215,237)
#EBE3F0
(235,227,240)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE77D5 color. Also use rgb(190,119,213) instead hex code.

Text Font Color

.myTextColor { color: #BE77D5; }

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

This text font color is #BE77D5.


Background Color

.myBgColor { background-color: #BE77D5; }

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

This div background color is #BE77D5.


Border color

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

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

This div border color is #BE77D5.


Opacity

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

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

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

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

This text has shadow with #BE77D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE77D5 on black background.


Color preview on white background

This text has color #BE77D5 on white background.



Black color preview on #BE77D5 background

This text has black color on #BE77D5 background.


White color preview on #BE77D5 background

This text has white color on #BE77D5 background.