COLOR #BE5DEB

HEX: #BE5DEB
RGB: (190,93,235)

Color info

#BE5DEB contains mainly red and blue colors. Web safe color of #BE5DEB is #CC66FF (or #C6F).

RGB color model

#BE5DEB color RGB value is (190,93,235).

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

RGB channels and saturation

R 190 of 255 = 75%
G 93 of 255 = 36%
B 235 of 255 = 92%

190
93
235

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

Portions of RGB colors in percentages

R + G + B =
190 + 93 + 235 = 518 (100%)
R 190 of 518 ~ 36.68%
G 93 of 518 ~ 17.95%
B 235 of 518 ~ 45.37%

%36.68
%17.95
%45.37

CMYK color model

#BE5DEB color CMYK value is (19,60,0,8).

  • cyan value is 19.15%
  • magenta value is 60.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,60,0,8)
C19M60Y0K8 
(19%,60%,0%,8%)
(0.19/0.60/0.00/0.08)	

CMYK percentages

%19.15
%60.43
%0
%7.84

Codes

Color #BE5DEB in popluar color models

BE5DEB
RGB19093235
HSL281°78.02%64.31%
HSB/HSV281°60.43%92.16%
CMYK19.15%60.43%0.00%
7.84%

Color #BE5DEB in popluar number systems.

HEXBE5DEB
Decimal19093235
Binary10111110101110111101011
Octal276135353

Shades and tints

Shades of #BE5DEB

#BE5DEB
(190,93,235)
#AD55D6
(173,85,214)
#9C4DC1
(156,77,193)
#8B45AC
(139,69,172)
#7A3D97
(122,61,151)
#693582
(105,53,130)
#582D6D
(88,45,109)
#472558
(71,37,88)
#361D43
(54,29,67)
#25152E
(37,21,46)
#140D19
(20,13,25)
#000000
(0,0,0)

Tints of #BE5DEB

#BE5DEB
(190,93,235)
#C36BEC
(195,107,236)
#C879ED
(200,121,237)
#CD87EE
(205,135,238)
#D295EF
(210,149,239)
#D7A3F0
(215,163,240)
#DCB1F1
(220,177,241)
#E1BFF2
(225,191,242)
#E6CDF3
(230,205,243)
#EBDBF4
(235,219,244)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE5DEB; }

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

This text font color is #BE5DEB.


Background Color

.myBgColor { background-color: #BE5DEB; }

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

This div background color is #BE5DEB.


Border color

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

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

This div border color is #BE5DEB.


Opacity

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

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

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

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

This text has shadow with #BE5DEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5DEB on black background.


Color preview on white background

This text has color #BE5DEB on white background.



Black color preview on #BE5DEB background

This text has black color on #BE5DEB background.


White color preview on #BE5DEB background

This text has white color on #BE5DEB background.