COLOR #BE3AC0

HEX: #BE3AC0
RGB: (190,58,192)

Color info

#BE3AC0 contains mainly red and blue colors. Web safe color of #BE3AC0 is #CC33CC (or #C3C).

RGB color model

#BE3AC0 color RGB value is (190,58,192).

  • red value is 190;
  • green value is 58;
  • blue value is 192.
RGB:
(190,58,192)
(75%,23%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 58 of 255 = 23%
B 192 of 255 = 75%

190
58
192

R + G + B ~ 58%. #BE3AC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 58 + 192 = 440 (100%)
R 190 of 440 ~ 43.18%
G 58 of 440 ~ 13.18%
B 192 of 440 ~ 43.64%

%43.18
%13.18
%43.64

CMYK color model

#BE3AC0 color CMYK value is (1,70,0,25).

  • cyan value is 1.04%
  • magenta value is 69.79%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(1,70,0,25)
C1M70Y0K25 
(1%,70%,0%,25%)
(0.01/0.70/0.00/0.25)	

CMYK percentages

%1.04
%69.79
%0
%24.71

Codes

Color #BE3AC0 in popluar color models

BE3AC0
RGB19058192
HSL299°53.60%49.02%
HSB/HSV299°69.79%75.29%
CMYK1.04%69.79%0.00%
24.71%

Color #BE3AC0 in popluar number systems.

HEXBE3AC0
Decimal19058192
Binary1011111011101011000000
Octal27672300

Shades and tints

Shades of #BE3AC0

#BE3AC0
(190,58,192)
#AD35AF
(173,53,175)
#9C309E
(156,48,158)
#8B2B8D
(139,43,141)
#7A267C
(122,38,124)
#69216B
(105,33,107)
#581C5A
(88,28,90)
#471749
(71,23,73)
#361238
(54,18,56)
#250D27
(37,13,39)
#140816
(20,8,22)
#000000
(0,0,0)

Tints of #BE3AC0

#BE3AC0
(190,58,192)
#C34BC5
(195,75,197)
#C85CCA
(200,92,202)
#CD6DCF
(205,109,207)
#D27ED4
(210,126,212)
#D78FD9
(215,143,217)
#DCA0DE
(220,160,222)
#E1B1E3
(225,177,227)
#E6C2E8
(230,194,232)
#EBD3ED
(235,211,237)
#F0E4F2
(240,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE3AC0 color. Also use rgb(190,58,192) instead hex code.

Text Font Color

.myTextColor { color: #BE3AC0; }

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

This text font color is #BE3AC0.


Background Color

.myBgColor { background-color: #BE3AC0; }

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

This div background color is #BE3AC0.


Border color

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

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

This div border color is #BE3AC0.


Opacity

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

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

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

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

This text has shadow with #BE3AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE3AC0 on black background.


Color preview on white background

This text has color #BE3AC0 on white background.



Black color preview on #BE3AC0 background

This text has black color on #BE3AC0 background.


White color preview on #BE3AC0 background

This text has white color on #BE3AC0 background.