COLOR #BE7FB8

HEX: #BE7FB8
RGB: (190,127,184)

Color info

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

RGB color model

#BE7FB8 color RGB value is (190,127,184).

  • red value is 190;
  • green value is 127;
  • blue value is 184.
RGB:
(190,127,184)
(75%,50%,72%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 184 of 255 = 72%

190
127
184

R + G + B ~ 66%. #BE7FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 184 = 501 (100%)
R 190 of 501 ~ 37.92%
G 127 of 501 ~ 25.35%
B 184 of 501 ~ 36.73%

%37.92
%25.35
%36.73

CMYK color model

#BE7FB8 color CMYK value is (0,33,3,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,33,3,25)
C0M33Y3K25 
(0%,33%,3%,25%)
(0.00/0.33/0.03/0.25)	

CMYK percentages

%0
%33.16
%3.16
%25.49

Codes

Color #BE7FB8 in popluar color models

BE7FB8
RGB190127184
HSL306°32.64%62.16%
HSB/HSV306°33.16%74.51%
CMYK0.00%33.16%3.16%
25.49%

Color #BE7FB8 in popluar number systems.

HEXBE7FB8
Decimal190127184
Binary10111110111111110111000
Octal276177270

Shades and tints

Shades of #BE7FB8

#BE7FB8
(190,127,184)
#AD74A8
(173,116,168)
#9C6998
(156,105,152)
#8B5E88
(139,94,136)
#7A5378
(122,83,120)
#694868
(105,72,104)
#583D58
(88,61,88)
#473248
(71,50,72)
#362738
(54,39,56)
#251C28
(37,28,40)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BE7FB8

#BE7FB8
(190,127,184)
#C38ABE
(195,138,190)
#C895C4
(200,149,196)
#CDA0CA
(205,160,202)
#D2ABD0
(210,171,208)
#D7B6D6
(215,182,214)
#DCC1DC
(220,193,220)
#E1CCE2
(225,204,226)
#E6D7E8
(230,215,232)
#EBE2EE
(235,226,238)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7FB8 color. Also use rgb(190,127,184) instead hex code.

Text Font Color

.myTextColor { color: #BE7FB8; }

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

This text font color is #BE7FB8.


Background Color

.myBgColor { background-color: #BE7FB8; }

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

This div background color is #BE7FB8.


Border color

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

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

This div border color is #BE7FB8.


Opacity

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

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

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

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

This text has shadow with #BE7FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7FB8 on black background.


Color preview on white background

This text has color #BE7FB8 on white background.



Black color preview on #BE7FB8 background

This text has black color on #BE7FB8 background.


White color preview on #BE7FB8 background

This text has white color on #BE7FB8 background.