COLOR #BE6BB4

HEX: #BE6BB4
RGB: (190,107,180)

Color info

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

RGB color model

#BE6BB4 color RGB value is (190,107,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 180 of 255 = 71%

190
107
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 180 = 477 (100%)
R 190 of 477 ~ 39.83%
G 107 of 477 ~ 22.43%
B 180 of 477 ~ 37.74%

%39.83
%22.43
%37.74

CMYK color model

#BE6BB4 color CMYK value is (0,44,5,25).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,44,5,25)
C0M44Y5K25 
(0%,44%,5%,25%)
(0.00/0.44/0.05/0.25)	

CMYK percentages

%0
%43.68
%5.26
%25.49

Codes

Color #BE6BB4 in popluar color models

BE6BB4
RGB190107180
HSL307°38.97%58.24%
HSB/HSV307°43.68%74.51%
CMYK0.00%43.68%5.26%
25.49%

Color #BE6BB4 in popluar number systems.

HEXBE6BB4
Decimal190107180
Binary10111110110101110110100
Octal276153264

Shades and tints

Shades of #BE6BB4

#BE6BB4
(190,107,180)
#AD62A4
(173,98,164)
#9C5994
(156,89,148)
#8B5084
(139,80,132)
#7A4774
(122,71,116)
#693E64
(105,62,100)
#583554
(88,53,84)
#472C44
(71,44,68)
#362334
(54,35,52)
#251A24
(37,26,36)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BE6BB4

#BE6BB4
(190,107,180)
#C378BA
(195,120,186)
#C885C0
(200,133,192)
#CD92C6
(205,146,198)
#D29FCC
(210,159,204)
#D7ACD2
(215,172,210)
#DCB9D8
(220,185,216)
#E1C6DE
(225,198,222)
#E6D3E4
(230,211,228)
#EBE0EA
(235,224,234)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6BB4; }

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

This text font color is #BE6BB4.


Background Color

.myBgColor { background-color: #BE6BB4; }

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

This div background color is #BE6BB4.


Border color

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

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

This div border color is #BE6BB4.


Opacity

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

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

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

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

This text has shadow with #BE6BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6BB4 on black background.


Color preview on white background

This text has color #BE6BB4 on white background.



Black color preview on #BE6BB4 background

This text has black color on #BE6BB4 background.


White color preview on #BE6BB4 background

This text has white color on #BE6BB4 background.