COLOR #BE7AC3

HEX: #BE7AC3
RGB: (190,122,195)

Color info

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

RGB color model

#BE7AC3 color RGB value is (190,122,195).

  • red value is 190;
  • green value is 122;
  • blue value is 195.
RGB:
(190,122,195)
(75%,48%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 122 of 255 = 48%
B 195 of 255 = 76%

190
122
195

R + G + B ~ 66%. #BE7AC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 122 + 195 = 507 (100%)
R 190 of 507 ~ 37.48%
G 122 of 507 ~ 24.06%
B 195 of 507 ~ 38.46%

%37.48
%24.06
%38.46

CMYK color model

#BE7AC3 color CMYK value is (3,37,0,24).

  • cyan value is 2.56%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,37,0,24)
C3M37Y0K24 
(3%,37%,0%,24%)
(0.03/0.37/0.00/0.24)	

CMYK percentages

%2.56
%37.44
%0
%23.53

Codes

Color #BE7AC3 in popluar color models

BE7AC3
RGB190122195
HSL296°37.82%62.16%
HSB/HSV296°37.44%76.47%
CMYK2.56%37.44%0.00%
23.53%

Color #BE7AC3 in popluar number systems.

HEXBE7AC3
Decimal190122195
Binary10111110111101011000011
Octal276172303

Shades and tints

Shades of #BE7AC3

#BE7AC3
(190,122,195)
#AD6FB2
(173,111,178)
#9C64A1
(156,100,161)
#8B5990
(139,89,144)
#7A4E7F
(122,78,127)
#69436E
(105,67,110)
#58385D
(88,56,93)
#472D4C
(71,45,76)
#36223B
(54,34,59)
#25172A
(37,23,42)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #BE7AC3

#BE7AC3
(190,122,195)
#C386C8
(195,134,200)
#C892CD
(200,146,205)
#CD9ED2
(205,158,210)
#D2AAD7
(210,170,215)
#D7B6DC
(215,182,220)
#DCC2E1
(220,194,225)
#E1CEE6
(225,206,230)
#E6DAEB
(230,218,235)
#EBE6F0
(235,230,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7AC3 color. Also use rgb(190,122,195) instead hex code.

Text Font Color

.myTextColor { color: #BE7AC3; }

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

This text font color is #BE7AC3.


Background Color

.myBgColor { background-color: #BE7AC3; }

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

This div background color is #BE7AC3.


Border color

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

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

This div border color is #BE7AC3.


Opacity

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

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

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

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

This text has shadow with #BE7AC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7AC3 on black background.


Color preview on white background

This text has color #BE7AC3 on white background.



Black color preview on #BE7AC3 background

This text has black color on #BE7AC3 background.


White color preview on #BE7AC3 background

This text has white color on #BE7AC3 background.