COLOR #BE47C6

HEX: #BE47C6
RGB: (190,71,198)

Color info

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

RGB color model

#BE47C6 color RGB value is (190,71,198).

  • red value is 190;
  • green value is 71;
  • blue value is 198.
RGB:
(190,71,198)
(75%,28%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 71 of 255 = 28%
B 198 of 255 = 78%

190
71
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 71 + 198 = 459 (100%)
R 190 of 459 ~ 41.39%
G 71 of 459 ~ 15.47%
B 198 of 459 ~ 43.14%

%41.39
%15.47
%43.14

CMYK color model

#BE47C6 color CMYK value is (4,64,0,22).

  • cyan value is 4.04%
  • magenta value is 64.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(4,64,0,22)
C4M64Y0K22 
(4%,64%,0%,22%)
(0.04/0.64/0.00/0.22)	

CMYK percentages

%4.04
%64.14
%0
%22.35

Codes

Color #BE47C6 in popluar color models

BE47C6
RGB19071198
HSL296°52.70%52.75%
HSB/HSV296°64.14%77.65%
CMYK4.04%64.14%0.00%
22.35%

Color #BE47C6 in popluar number systems.

HEXBE47C6
Decimal19071198
Binary10111110100011111000110
Octal276107306

Shades and tints

Shades of #BE47C6

#BE47C6
(190,71,198)
#AD41B4
(173,65,180)
#9C3BA2
(156,59,162)
#8B3590
(139,53,144)
#7A2F7E
(122,47,126)
#69296C
(105,41,108)
#58235A
(88,35,90)
#471D48
(71,29,72)
#361736
(54,23,54)
#251124
(37,17,36)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #BE47C6

#BE47C6
(190,71,198)
#C357CB
(195,87,203)
#C867D0
(200,103,208)
#CD77D5
(205,119,213)
#D287DA
(210,135,218)
#D797DF
(215,151,223)
#DCA7E4
(220,167,228)
#E1B7E9
(225,183,233)
#E6C7EE
(230,199,238)
#EBD7F3
(235,215,243)
#F0E7F8
(240,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE47C6 color. Also use rgb(190,71,198) instead hex code.

Text Font Color

.myTextColor { color: #BE47C6; }

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

This text font color is #BE47C6.


Background Color

.myBgColor { background-color: #BE47C6; }

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

This div background color is #BE47C6.


Border color

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

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

This div border color is #BE47C6.


Opacity

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

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

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

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

This text has shadow with #BE47C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE47C6 on black background.


Color preview on white background

This text has color #BE47C6 on white background.



Black color preview on #BE47C6 background

This text has black color on #BE47C6 background.


White color preview on #BE47C6 background

This text has white color on #BE47C6 background.