COLOR #BE3EF4

HEX: #BE3EF4
RGB: (190,62,244)

Color info

#BE3EF4 contains mainly red and blue colors. Web safe color of #BE3EF4 is #CC33FF (or #C3F).

RGB color model

#BE3EF4 color RGB value is (190,62,244).

  • red value is 190;
  • green value is 62;
  • blue value is 244.
RGB:
(190,62,244)
(75%,24%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 62 of 255 = 24%
B 244 of 255 = 96%

190
62
244

R + G + B ~ 65%. #BE3EF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 62 + 244 = 496 (100%)
R 190 of 496 ~ 38.31%
G 62 of 496 ~ 12.5%
B 244 of 496 ~ 49.19%

%38.31
%12.5
%49.19

CMYK color model

#BE3EF4 color CMYK value is (22,75,0,4).

  • cyan value is 22.13%
  • magenta value is 74.59%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(22,75,0,4)
C22M75Y0K4 
(22%,75%,0%,4%)
(0.22/0.75/0.00/0.04)	

CMYK percentages

%22.13
%74.59
%0
%4.31

Codes

Color #BE3EF4 in popluar color models

BE3EF4
RGB19062244
HSL282°89.22%60.00%
HSB/HSV282°74.59%95.69%
CMYK22.13%74.59%0.00%
4.31%

Color #BE3EF4 in popluar number systems.

HEXBE3EF4
Decimal19062244
Binary1011111011111011110100
Octal27676364

Shades and tints

Shades of #BE3EF4

#BE3EF4
(190,62,244)
#AD39DE
(173,57,222)
#9C34C8
(156,52,200)
#8B2FB2
(139,47,178)
#7A2A9C
(122,42,156)
#692586
(105,37,134)
#582070
(88,32,112)
#471B5A
(71,27,90)
#361644
(54,22,68)
#25112E
(37,17,46)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #BE3EF4

#BE3EF4
(190,62,244)
#C34FF5
(195,79,245)
#C860F6
(200,96,246)
#CD71F7
(205,113,247)
#D282F8
(210,130,248)
#D793F9
(215,147,249)
#DCA4FA
(220,164,250)
#E1B5FB
(225,181,251)
#E6C6FC
(230,198,252)
#EBD7FD
(235,215,253)
#F0E8FE
(240,232,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE3EF4 color. Also use rgb(190,62,244) instead hex code.

Text Font Color

.myTextColor { color: #BE3EF4; }

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

This text font color is #BE3EF4.


Background Color

.myBgColor { background-color: #BE3EF4; }

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

This div background color is #BE3EF4.


Border color

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

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

This div border color is #BE3EF4.


Opacity

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

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

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

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

This text has shadow with #BE3EF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE3EF4 on black background.


Color preview on white background

This text has color #BE3EF4 on white background.



Black color preview on #BE3EF4 background

This text has black color on #BE3EF4 background.


White color preview on #BE3EF4 background

This text has white color on #BE3EF4 background.