COLOR #BE85BC

HEX: #BE85BC
RGB: (190,133,188)

Color info

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

RGB color model

#BE85BC color RGB value is (190,133,188).

  • red value is 190;
  • green value is 133;
  • blue value is 188.
RGB:
(190,133,188)
(75%,52%,74%)

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 188 of 255 = 74%

190
133
188

R + G + B ~ 67%. #BE85BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 188 = 511 (100%)
R 190 of 511 ~ 37.18%
G 133 of 511 ~ 26.03%
B 188 of 511 ~ 36.79%

%37.18
%26.03
%36.79

CMYK color model

#BE85BC color CMYK value is (0,30,1,25).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(0,30,1,25)
C0M30Y1K25 
(0%,30%,1%,25%)
(0.00/0.30/0.01/0.25)	

CMYK percentages

%0
%30
%1.05
%25.49

Codes

Color #BE85BC in popluar color models

BE85BC
RGB190133188
HSL302°30.48%63.33%
HSB/HSV302°30.00%74.51%
CMYK0.00%30.00%1.05%
25.49%

Color #BE85BC in popluar number systems.

HEXBE85BC
Decimal190133188
Binary101111101000010110111100
Octal276205274

Shades and tints

Shades of #BE85BC

#BE85BC
(190,133,188)
#AD79AB
(173,121,171)
#9C6D9A
(156,109,154)
#8B6189
(139,97,137)
#7A5578
(122,85,120)
#694967
(105,73,103)
#583D56
(88,61,86)
#473145
(71,49,69)
#362534
(54,37,52)
#251923
(37,25,35)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #BE85BC

#BE85BC
(190,133,188)
#C390C2
(195,144,194)
#C89BC8
(200,155,200)
#CDA6CE
(205,166,206)
#D2B1D4
(210,177,212)
#D7BCDA
(215,188,218)
#DCC7E0
(220,199,224)
#E1D2E6
(225,210,230)
#E6DDEC
(230,221,236)
#EBE8F2
(235,232,242)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE85BC color. Also use rgb(190,133,188) instead hex code.

Text Font Color

.myTextColor { color: #BE85BC; }

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

This text font color is #BE85BC.


Background Color

.myBgColor { background-color: #BE85BC; }

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

This div background color is #BE85BC.


Border color

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

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

This div border color is #BE85BC.


Opacity

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

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

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

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

This text has shadow with #BE85BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE85BC on black background.


Color preview on white background

This text has color #BE85BC on white background.



Black color preview on #BE85BC background

This text has black color on #BE85BC background.


White color preview on #BE85BC background

This text has white color on #BE85BC background.