COLOR #BE6BEA

HEX: #BE6BEA
RGB: (190,107,234)

Color info

#BE6BEA contains mainly red and blue colors. Web safe color of #BE6BEA is #CC66FF (or #C6F).

RGB color model

#BE6BEA color RGB value is (190,107,234).

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

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 234 of 255 = 92%

190
107
234

R + G + B ~ 70%. #BE6BEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 234 = 531 (100%)
R 190 of 531 ~ 35.78%
G 107 of 531 ~ 20.15%
B 234 of 531 ~ 44.07%

%35.78
%20.15
%44.07

CMYK color model

#BE6BEA color CMYK value is (19,54,0,8).

  • cyan value is 18.80%
  • magenta value is 54.27%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(19,54,0,8)
C19M54Y0K8 
(19%,54%,0%,8%)
(0.19/0.54/0.00/0.08)	

CMYK percentages

%18.8
%54.27
%0
%8.24

Codes

Color #BE6BEA in popluar color models

BE6BEA
RGB190107234
HSL279°75.15%66.86%
HSB/HSV279°54.27%91.76%
CMYK18.80%54.27%0.00%
8.24%

Color #BE6BEA in popluar number systems.

HEXBE6BEA
Decimal190107234
Binary10111110110101111101010
Octal276153352

Shades and tints

Shades of #BE6BEA

#BE6BEA
(190,107,234)
#AD62D5
(173,98,213)
#9C59C0
(156,89,192)
#8B50AB
(139,80,171)
#7A4796
(122,71,150)
#693E81
(105,62,129)
#58356C
(88,53,108)
#472C57
(71,44,87)
#362342
(54,35,66)
#251A2D
(37,26,45)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BE6BEA

#BE6BEA
(190,107,234)
#C378EB
(195,120,235)
#C885EC
(200,133,236)
#CD92ED
(205,146,237)
#D29FEE
(210,159,238)
#D7ACEF
(215,172,239)
#DCB9F0
(220,185,240)
#E1C6F1
(225,198,241)
#E6D3F2
(230,211,242)
#EBE0F3
(235,224,243)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6BEA; }

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

This text font color is #BE6BEA.


Background Color

.myBgColor { background-color: #BE6BEA; }

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

This div background color is #BE6BEA.


Border color

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

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

This div border color is #BE6BEA.


Opacity

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

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

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

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

This text has shadow with #BE6BEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6BEA on black background.


Color preview on white background

This text has color #BE6BEA on white background.



Black color preview on #BE6BEA background

This text has black color on #BE6BEA background.


White color preview on #BE6BEA background

This text has white color on #BE6BEA background.