COLOR #BE6BC6

HEX: #BE6BC6
RGB: (190,107,198)

Color info

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

RGB color model

#BE6BC6 color RGB value is (190,107,198).

  • red value is 190;
  • green value is 107;
  • blue value is 198.
RGB:
(190,107,198)
(75%,42%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 198 of 255 = 78%

190
107
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 198 = 495 (100%)
R 190 of 495 ~ 38.38%
G 107 of 495 ~ 21.62%
B 198 of 495 ~ 40%

%38.38
%21.62
%40

CMYK color model

#BE6BC6 color CMYK value is (4,46,0,22).

  • cyan value is 4.04%
  • magenta value is 45.96%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(4,46,0,22)
C4M46Y0K22 
(4%,46%,0%,22%)
(0.04/0.46/0.00/0.22)	

CMYK percentages

%4.04
%45.96
%0
%22.35

Codes

Color #BE6BC6 in popluar color models

BE6BC6
RGB190107198
HSL295°44.39%59.80%
HSB/HSV295°45.96%77.65%
CMYK4.04%45.96%0.00%
22.35%

Color #BE6BC6 in popluar number systems.

HEXBE6BC6
Decimal190107198
Binary10111110110101111000110
Octal276153306

Shades and tints

Shades of #BE6BC6

#BE6BC6
(190,107,198)
#AD62B4
(173,98,180)
#9C59A2
(156,89,162)
#8B5090
(139,80,144)
#7A477E
(122,71,126)
#693E6C
(105,62,108)
#58355A
(88,53,90)
#472C48
(71,44,72)
#362336
(54,35,54)
#251A24
(37,26,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE6BC6

#BE6BC6
(190,107,198)
#C378CB
(195,120,203)
#C885D0
(200,133,208)
#CD92D5
(205,146,213)
#D29FDA
(210,159,218)
#D7ACDF
(215,172,223)
#DCB9E4
(220,185,228)
#E1C6E9
(225,198,233)
#E6D3EE
(230,211,238)
#EBE0F3
(235,224,243)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6BC6 color. Also use rgb(190,107,198) instead hex code.

Text Font Color

.myTextColor { color: #BE6BC6; }

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

This text font color is #BE6BC6.


Background Color

.myBgColor { background-color: #BE6BC6; }

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

This div background color is #BE6BC6.


Border color

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

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

This div border color is #BE6BC6.


Opacity

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

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

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

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

This text has shadow with #BE6BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6BC6 on black background.


Color preview on white background

This text has color #BE6BC6 on white background.



Black color preview on #BE6BC6 background

This text has black color on #BE6BC6 background.


White color preview on #BE6BC6 background

This text has white color on #BE6BC6 background.