COLOR #BE85C1

HEX: #BE85C1
RGB: (190,133,193)

Color info

#BE85C1 contains mainly red and blue colors. Web safe color of #BE85C1 is #CC99CC (or #C9C).

RGB color model

#BE85C1 color RGB value is (190,133,193).

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

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 193 of 255 = 76%

190
133
193

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

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 193 = 516 (100%)
R 190 of 516 ~ 36.82%
G 133 of 516 ~ 25.78%
B 193 of 516 ~ 37.4%

%36.82
%25.78
%37.4

CMYK color model

#BE85C1 color CMYK value is (2,31,0,24).

  • cyan value is 1.55%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,31,0,24)
C2M31Y0K24 
(2%,31%,0%,24%)
(0.02/0.31/0.00/0.24)	

CMYK percentages

%1.55
%31.09
%0
%24.31

Codes

Color #BE85C1 in popluar color models

BE85C1
RGB190133193
HSL297°32.61%63.92%
HSB/HSV297°31.09%75.69%
CMYK1.55%31.09%0.00%
24.31%

Color #BE85C1 in popluar number systems.

HEXBE85C1
Decimal190133193
Binary101111101000010111000001
Octal276205301

Shades and tints

Shades of #BE85C1

#BE85C1
(190,133,193)
#AD79B0
(173,121,176)
#9C6D9F
(156,109,159)
#8B618E
(139,97,142)
#7A557D
(122,85,125)
#69496C
(105,73,108)
#583D5B
(88,61,91)
#47314A
(71,49,74)
#362539
(54,37,57)
#251928
(37,25,40)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #BE85C1

#BE85C1
(190,133,193)
#C390C6
(195,144,198)
#C89BCB
(200,155,203)
#CDA6D0
(205,166,208)
#D2B1D5
(210,177,213)
#D7BCDA
(215,188,218)
#DCC7DF
(220,199,223)
#E1D2E4
(225,210,228)
#E6DDE9
(230,221,233)
#EBE8EE
(235,232,238)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE85C1; }

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

This text font color is #BE85C1.


Background Color

.myBgColor { background-color: #BE85C1; }

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

This div background color is #BE85C1.


Border color

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

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

This div border color is #BE85C1.


Opacity

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

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

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

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

This text has shadow with #BE85C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE85C1 on black background.


Color preview on white background

This text has color #BE85C1 on white background.



Black color preview on #BE85C1 background

This text has black color on #BE85C1 background.


White color preview on #BE85C1 background

This text has white color on #BE85C1 background.