COLOR #BE94FF

HEX: #BE94FF
RGB: (190,148,255)

Color info

#BE94FF contains mainly blue color. Web safe color of #BE94FF is #CC99FF (or #C9F).

RGB color model

#BE94FF color RGB value is (190,148,255).

  • red value is 190;
  • green value is 148;
  • blue value is 255.
RGB:
(190,148,255)
(75%,58%,100%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 255 of 255 = 100%

190
148
255

R + G + B ~ 78%. #BE94FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 255 = 593 (100%)
R 190 of 593 ~ 32.04%
G 148 of 593 ~ 24.96%
B 255 of 593 ~ 43%

%32.04
%24.96
%43

CMYK color model

#BE94FF color CMYK value is (25,42,0,0).

  • cyan value is 25.49%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(25,42,0,0)
C25M42Y0K0 
(25%,42%,0%,0%)
(0.25/0.42/0.00/0.00)	

CMYK percentages

%25.49
%41.96
%0
%0

Codes

Color #BE94FF in popluar color models

BE94FF
RGB190148255
HSL264°100.00%79.02%
HSB/HSV264°41.96%100.00%
CMYK25.49%41.96%0.00%
0.00%

Color #BE94FF in popluar number systems.

HEXBE94FF
Decimal190148255
Binary101111101001010011111111
Octal276224377

Shades and tints

Shades of #BE94FF

#BE94FF
(190,148,255)
#AD87E8
(173,135,232)
#9C7AD1
(156,122,209)
#8B6DBA
(139,109,186)
#7A60A3
(122,96,163)
#69538C
(105,83,140)
#584675
(88,70,117)
#47395E
(71,57,94)
#362C47
(54,44,71)
#251F30
(37,31,48)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #BE94FF

#BE94FF
(190,148,255)
#C39DFF
(195,157,255)
#C8A6FF
(200,166,255)
#CDAFFF
(205,175,255)
#D2B8FF
(210,184,255)
#D7C1FF
(215,193,255)
#DCCAFF
(220,202,255)
#E1D3FF
(225,211,255)
#E6DCFF
(230,220,255)
#EBE5FF
(235,229,255)
#F0EEFF
(240,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE94FF color. Also use rgb(190,148,255) instead hex code.

Text Font Color

.myTextColor { color: #BE94FF; }

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

This text font color is #BE94FF.


Background Color

.myBgColor { background-color: #BE94FF; }

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

This div background color is #BE94FF.


Border color

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

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

This div border color is #BE94FF.


Opacity

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

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

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

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

This text has shadow with #BE94FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE94FF on black background.


Color preview on white background

This text has color #BE94FF on white background.



Black color preview on #BE94FF background

This text has black color on #BE94FF background.


White color preview on #BE94FF background

This text has white color on #BE94FF background.