COLOR #BE7FBA

HEX: #BE7FBA
RGB: (190,127,186)

Color info

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

RGB color model

#BE7FBA color RGB value is (190,127,186).

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

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 186 of 255 = 73%

190
127
186

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

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 186 = 503 (100%)
R 190 of 503 ~ 37.77%
G 127 of 503 ~ 25.25%
B 186 of 503 ~ 36.98%

%37.77
%25.25
%36.98

CMYK color model

#BE7FBA color CMYK value is (0,33,2,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(0,33,2,25)
C0M33Y2K25 
(0%,33%,2%,25%)
(0.00/0.33/0.02/0.25)	

CMYK percentages

%0
%33.16
%2.11
%25.49

Codes

Color #BE7FBA in popluar color models

BE7FBA
RGB190127186
HSL304°32.64%62.16%
HSB/HSV304°33.16%74.51%
CMYK0.00%33.16%2.11%
25.49%

Color #BE7FBA in popluar number systems.

HEXBE7FBA
Decimal190127186
Binary10111110111111110111010
Octal276177272

Shades and tints

Shades of #BE7FBA

#BE7FBA
(190,127,186)
#AD74AA
(173,116,170)
#9C699A
(156,105,154)
#8B5E8A
(139,94,138)
#7A537A
(122,83,122)
#69486A
(105,72,106)
#583D5A
(88,61,90)
#47324A
(71,50,74)
#36273A
(54,39,58)
#251C2A
(37,28,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #BE7FBA

#BE7FBA
(190,127,186)
#C38AC0
(195,138,192)
#C895C6
(200,149,198)
#CDA0CC
(205,160,204)
#D2ABD2
(210,171,210)
#D7B6D8
(215,182,216)
#DCC1DE
(220,193,222)
#E1CCE4
(225,204,228)
#E6D7EA
(230,215,234)
#EBE2F0
(235,226,240)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7FBA; }

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

This text font color is #BE7FBA.


Background Color

.myBgColor { background-color: #BE7FBA; }

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

This div background color is #BE7FBA.


Border color

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

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

This div border color is #BE7FBA.


Opacity

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

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

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

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

This text has shadow with #BE7FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7FBA on black background.


Color preview on white background

This text has color #BE7FBA on white background.



Black color preview on #BE7FBA background

This text has black color on #BE7FBA background.


White color preview on #BE7FBA background

This text has white color on #BE7FBA background.