COLOR #BE80BC

HEX: #BE80BC
RGB: (190,128,188)

Color info

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

RGB color model

#BE80BC color RGB value is (190,128,188).

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

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 188 of 255 = 74%

190
128
188

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

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 188 = 506 (100%)
R 190 of 506 ~ 37.55%
G 128 of 506 ~ 25.3%
B 188 of 506 ~ 37.15%

%37.55
%25.3
%37.15

CMYK color model

#BE80BC color CMYK value is (0,33,1,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(0,33,1,25)
C0M33Y1K25 
(0%,33%,1%,25%)
(0.00/0.33/0.01/0.25)	

CMYK percentages

%0
%32.63
%1.05
%25.49

Codes

Color #BE80BC in popluar color models

BE80BC
RGB190128188
HSL302°32.29%62.35%
HSB/HSV302°32.63%74.51%
CMYK0.00%32.63%1.05%
25.49%

Color #BE80BC in popluar number systems.

HEXBE80BC
Decimal190128188
Binary101111101000000010111100
Octal276200274

Shades and tints

Shades of #BE80BC

#BE80BC
(190,128,188)
#AD75AB
(173,117,171)
#9C6A9A
(156,106,154)
#8B5F89
(139,95,137)
#7A5478
(122,84,120)
#694967
(105,73,103)
#583E56
(88,62,86)
#473345
(71,51,69)
#362834
(54,40,52)
#251D23
(37,29,35)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BE80BC

#BE80BC
(190,128,188)
#C38BC2
(195,139,194)
#C896C8
(200,150,200)
#CDA1CE
(205,161,206)
#D2ACD4
(210,172,212)
#D7B7DA
(215,183,218)
#DCC2E0
(220,194,224)
#E1CDE6
(225,205,230)
#E6D8EC
(230,216,236)
#EBE3F2
(235,227,242)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE80BC; }

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

This text font color is #BE80BC.


Background Color

.myBgColor { background-color: #BE80BC; }

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

This div background color is #BE80BC.


Border color

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

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

This div border color is #BE80BC.


Opacity

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

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

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

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

This text has shadow with #BE80BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE80BC on black background.


Color preview on white background

This text has color #BE80BC on white background.



Black color preview on #BE80BC background

This text has black color on #BE80BC background.


White color preview on #BE80BC background

This text has white color on #BE80BC background.