COLOR #BE8BC1

HEX: #BE8BC1
RGB: (190,139,193)

Color info

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

RGB color model

#BE8BC1 color RGB value is (190,139,193).

  • red value is 190;
  • green value is 139;
  • blue value is 193.
RGB:
(190,139,193)
(75%,55%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 193 of 255 = 76%

190
139
193

R + G + B ~ 69%. #BE8BC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 139 + 193 = 522 (100%)
R 190 of 522 ~ 36.4%
G 139 of 522 ~ 26.63%
B 193 of 522 ~ 36.97%

%36.4
%26.63
%36.97

CMYK color model

#BE8BC1 color CMYK value is (2,28,0,24).

  • cyan value is 1.55%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,28,0,24)
C2M28Y0K24 
(2%,28%,0%,24%)
(0.02/0.28/0.00/0.24)	

CMYK percentages

%1.55
%27.98
%0
%24.31

Codes

Color #BE8BC1 in popluar color models

BE8BC1
RGB190139193
HSL297°30.34%65.10%
HSB/HSV297°27.98%75.69%
CMYK1.55%27.98%0.00%
24.31%

Color #BE8BC1 in popluar number systems.

HEXBE8BC1
Decimal190139193
Binary101111101000101111000001
Octal276213301

Shades and tints

Shades of #BE8BC1

#BE8BC1
(190,139,193)
#AD7FB0
(173,127,176)
#9C739F
(156,115,159)
#8B678E
(139,103,142)
#7A5B7D
(122,91,125)
#694F6C
(105,79,108)
#58435B
(88,67,91)
#47374A
(71,55,74)
#362B39
(54,43,57)
#251F28
(37,31,40)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BE8BC1

#BE8BC1
(190,139,193)
#C395C6
(195,149,198)
#C89FCB
(200,159,203)
#CDA9D0
(205,169,208)
#D2B3D5
(210,179,213)
#D7BDDA
(215,189,218)
#DCC7DF
(220,199,223)
#E1D1E4
(225,209,228)
#E6DBE9
(230,219,233)
#EBE5EE
(235,229,238)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8BC1 color. Also use rgb(190,139,193) instead hex code.

Text Font Color

.myTextColor { color: #BE8BC1; }

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

This text font color is #BE8BC1.


Background Color

.myBgColor { background-color: #BE8BC1; }

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

This div background color is #BE8BC1.


Border color

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

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

This div border color is #BE8BC1.


Opacity

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

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

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

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

This text has shadow with #BE8BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8BC1 on black background.


Color preview on white background

This text has color #BE8BC1 on white background.



Black color preview on #BE8BC1 background

This text has black color on #BE8BC1 background.


White color preview on #BE8BC1 background

This text has white color on #BE8BC1 background.