COLOR #BE116E

HEX: #BE116E
RGB: (190,17,110)

Color info

#BE116E contains mainly red color. Web safe color of #BE116E is #CC0066 (or #C06).

RGB color model

#BE116E color RGB value is (190,17,110).

  • red value is 190;
  • green value is 17;
  • blue value is 110.
RGB:
(190,17,110)
(75%,7%,43%)

RGB channels and saturation

R 190 of 255 = 75%
G 17 of 255 = 7%
B 110 of 255 = 43%

190
17
110

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

Portions of RGB colors in percentages

R + G + B =
190 + 17 + 110 = 317 (100%)
R 190 of 317 ~ 59.94%
G 17 of 317 ~ 5.36%
B 110 of 317 ~ 34.7%

%59.94
%34.7

CMYK color model

#BE116E color CMYK value is (0,91,42,25).

  • cyan value is 0.00%
  • magenta value is 91.05%
  • yellow value is 42.11%
  • key color value is 25.49%
CMYK:
(0,91,42,25)
C0M91Y42K25 
(0%,91%,42%,25%)
(0.00/0.91/0.42/0.25)	

CMYK percentages

%0
%91.05
%42.11
%25.49

Codes

Color #BE116E in popluar color models

BE116E
RGB19017110
HSL328°83.57%40.59%
HSB/HSV328°91.05%74.51%
CMYK0.00%91.05%42.11%
25.49%

Color #BE116E in popluar number systems.

HEXBE116E
Decimal19017110
Binary10111110100011101110
Octal27621156

Shades and tints

Shades of #BE116E

#BE116E
(190,17,110)
#AD1064
(173,16,100)
#9C0F5A
(156,15,90)
#8B0E50
(139,14,80)
#7A0D46
(122,13,70)
#690C3C
(105,12,60)
#580B32
(88,11,50)
#470A28
(71,10,40)
#36091E
(54,9,30)
#250814
(37,8,20)
#14070A
(20,7,10)
#000000
(0,0,0)

Tints of #BE116E

#BE116E
(190,17,110)
#C3267B
(195,38,123)
#C83B88
(200,59,136)
#CD5095
(205,80,149)
#D265A2
(210,101,162)
#D77AAF
(215,122,175)
#DC8FBC
(220,143,188)
#E1A4C9
(225,164,201)
#E6B9D6
(230,185,214)
#EBCEE3
(235,206,227)
#F0E3F0
(240,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE116E color. Also use rgb(190,17,110) instead hex code.

Text Font Color

.myTextColor { color: #BE116E; }

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

This text font color is #BE116E.


Background Color

.myBgColor { background-color: #BE116E; }

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

This div background color is #BE116E.


Border color

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

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

This div border color is #BE116E.


Opacity

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

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

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

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

This text has shadow with #BE116E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE116E on black background.


Color preview on white background

This text has color #BE116E on white background.



Black color preview on #BE116E background

This text has black color on #BE116E background.


White color preview on #BE116E background

This text has white color on #BE116E background.