COLOR #BE6AC2

HEX: #BE6AC2
RGB: (190,106,194)

Color info

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

RGB color model

#BE6AC2 color RGB value is (190,106,194).

  • red value is 190;
  • green value is 106;
  • blue value is 194.
RGB:
(190,106,194)
(75%,42%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 106 of 255 = 42%
B 194 of 255 = 76%

190
106
194

R + G + B ~ 64%. #BE6AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 106 + 194 = 490 (100%)
R 190 of 490 ~ 38.78%
G 106 of 490 ~ 21.63%
B 194 of 490 ~ 39.59%

%38.78
%21.63
%39.59

CMYK color model

#BE6AC2 color CMYK value is (2,45,0,24).

  • cyan value is 2.06%
  • magenta value is 45.36%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(2,45,0,24)
C2M45Y0K24 
(2%,45%,0%,24%)
(0.02/0.45/0.00/0.24)	

CMYK percentages

%2.06
%45.36
%0
%23.92

Codes

Color #BE6AC2 in popluar color models

BE6AC2
RGB190106194
HSL297°41.90%58.82%
HSB/HSV297°45.36%76.08%
CMYK2.06%45.36%0.00%
23.92%

Color #BE6AC2 in popluar number systems.

HEXBE6AC2
Decimal190106194
Binary10111110110101011000010
Octal276152302

Shades and tints

Shades of #BE6AC2

#BE6AC2
(190,106,194)
#AD61B1
(173,97,177)
#9C58A0
(156,88,160)
#8B4F8F
(139,79,143)
#7A467E
(122,70,126)
#693D6D
(105,61,109)
#58345C
(88,52,92)
#472B4B
(71,43,75)
#36223A
(54,34,58)
#251929
(37,25,41)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #BE6AC2

#BE6AC2
(190,106,194)
#C377C7
(195,119,199)
#C884CC
(200,132,204)
#CD91D1
(205,145,209)
#D29ED6
(210,158,214)
#D7ABDB
(215,171,219)
#DCB8E0
(220,184,224)
#E1C5E5
(225,197,229)
#E6D2EA
(230,210,234)
#EBDFEF
(235,223,239)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6AC2 color. Also use rgb(190,106,194) instead hex code.

Text Font Color

.myTextColor { color: #BE6AC2; }

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

This text font color is #BE6AC2.


Background Color

.myBgColor { background-color: #BE6AC2; }

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

This div background color is #BE6AC2.


Border color

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

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

This div border color is #BE6AC2.


Opacity

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

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

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

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

This text has shadow with #BE6AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6AC2 on black background.


Color preview on white background

This text has color #BE6AC2 on white background.



Black color preview on #BE6AC2 background

This text has black color on #BE6AC2 background.


White color preview on #BE6AC2 background

This text has white color on #BE6AC2 background.