COLOR #BE4FC0

HEX: #BE4FC0
RGB: (190,79,192)

Color info

#BE4FC0 contains mainly red and blue colors. Web safe color of #BE4FC0 is #CC66CC (or #C6C).

RGB color model

#BE4FC0 color RGB value is (190,79,192).

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

RGB channels and saturation

R 190 of 255 = 75%
G 79 of 255 = 31%
B 192 of 255 = 75%

190
79
192

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

Portions of RGB colors in percentages

R + G + B =
190 + 79 + 192 = 461 (100%)
R 190 of 461 ~ 41.21%
G 79 of 461 ~ 17.14%
B 192 of 461 ~ 41.65%

%41.21
%17.14
%41.65

CMYK color model

#BE4FC0 color CMYK value is (1,59,0,25).

  • cyan value is 1.04%
  • magenta value is 58.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(1,59,0,25)
C1M59Y0K25 
(1%,59%,0%,25%)
(0.01/0.59/0.00/0.25)	

CMYK percentages

%1.04
%58.85
%0
%24.71

Codes

Color #BE4FC0 in popluar color models

BE4FC0
RGB19079192
HSL299°47.28%53.14%
HSB/HSV299°58.85%75.29%
CMYK1.04%58.85%0.00%
24.71%

Color #BE4FC0 in popluar number systems.

HEXBE4FC0
Decimal19079192
Binary10111110100111111000000
Octal276117300

Shades and tints

Shades of #BE4FC0

#BE4FC0
(190,79,192)
#AD48AF
(173,72,175)
#9C419E
(156,65,158)
#8B3A8D
(139,58,141)
#7A337C
(122,51,124)
#692C6B
(105,44,107)
#58255A
(88,37,90)
#471E49
(71,30,73)
#361738
(54,23,56)
#251027
(37,16,39)
#140916
(20,9,22)
#000000
(0,0,0)

Tints of #BE4FC0

#BE4FC0
(190,79,192)
#C35FC5
(195,95,197)
#C86FCA
(200,111,202)
#CD7FCF
(205,127,207)
#D28FD4
(210,143,212)
#D79FD9
(215,159,217)
#DCAFDE
(220,175,222)
#E1BFE3
(225,191,227)
#E6CFE8
(230,207,232)
#EBDFED
(235,223,237)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE4FC0; }

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

This text font color is #BE4FC0.


Background Color

.myBgColor { background-color: #BE4FC0; }

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

This div background color is #BE4FC0.


Border color

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

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

This div border color is #BE4FC0.


Opacity

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

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

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

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

This text has shadow with #BE4FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4FC0 on black background.


Color preview on white background

This text has color #BE4FC0 on white background.



Black color preview on #BE4FC0 background

This text has black color on #BE4FC0 background.


White color preview on #BE4FC0 background

This text has white color on #BE4FC0 background.