COLOR #BE67BA

HEX: #BE67BA
RGB: (190,103,186)

Color info

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

RGB color model

#BE67BA color RGB value is (190,103,186).

  • red value is 190;
  • green value is 103;
  • blue value is 186.
RGB:
(190,103,186)
(75%,40%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 103 of 255 = 40%
B 186 of 255 = 73%

190
103
186

R + G + B ~ 63%. #BE67BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 103 + 186 = 479 (100%)
R 190 of 479 ~ 39.67%
G 103 of 479 ~ 21.5%
B 186 of 479 ~ 38.83%

%39.67
%21.5
%38.83

CMYK color model

#BE67BA color CMYK value is (0,46,2,25).

  • cyan value is 0.00%
  • magenta value is 45.79%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(0,46,2,25)
C0M46Y2K25 
(0%,46%,2%,25%)
(0.00/0.46/0.02/0.25)	

CMYK percentages

%0
%45.79
%2.11
%25.49

Codes

Color #BE67BA in popluar color models

BE67BA
RGB190103186
HSL303°40.09%57.45%
HSB/HSV303°45.79%74.51%
CMYK0.00%45.79%2.11%
25.49%

Color #BE67BA in popluar number systems.

HEXBE67BA
Decimal190103186
Binary10111110110011110111010
Octal276147272

Shades and tints

Shades of #BE67BA

#BE67BA
(190,103,186)
#AD5EAA
(173,94,170)
#9C559A
(156,85,154)
#8B4C8A
(139,76,138)
#7A437A
(122,67,122)
#693A6A
(105,58,106)
#58315A
(88,49,90)
#47284A
(71,40,74)
#361F3A
(54,31,58)
#25162A
(37,22,42)
#140D1A
(20,13,26)
#000000
(0,0,0)

Tints of #BE67BA

#BE67BA
(190,103,186)
#C374C0
(195,116,192)
#C881C6
(200,129,198)
#CD8ECC
(205,142,204)
#D29BD2
(210,155,210)
#D7A8D8
(215,168,216)
#DCB5DE
(220,181,222)
#E1C2E4
(225,194,228)
#E6CFEA
(230,207,234)
#EBDCF0
(235,220,240)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE67BA color. Also use rgb(190,103,186) instead hex code.

Text Font Color

.myTextColor { color: #BE67BA; }

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

This text font color is #BE67BA.


Background Color

.myBgColor { background-color: #BE67BA; }

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

This div background color is #BE67BA.


Border color

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

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

This div border color is #BE67BA.


Opacity

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

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

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

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

This text has shadow with #BE67BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE67BA on black background.


Color preview on white background

This text has color #BE67BA on white background.



Black color preview on #BE67BA background

This text has black color on #BE67BA background.


White color preview on #BE67BA background

This text has white color on #BE67BA background.