COLOR #BE2FEA

HEX: #BE2FEA
RGB: (190,47,234)

Color info

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

RGB color model

#BE2FEA color RGB value is (190,47,234).

  • red value is 190;
  • green value is 47;
  • blue value is 234.
RGB:
(190,47,234)
(75%,18%,92%)

RGB channels and saturation

R 190 of 255 = 75%
G 47 of 255 = 18%
B 234 of 255 = 92%

190
47
234

R + G + B ~ 62%. #BE2FEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 47 + 234 = 471 (100%)
R 190 of 471 ~ 40.34%
G 47 of 471 ~ 9.98%
B 234 of 471 ~ 49.68%

%40.34
%9.98
%49.68

CMYK color model

#BE2FEA color CMYK value is (19,80,0,8).

  • cyan value is 18.80%
  • magenta value is 79.91%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,80,0,8)
C19M80Y0K8 
(19%,80%,0%,8%)
(0.19/0.80/0.00/0.08)	

CMYK percentages

%18.8
%79.91
%0
%8.24

Codes

Color #BE2FEA in popluar color models

BE2FEA
RGB19047234
HSL286°81.66%55.10%
HSB/HSV286°79.91%91.76%
CMYK18.80%79.91%0.00%
8.24%

Color #BE2FEA in popluar number systems.

HEXBE2FEA
Decimal19047234
Binary1011111010111111101010
Octal27657352

Shades and tints

Shades of #BE2FEA

#BE2FEA
(190,47,234)
#AD2BD5
(173,43,213)
#9C27C0
(156,39,192)
#8B23AB
(139,35,171)
#7A1F96
(122,31,150)
#691B81
(105,27,129)
#58176C
(88,23,108)
#471357
(71,19,87)
#360F42
(54,15,66)
#250B2D
(37,11,45)
#140718
(20,7,24)
#000000
(0,0,0)

Tints of #BE2FEA

#BE2FEA
(190,47,234)
#C341EB
(195,65,235)
#C853EC
(200,83,236)
#CD65ED
(205,101,237)
#D277EE
(210,119,238)
#D789EF
(215,137,239)
#DC9BF0
(220,155,240)
#E1ADF1
(225,173,241)
#E6BFF2
(230,191,242)
#EBD1F3
(235,209,243)
#F0E3F4
(240,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2FEA color. Also use rgb(190,47,234) instead hex code.

Text Font Color

.myTextColor { color: #BE2FEA; }

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

This text font color is #BE2FEA.


Background Color

.myBgColor { background-color: #BE2FEA; }

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

This div background color is #BE2FEA.


Border color

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

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

This div border color is #BE2FEA.


Opacity

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

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

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

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

This text has shadow with #BE2FEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE2FEA on black background.


Color preview on white background

This text has color #BE2FEA on white background.



Black color preview on #BE2FEA background

This text has black color on #BE2FEA background.


White color preview on #BE2FEA background

This text has white color on #BE2FEA background.