COLOR #BE7FD7

HEX: #BE7FD7
RGB: (190,127,215)

Color info

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

RGB color model

#BE7FD7 color RGB value is (190,127,215).

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

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 215 of 255 = 84%

190
127
215

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

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 215 = 532 (100%)
R 190 of 532 ~ 35.71%
G 127 of 532 ~ 23.87%
B 215 of 532 ~ 40.41%

%35.71
%23.87
%40.41

CMYK color model

#BE7FD7 color CMYK value is (12,41,0,16).

  • cyan value is 11.63%
  • magenta value is 40.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,41,0,16)
C12M41Y0K16 
(12%,41%,0%,16%)
(0.12/0.41/0.00/0.16)	

CMYK percentages

%11.63
%40.93
%0
%15.69

Codes

Color #BE7FD7 in popluar color models

BE7FD7
RGB190127215
HSL283°52.38%67.06%
HSB/HSV283°40.93%84.31%
CMYK11.63%40.93%0.00%
15.69%

Color #BE7FD7 in popluar number systems.

HEXBE7FD7
Decimal190127215
Binary10111110111111111010111
Octal276177327

Shades and tints

Shades of #BE7FD7

#BE7FD7
(190,127,215)
#AD74C4
(173,116,196)
#9C69B1
(156,105,177)
#8B5E9E
(139,94,158)
#7A538B
(122,83,139)
#694878
(105,72,120)
#583D65
(88,61,101)
#473252
(71,50,82)
#36273F
(54,39,63)
#251C2C
(37,28,44)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #BE7FD7

#BE7FD7
(190,127,215)
#C38ADA
(195,138,218)
#C895DD
(200,149,221)
#CDA0E0
(205,160,224)
#D2ABE3
(210,171,227)
#D7B6E6
(215,182,230)
#DCC1E9
(220,193,233)
#E1CCEC
(225,204,236)
#E6D7EF
(230,215,239)
#EBE2F2
(235,226,242)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7FD7; }

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

This text font color is #BE7FD7.


Background Color

.myBgColor { background-color: #BE7FD7; }

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

This div background color is #BE7FD7.


Border color

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

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

This div border color is #BE7FD7.


Opacity

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

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

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

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

This text has shadow with #BE7FD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7FD7 on black background.


Color preview on white background

This text has color #BE7FD7 on white background.



Black color preview on #BE7FD7 background

This text has black color on #BE7FD7 background.


White color preview on #BE7FD7 background

This text has white color on #BE7FD7 background.