COLOR #BE93F5

HEX: #BE93F5
RGB: (190,147,245)

Color info

#BE93F5 contains mainly red and blue colors. Web safe color of #BE93F5 is #CC99FF (or #C9F).

RGB color model

#BE93F5 color RGB value is (190,147,245).

  • red value is 190;
  • green value is 147;
  • blue value is 245.
RGB:
(190,147,245)
(75%,58%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 245 of 255 = 96%

190
147
245

R + G + B ~ 76%. #BE93F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 245 = 582 (100%)
R 190 of 582 ~ 32.65%
G 147 of 582 ~ 25.26%
B 245 of 582 ~ 42.1%

%32.65
%25.26
%42.1

CMYK color model

#BE93F5 color CMYK value is (22,40,0,4).

  • cyan value is 22.45%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(22,40,0,4)
C22M40Y0K4 
(22%,40%,0%,4%)
(0.22/0.40/0.00/0.04)	

CMYK percentages

%22.45
%40
%0
%3.92

Codes

Color #BE93F5 in popluar color models

BE93F5
RGB190147245
HSL266°83.05%76.86%
HSB/HSV266°40.00%96.08%
CMYK22.45%40.00%0.00%
3.92%

Color #BE93F5 in popluar number systems.

HEXBE93F5
Decimal190147245
Binary101111101001001111110101
Octal276223365

Shades and tints

Shades of #BE93F5

#BE93F5
(190,147,245)
#AD86DF
(173,134,223)
#9C79C9
(156,121,201)
#8B6CB3
(139,108,179)
#7A5F9D
(122,95,157)
#695287
(105,82,135)
#584571
(88,69,113)
#47385B
(71,56,91)
#362B45
(54,43,69)
#251E2F
(37,30,47)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #BE93F5

#BE93F5
(190,147,245)
#C39CF5
(195,156,245)
#C8A5F5
(200,165,245)
#CDAEF5
(205,174,245)
#D2B7F5
(210,183,245)
#D7C0F5
(215,192,245)
#DCC9F5
(220,201,245)
#E1D2F5
(225,210,245)
#E6DBF5
(230,219,245)
#EBE4F5
(235,228,245)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE93F5 color. Also use rgb(190,147,245) instead hex code.

Text Font Color

.myTextColor { color: #BE93F5; }

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

This text font color is #BE93F5.


Background Color

.myBgColor { background-color: #BE93F5; }

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

This div background color is #BE93F5.


Border color

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

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

This div border color is #BE93F5.


Opacity

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

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

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

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

This text has shadow with #BE93F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE93F5 on black background.


Color preview on white background

This text has color #BE93F5 on white background.



Black color preview on #BE93F5 background

This text has black color on #BE93F5 background.


White color preview on #BE93F5 background

This text has white color on #BE93F5 background.