COLOR #BE6EB4

HEX: #BE6EB4
RGB: (190,110,180)

Color info

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

RGB color model

#BE6EB4 color RGB value is (190,110,180).

  • red value is 190;
  • green value is 110;
  • blue value is 180.
RGB:
(190,110,180)
(75%,43%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 110 of 255 = 43%
B 180 of 255 = 71%

190
110
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 110 + 180 = 480 (100%)
R 190 of 480 ~ 39.58%
G 110 of 480 ~ 22.92%
B 180 of 480 ~ 37.5%

%39.58
%22.92
%37.5

CMYK color model

#BE6EB4 color CMYK value is (0,42,5,25).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,42,5,25)
C0M42Y5K25 
(0%,42%,5%,25%)
(0.00/0.42/0.05/0.25)	

CMYK percentages

%0
%42.11
%5.26
%25.49

Codes

Color #BE6EB4 in popluar color models

BE6EB4
RGB190110180
HSL308°38.10%58.82%
HSB/HSV308°42.11%74.51%
CMYK0.00%42.11%5.26%
25.49%

Color #BE6EB4 in popluar number systems.

HEXBE6EB4
Decimal190110180
Binary10111110110111010110100
Octal276156264

Shades and tints

Shades of #BE6EB4

#BE6EB4
(190,110,180)
#AD64A4
(173,100,164)
#9C5A94
(156,90,148)
#8B5084
(139,80,132)
#7A4674
(122,70,116)
#693C64
(105,60,100)
#583254
(88,50,84)
#472844
(71,40,68)
#361E34
(54,30,52)
#251424
(37,20,36)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #BE6EB4

#BE6EB4
(190,110,180)
#C37BBA
(195,123,186)
#C888C0
(200,136,192)
#CD95C6
(205,149,198)
#D2A2CC
(210,162,204)
#D7AFD2
(215,175,210)
#DCBCD8
(220,188,216)
#E1C9DE
(225,201,222)
#E6D6E4
(230,214,228)
#EBE3EA
(235,227,234)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6EB4 color. Also use rgb(190,110,180) instead hex code.

Text Font Color

.myTextColor { color: #BE6EB4; }

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

This text font color is #BE6EB4.


Background Color

.myBgColor { background-color: #BE6EB4; }

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

This div background color is #BE6EB4.


Border color

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

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

This div border color is #BE6EB4.


Opacity

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

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

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

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

This text has shadow with #BE6EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6EB4 on black background.


Color preview on white background

This text has color #BE6EB4 on white background.



Black color preview on #BE6EB4 background

This text has black color on #BE6EB4 background.


White color preview on #BE6EB4 background

This text has white color on #BE6EB4 background.