COLOR #BE93E7

HEX: #BE93E7
RGB: (190,147,231)

Color info

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

RGB color model

#BE93E7 color RGB value is (190,147,231).

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

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 231 of 255 = 91%

190
147
231

R + G + B ~ 75%. #BE93E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 231 = 568 (100%)
R 190 of 568 ~ 33.45%
G 147 of 568 ~ 25.88%
B 231 of 568 ~ 40.67%

%33.45
%25.88
%40.67

CMYK color model

#BE93E7 color CMYK value is (18,36,0,9).

  • cyan value is 17.75%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(18,36,0,9)
C18M36Y0K9 
(18%,36%,0%,9%)
(0.18/0.36/0.00/0.09)	

CMYK percentages

%17.75
%36.36
%0
%9.41

Codes

Color #BE93E7 in popluar color models

BE93E7
RGB190147231
HSL271°63.64%74.12%
HSB/HSV271°36.36%90.59%
CMYK17.75%36.36%0.00%
9.41%

Color #BE93E7 in popluar number systems.

HEXBE93E7
Decimal190147231
Binary101111101001001111100111
Octal276223347

Shades and tints

Shades of #BE93E7

#BE93E7
(190,147,231)
#AD86D2
(173,134,210)
#9C79BD
(156,121,189)
#8B6CA8
(139,108,168)
#7A5F93
(122,95,147)
#69527E
(105,82,126)
#584569
(88,69,105)
#473854
(71,56,84)
#362B3F
(54,43,63)
#251E2A
(37,30,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #BE93E7

#BE93E7
(190,147,231)
#C39CE9
(195,156,233)
#C8A5EB
(200,165,235)
#CDAEED
(205,174,237)
#D2B7EF
(210,183,239)
#D7C0F1
(215,192,241)
#DCC9F3
(220,201,243)
#E1D2F5
(225,210,245)
#E6DBF7
(230,219,247)
#EBE4F9
(235,228,249)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE93E7; }

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

This text font color is #BE93E7.


Background Color

.myBgColor { background-color: #BE93E7; }

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

This div background color is #BE93E7.


Border color

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

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

This div border color is #BE93E7.


Opacity

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

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

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

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

This text has shadow with #BE93E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE93E7 on black background.


Color preview on white background

This text has color #BE93E7 on white background.



Black color preview on #BE93E7 background

This text has black color on #BE93E7 background.


White color preview on #BE93E7 background

This text has white color on #BE93E7 background.