COLOR #BE5DCF

HEX: #BE5DCF
RGB: (190,93,207)

Color info

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

RGB color model

#BE5DCF color RGB value is (190,93,207).

  • red value is 190;
  • green value is 93;
  • blue value is 207.
RGB:
(190,93,207)
(75%,36%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 93 of 255 = 36%
B 207 of 255 = 81%

190
93
207

R + G + B ~ 64%. #BE5DCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 93 + 207 = 490 (100%)
R 190 of 490 ~ 38.78%
G 93 of 490 ~ 18.98%
B 207 of 490 ~ 42.24%

%38.78
%18.98
%42.24

CMYK color model

#BE5DCF color CMYK value is (8,55,0,19).

  • cyan value is 8.21%
  • magenta value is 55.07%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,55,0,19)
C8M55Y0K19 
(8%,55%,0%,19%)
(0.08/0.55/0.00/0.19)	

CMYK percentages

%8.21
%55.07
%0
%18.82

Codes

Color #BE5DCF in popluar color models

BE5DCF
RGB19093207
HSL291°54.29%58.82%
HSB/HSV291°55.07%81.18%
CMYK8.21%55.07%0.00%
18.82%

Color #BE5DCF in popluar number systems.

HEXBE5DCF
Decimal19093207
Binary10111110101110111001111
Octal276135317

Shades and tints

Shades of #BE5DCF

#BE5DCF
(190,93,207)
#AD55BD
(173,85,189)
#9C4DAB
(156,77,171)
#8B4599
(139,69,153)
#7A3D87
(122,61,135)
#693575
(105,53,117)
#582D63
(88,45,99)
#472551
(71,37,81)
#361D3F
(54,29,63)
#25152D
(37,21,45)
#140D1B
(20,13,27)
#000000
(0,0,0)

Tints of #BE5DCF

#BE5DCF
(190,93,207)
#C36BD3
(195,107,211)
#C879D7
(200,121,215)
#CD87DB
(205,135,219)
#D295DF
(210,149,223)
#D7A3E3
(215,163,227)
#DCB1E7
(220,177,231)
#E1BFEB
(225,191,235)
#E6CDEF
(230,205,239)
#EBDBF3
(235,219,243)
#F0E9F7
(240,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5DCF color. Also use rgb(190,93,207) instead hex code.

Text Font Color

.myTextColor { color: #BE5DCF; }

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

This text font color is #BE5DCF.


Background Color

.myBgColor { background-color: #BE5DCF; }

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

This div background color is #BE5DCF.


Border color

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

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

This div border color is #BE5DCF.


Opacity

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

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

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

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

This text has shadow with #BE5DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5DCF on black background.


Color preview on white background

This text has color #BE5DCF on white background.



Black color preview on #BE5DCF background

This text has black color on #BE5DCF background.


White color preview on #BE5DCF background

This text has white color on #BE5DCF background.