COLOR #BE87BF

HEX: #BE87BF
RGB: (190,135,191)

Color info

#BE87BF contains red, green and blue colors in about the same proportion. Web safe color of #BE87BF is #CC99CC (or #C9C).

RGB color model

#BE87BF color RGB value is (190,135,191).

  • red value is 190;
  • green value is 135;
  • blue value is 191.
RGB:
(190,135,191)
(75%,53%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 135 of 255 = 53%
B 191 of 255 = 75%

190
135
191

R + G + B ~ 68%. #BE87BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 135 + 191 = 516 (100%)
R 190 of 516 ~ 36.82%
G 135 of 516 ~ 26.16%
B 191 of 516 ~ 37.02%

%36.82
%26.16
%37.02

CMYK color model

#BE87BF color CMYK value is (1,29,0,25).

  • cyan value is 0.52%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(1,29,0,25)
C1M29Y0K25 
(1%,29%,0%,25%)
(0.01/0.29/0.00/0.25)	

CMYK percentages

%0.52
%29.32
%0
%25.1

Codes

Color #BE87BF in popluar color models

BE87BF
RGB190135191
HSL299°30.43%63.92%
HSB/HSV299°29.32%74.90%
CMYK0.52%29.32%0.00%
25.10%

Color #BE87BF in popluar number systems.

HEXBE87BF
Decimal190135191
Binary101111101000011110111111
Octal276207277

Shades and tints

Shades of #BE87BF

#BE87BF
(190,135,191)
#AD7BAE
(173,123,174)
#9C6F9D
(156,111,157)
#8B638C
(139,99,140)
#7A577B
(122,87,123)
#694B6A
(105,75,106)
#583F59
(88,63,89)
#473348
(71,51,72)
#362737
(54,39,55)
#251B26
(37,27,38)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #BE87BF

#BE87BF
(190,135,191)
#C391C4
(195,145,196)
#C89BC9
(200,155,201)
#CDA5CE
(205,165,206)
#D2AFD3
(210,175,211)
#D7B9D8
(215,185,216)
#DCC3DD
(220,195,221)
#E1CDE2
(225,205,226)
#E6D7E7
(230,215,231)
#EBE1EC
(235,225,236)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE87BF color. Also use rgb(190,135,191) instead hex code.

Text Font Color

.myTextColor { color: #BE87BF; }

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

This text font color is #BE87BF.


Background Color

.myBgColor { background-color: #BE87BF; }

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

This div background color is #BE87BF.


Border color

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

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

This div border color is #BE87BF.


Opacity

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

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

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

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

This text has shadow with #BE87BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE87BF on black background.


Color preview on white background

This text has color #BE87BF on white background.



Black color preview on #BE87BF background

This text has black color on #BE87BF background.


White color preview on #BE87BF background

This text has white color on #BE87BF background.