COLOR #BE83D3

HEX: #BE83D3
RGB: (190,131,211)

Color info

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

RGB color model

#BE83D3 color RGB value is (190,131,211).

  • red value is 190;
  • green value is 131;
  • blue value is 211.
RGB:
(190,131,211)
(75%,51%,83%)

RGB channels and saturation

R 190 of 255 = 75%
G 131 of 255 = 51%
B 211 of 255 = 83%

190
131
211

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

Portions of RGB colors in percentages

R + G + B =
190 + 131 + 211 = 532 (100%)
R 190 of 532 ~ 35.71%
G 131 of 532 ~ 24.62%
B 211 of 532 ~ 39.66%

%35.71
%24.62
%39.66

CMYK color model

#BE83D3 color CMYK value is (10,38,0,17).

  • cyan value is 9.95%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(10,38,0,17)
C10M38Y0K17 
(10%,38%,0%,17%)
(0.10/0.38/0.00/0.17)	

CMYK percentages

%9.95
%37.91
%0
%17.25

Codes

Color #BE83D3 in popluar color models

BE83D3
RGB190131211
HSL284°47.62%67.06%
HSB/HSV284°37.91%82.75%
CMYK9.95%37.91%0.00%
17.25%

Color #BE83D3 in popluar number systems.

HEXBE83D3
Decimal190131211
Binary101111101000001111010011
Octal276203323

Shades and tints

Shades of #BE83D3

#BE83D3
(190,131,211)
#AD78C0
(173,120,192)
#9C6DAD
(156,109,173)
#8B629A
(139,98,154)
#7A5787
(122,87,135)
#694C74
(105,76,116)
#584161
(88,65,97)
#47364E
(71,54,78)
#362B3B
(54,43,59)
#252028
(37,32,40)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BE83D3

#BE83D3
(190,131,211)
#C38ED7
(195,142,215)
#C899DB
(200,153,219)
#CDA4DF
(205,164,223)
#D2AFE3
(210,175,227)
#D7BAE7
(215,186,231)
#DCC5EB
(220,197,235)
#E1D0EF
(225,208,239)
#E6DBF3
(230,219,243)
#EBE6F7
(235,230,247)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE83D3 color. Also use rgb(190,131,211) instead hex code.

Text Font Color

.myTextColor { color: #BE83D3; }

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

This text font color is #BE83D3.


Background Color

.myBgColor { background-color: #BE83D3; }

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

This div background color is #BE83D3.


Border color

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

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

This div border color is #BE83D3.


Opacity

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

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

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

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

This text has shadow with #BE83D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE83D3 on black background.


Color preview on white background

This text has color #BE83D3 on white background.



Black color preview on #BE83D3 background

This text has black color on #BE83D3 background.


White color preview on #BE83D3 background

This text has white color on #BE83D3 background.