COLOR #BE96F3

HEX: #BE96F3
RGB: (190,150,243)

Color info

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

RGB color model

#BE96F3 color RGB value is (190,150,243).

  • red value is 190;
  • green value is 150;
  • blue value is 243.
RGB:
(190,150,243)
(75%,59%,95%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 243 of 255 = 95%

190
150
243

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

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 243 = 583 (100%)
R 190 of 583 ~ 32.59%
G 150 of 583 ~ 25.73%
B 243 of 583 ~ 41.68%

%32.59
%25.73
%41.68

CMYK color model

#BE96F3 color CMYK value is (22,38,0,5).

  • cyan value is 21.81%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(22,38,0,5)
C22M38Y0K5 
(22%,38%,0%,5%)
(0.22/0.38/0.00/0.05)	

CMYK percentages

%21.81
%38.27
%0
%4.71

Codes

Color #BE96F3 in popluar color models

BE96F3
RGB190150243
HSL266°79.49%77.06%
HSB/HSV266°38.27%95.29%
CMYK21.81%38.27%0.00%
4.71%

Color #BE96F3 in popluar number systems.

HEXBE96F3
Decimal190150243
Binary101111101001011011110011
Octal276226363

Shades and tints

Shades of #BE96F3

#BE96F3
(190,150,243)
#AD89DD
(173,137,221)
#9C7CC7
(156,124,199)
#8B6FB1
(139,111,177)
#7A629B
(122,98,155)
#695585
(105,85,133)
#58486F
(88,72,111)
#473B59
(71,59,89)
#362E43
(54,46,67)
#25212D
(37,33,45)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BE96F3

#BE96F3
(190,150,243)
#C39FF4
(195,159,244)
#C8A8F5
(200,168,245)
#CDB1F6
(205,177,246)
#D2BAF7
(210,186,247)
#D7C3F8
(215,195,248)
#DCCCF9
(220,204,249)
#E1D5FA
(225,213,250)
#E6DEFB
(230,222,251)
#EBE7FC
(235,231,252)
#F0F0FD
(240,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE96F3 color. Also use rgb(190,150,243) instead hex code.

Text Font Color

.myTextColor { color: #BE96F3; }

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

This text font color is #BE96F3.


Background Color

.myBgColor { background-color: #BE96F3; }

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

This div background color is #BE96F3.


Border color

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

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

This div border color is #BE96F3.


Opacity

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

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

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

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

This text has shadow with #BE96F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE96F3 on black background.


Color preview on white background

This text has color #BE96F3 on white background.



Black color preview on #BE96F3 background

This text has black color on #BE96F3 background.


White color preview on #BE96F3 background

This text has white color on #BE96F3 background.