COLOR #BE66B1

HEX: #BE66B1
RGB: (190,102,177)

Color info

#BE66B1 contains mainly red and blue colors. Web safe color of #BE66B1 is #CC6699 (or #C69).

RGB color model

#BE66B1 color RGB value is (190,102,177).

  • red value is 190;
  • green value is 102;
  • blue value is 177.
RGB:
(190,102,177)
(75%,40%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 102 of 255 = 40%
B 177 of 255 = 69%

190
102
177

R + G + B ~ 61%. #BE66B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 102 + 177 = 469 (100%)
R 190 of 469 ~ 40.51%
G 102 of 469 ~ 21.75%
B 177 of 469 ~ 37.74%

%40.51
%21.75
%37.74

CMYK color model

#BE66B1 color CMYK value is (0,46,7,25).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(0,46,7,25)
C0M46Y7K25 
(0%,46%,7%,25%)
(0.00/0.46/0.07/0.25)	

CMYK percentages

%0
%46.32
%6.84
%25.49

Codes

Color #BE66B1 in popluar color models

BE66B1
RGB190102177
HSL309°40.37%57.25%
HSB/HSV309°46.32%74.51%
CMYK0.00%46.32%6.84%
25.49%

Color #BE66B1 in popluar number systems.

HEXBE66B1
Decimal190102177
Binary10111110110011010110001
Octal276146261

Shades and tints

Shades of #BE66B1

#BE66B1
(190,102,177)
#AD5DA1
(173,93,161)
#9C5491
(156,84,145)
#8B4B81
(139,75,129)
#7A4271
(122,66,113)
#693961
(105,57,97)
#583051
(88,48,81)
#472741
(71,39,65)
#361E31
(54,30,49)
#251521
(37,21,33)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #BE66B1

#BE66B1
(190,102,177)
#C373B8
(195,115,184)
#C880BF
(200,128,191)
#CD8DC6
(205,141,198)
#D29ACD
(210,154,205)
#D7A7D4
(215,167,212)
#DCB4DB
(220,180,219)
#E1C1E2
(225,193,226)
#E6CEE9
(230,206,233)
#EBDBF0
(235,219,240)
#F0E8F7
(240,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE66B1 color. Also use rgb(190,102,177) instead hex code.

Text Font Color

.myTextColor { color: #BE66B1; }

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

This text font color is #BE66B1.


Background Color

.myBgColor { background-color: #BE66B1; }

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

This div background color is #BE66B1.


Border color

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

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

This div border color is #BE66B1.


Opacity

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

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

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

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

This text has shadow with #BE66B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE66B1 on black background.


Color preview on white background

This text has color #BE66B1 on white background.



Black color preview on #BE66B1 background

This text has black color on #BE66B1 background.


White color preview on #BE66B1 background

This text has white color on #BE66B1 background.