COLOR #BE4293

HEX: #BE4293
RGB: (190,66,147)

Color info

#BE4293 contains mainly red and blue colors. Web safe color of #BE4293 is #CC3399 (or #C39).

RGB color model

#BE4293 color RGB value is (190,66,147).

  • red value is 190;
  • green value is 66;
  • blue value is 147.
RGB:
(190,66,147)
(75%,26%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 66 of 255 = 26%
B 147 of 255 = 58%

190
66
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 66 + 147 = 403 (100%)
R 190 of 403 ~ 47.15%
G 66 of 403 ~ 16.38%
B 147 of 403 ~ 36.48%

%47.15
%16.38
%36.48

CMYK color model

#BE4293 color CMYK value is (0,65,23,25).

  • cyan value is 0.00%
  • magenta value is 65.26%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(0,65,23,25)
C0M65Y23K25 
(0%,65%,23%,25%)
(0.00/0.65/0.23/0.25)	

CMYK percentages

%0
%65.26
%22.63
%25.49

Codes

Color #BE4293 in popluar color models

BE4293
RGB19066147
HSL321°48.82%50.20%
HSB/HSV321°65.26%74.51%
CMYK0.00%65.26%22.63%
25.49%

Color #BE4293 in popluar number systems.

HEXBE4293
Decimal19066147
Binary10111110100001010010011
Octal276102223

Shades and tints

Shades of #BE4293

#BE4293
(190,66,147)
#AD3C86
(173,60,134)
#9C3679
(156,54,121)
#8B306C
(139,48,108)
#7A2A5F
(122,42,95)
#692452
(105,36,82)
#581E45
(88,30,69)
#471838
(71,24,56)
#36122B
(54,18,43)
#250C1E
(37,12,30)
#140611
(20,6,17)
#000000
(0,0,0)

Tints of #BE4293

#BE4293
(190,66,147)
#C3539C
(195,83,156)
#C864A5
(200,100,165)
#CD75AE
(205,117,174)
#D286B7
(210,134,183)
#D797C0
(215,151,192)
#DCA8C9
(220,168,201)
#E1B9D2
(225,185,210)
#E6CADB
(230,202,219)
#EBDBE4
(235,219,228)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4293 color. Also use rgb(190,66,147) instead hex code.

Text Font Color

.myTextColor { color: #BE4293; }

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

This text font color is #BE4293.


Background Color

.myBgColor { background-color: #BE4293; }

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

This div background color is #BE4293.


Border color

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

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

This div border color is #BE4293.


Opacity

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

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

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

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

This text has shadow with #BE4293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4293 on black background.


Color preview on white background

This text has color #BE4293 on white background.



Black color preview on #BE4293 background

This text has black color on #BE4293 background.


White color preview on #BE4293 background

This text has white color on #BE4293 background.