COLOR #BE74C1

HEX: #BE74C1
RGB: (190,116,193)

Color info

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

RGB color model

#BE74C1 color RGB value is (190,116,193).

  • red value is 190;
  • green value is 116;
  • blue value is 193.
RGB:
(190,116,193)
(75%,45%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 116 of 255 = 45%
B 193 of 255 = 76%

190
116
193

R + G + B ~ 65%. #BE74C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 116 + 193 = 499 (100%)
R 190 of 499 ~ 38.08%
G 116 of 499 ~ 23.25%
B 193 of 499 ~ 38.68%

%38.08
%23.25
%38.68

CMYK color model

#BE74C1 color CMYK value is (2,40,0,24).

  • cyan value is 1.55%
  • magenta value is 39.90%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,40,0,24)
C2M40Y0K24 
(2%,40%,0%,24%)
(0.02/0.40/0.00/0.24)	

CMYK percentages

%1.55
%39.9
%0
%24.31

Codes

Color #BE74C1 in popluar color models

BE74C1
RGB190116193
HSL298°38.31%60.59%
HSB/HSV298°39.90%75.69%
CMYK1.55%39.90%0.00%
24.31%

Color #BE74C1 in popluar number systems.

HEXBE74C1
Decimal190116193
Binary10111110111010011000001
Octal276164301

Shades and tints

Shades of #BE74C1

#BE74C1
(190,116,193)
#AD6AB0
(173,106,176)
#9C609F
(156,96,159)
#8B568E
(139,86,142)
#7A4C7D
(122,76,125)
#69426C
(105,66,108)
#58385B
(88,56,91)
#472E4A
(71,46,74)
#362439
(54,36,57)
#251A28
(37,26,40)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #BE74C1

#BE74C1
(190,116,193)
#C380C6
(195,128,198)
#C88CCB
(200,140,203)
#CD98D0
(205,152,208)
#D2A4D5
(210,164,213)
#D7B0DA
(215,176,218)
#DCBCDF
(220,188,223)
#E1C8E4
(225,200,228)
#E6D4E9
(230,212,233)
#EBE0EE
(235,224,238)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE74C1 color. Also use rgb(190,116,193) instead hex code.

Text Font Color

.myTextColor { color: #BE74C1; }

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

This text font color is #BE74C1.


Background Color

.myBgColor { background-color: #BE74C1; }

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

This div background color is #BE74C1.


Border color

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

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

This div border color is #BE74C1.


Opacity

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

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

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

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

This text has shadow with #BE74C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE74C1 on black background.


Color preview on white background

This text has color #BE74C1 on white background.



Black color preview on #BE74C1 background

This text has black color on #BE74C1 background.


White color preview on #BE74C1 background

This text has white color on #BE74C1 background.