COLOR #BE249F

HEX: #BE249F
RGB: (190,36,159)

Color info

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

RGB color model

#BE249F color RGB value is (190,36,159).

  • red value is 190;
  • green value is 36;
  • blue value is 159.
RGB:
(190,36,159)
(75%,14%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 36 of 255 = 14%
B 159 of 255 = 62%

190
36
159

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

Portions of RGB colors in percentages

R + G + B =
190 + 36 + 159 = 385 (100%)
R 190 of 385 ~ 49.35%
G 36 of 385 ~ 9.35%
B 159 of 385 ~ 41.3%

%49.35
%41.3

CMYK color model

#BE249F color CMYK value is (0,81,16,25).

  • cyan value is 0.00%
  • magenta value is 81.05%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(0,81,16,25)
C0M81Y16K25 
(0%,81%,16%,25%)
(0.00/0.81/0.16/0.25)	

CMYK percentages

%0
%81.05
%16.32
%25.49

Codes

Color #BE249F in popluar color models

BE249F
RGB19036159
HSL312°68.14%44.31%
HSB/HSV312°81.05%74.51%
CMYK0.00%81.05%16.32%
25.49%

Color #BE249F in popluar number systems.

HEXBE249F
Decimal19036159
Binary1011111010010010011111
Octal27644237

Shades and tints

Shades of #BE249F

#BE249F
(190,36,159)
#AD2191
(173,33,145)
#9C1E83
(156,30,131)
#8B1B75
(139,27,117)
#7A1867
(122,24,103)
#691559
(105,21,89)
#58124B
(88,18,75)
#470F3D
(71,15,61)
#360C2F
(54,12,47)
#250921
(37,9,33)
#140613
(20,6,19)
#000000
(0,0,0)

Tints of #BE249F

#BE249F
(190,36,159)
#C337A7
(195,55,167)
#C84AAF
(200,74,175)
#CD5DB7
(205,93,183)
#D270BF
(210,112,191)
#D783C7
(215,131,199)
#DC96CF
(220,150,207)
#E1A9D7
(225,169,215)
#E6BCDF
(230,188,223)
#EBCFE7
(235,207,231)
#F0E2EF
(240,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE249F color. Also use rgb(190,36,159) instead hex code.

Text Font Color

.myTextColor { color: #BE249F; }

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

This text font color is #BE249F.


Background Color

.myBgColor { background-color: #BE249F; }

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

This div background color is #BE249F.


Border color

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

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

This div border color is #BE249F.


Opacity

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

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

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

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

This text has shadow with #BE249F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE249F on black background.


Color preview on white background

This text has color #BE249F on white background.



Black color preview on #BE249F background

This text has black color on #BE249F background.


White color preview on #BE249F background

This text has white color on #BE249F background.