COLOR #BE76B5

HEX: #BE76B5
RGB: (190,118,181)

Color info

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

RGB color model

#BE76B5 color RGB value is (190,118,181).

  • red value is 190;
  • green value is 118;
  • blue value is 181.
RGB:
(190,118,181)
(75%,46%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 118 of 255 = 46%
B 181 of 255 = 71%

190
118
181

R + G + B ~ 64%. #BE76B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 118 + 181 = 489 (100%)
R 190 of 489 ~ 38.85%
G 118 of 489 ~ 24.13%
B 181 of 489 ~ 37.01%

%38.85
%24.13
%37.01

CMYK color model

#BE76B5 color CMYK value is (0,38,5,25).

  • cyan value is 0.00%
  • magenta value is 37.89%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(0,38,5,25)
C0M38Y5K25 
(0%,38%,5%,25%)
(0.00/0.38/0.05/0.25)	

CMYK percentages

%0
%37.89
%4.74
%25.49

Codes

Color #BE76B5 in popluar color models

BE76B5
RGB190118181
HSL308°35.64%60.39%
HSB/HSV308°37.89%74.51%
CMYK0.00%37.89%4.74%
25.49%

Color #BE76B5 in popluar number systems.

HEXBE76B5
Decimal190118181
Binary10111110111011010110101
Octal276166265

Shades and tints

Shades of #BE76B5

#BE76B5
(190,118,181)
#AD6CA5
(173,108,165)
#9C6295
(156,98,149)
#8B5885
(139,88,133)
#7A4E75
(122,78,117)
#694465
(105,68,101)
#583A55
(88,58,85)
#473045
(71,48,69)
#362635
(54,38,53)
#251C25
(37,28,37)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BE76B5

#BE76B5
(190,118,181)
#C382BB
(195,130,187)
#C88EC1
(200,142,193)
#CD9AC7
(205,154,199)
#D2A6CD
(210,166,205)
#D7B2D3
(215,178,211)
#DCBED9
(220,190,217)
#E1CADF
(225,202,223)
#E6D6E5
(230,214,229)
#EBE2EB
(235,226,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE76B5 color. Also use rgb(190,118,181) instead hex code.

Text Font Color

.myTextColor { color: #BE76B5; }

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

This text font color is #BE76B5.


Background Color

.myBgColor { background-color: #BE76B5; }

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

This div background color is #BE76B5.


Border color

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

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

This div border color is #BE76B5.


Opacity

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

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

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

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

This text has shadow with #BE76B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE76B5 on black background.


Color preview on white background

This text has color #BE76B5 on white background.



Black color preview on #BE76B5 background

This text has black color on #BE76B5 background.


White color preview on #BE76B5 background

This text has white color on #BE76B5 background.