COLOR #BE80D5

HEX: #BE80D5
RGB: (190,128,213)

Color info

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

RGB color model

#BE80D5 color RGB value is (190,128,213).

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

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 213 of 255 = 84%

190
128
213

R + G + B ~ 70%. #BE80D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 213 = 531 (100%)
R 190 of 531 ~ 35.78%
G 128 of 531 ~ 24.11%
B 213 of 531 ~ 40.11%

%35.78
%24.11
%40.11

CMYK color model

#BE80D5 color CMYK value is (11,40,0,16).

  • cyan value is 10.80%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(11,40,0,16)
C11M40Y0K16 
(11%,40%,0%,16%)
(0.11/0.40/0.00/0.16)	

CMYK percentages

%10.8
%39.91
%0
%16.47

Codes

Color #BE80D5 in popluar color models

BE80D5
RGB190128213
HSL284°50.30%66.86%
HSB/HSV284°39.91%83.53%
CMYK10.80%39.91%0.00%
16.47%

Color #BE80D5 in popluar number systems.

HEXBE80D5
Decimal190128213
Binary101111101000000011010101
Octal276200325

Shades and tints

Shades of #BE80D5

#BE80D5
(190,128,213)
#AD75C2
(173,117,194)
#9C6AAF
(156,106,175)
#8B5F9C
(139,95,156)
#7A5489
(122,84,137)
#694976
(105,73,118)
#583E63
(88,62,99)
#473350
(71,51,80)
#36283D
(54,40,61)
#251D2A
(37,29,42)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BE80D5

#BE80D5
(190,128,213)
#C38BD8
(195,139,216)
#C896DB
(200,150,219)
#CDA1DE
(205,161,222)
#D2ACE1
(210,172,225)
#D7B7E4
(215,183,228)
#DCC2E7
(220,194,231)
#E1CDEA
(225,205,234)
#E6D8ED
(230,216,237)
#EBE3F0
(235,227,240)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE80D5; }

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

This text font color is #BE80D5.


Background Color

.myBgColor { background-color: #BE80D5; }

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

This div background color is #BE80D5.


Border color

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

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

This div border color is #BE80D5.


Opacity

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

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

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

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

This text has shadow with #BE80D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE80D5 on black background.


Color preview on white background

This text has color #BE80D5 on white background.



Black color preview on #BE80D5 background

This text has black color on #BE80D5 background.


White color preview on #BE80D5 background

This text has white color on #BE80D5 background.