COLOR #BE6BB0

HEX: #BE6BB0
RGB: (190,107,176)

Color info

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

RGB color model

#BE6BB0 color RGB value is (190,107,176).

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

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 176 of 255 = 69%

190
107
176

R + G + B ~ 62%. #BE6BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 176 = 473 (100%)
R 190 of 473 ~ 40.17%
G 107 of 473 ~ 22.62%
B 176 of 473 ~ 37.21%

%40.17
%22.62
%37.21

CMYK color model

#BE6BB0 color CMYK value is (0,44,7,25).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,44,7,25)
C0M44Y7K25 
(0%,44%,7%,25%)
(0.00/0.44/0.07/0.25)	

CMYK percentages

%0
%43.68
%7.37
%25.49

Codes

Color #BE6BB0 in popluar color models

BE6BB0
RGB190107176
HSL310°38.97%58.24%
HSB/HSV310°43.68%74.51%
CMYK0.00%43.68%7.37%
25.49%

Color #BE6BB0 in popluar number systems.

HEXBE6BB0
Decimal190107176
Binary10111110110101110110000
Octal276153260

Shades and tints

Shades of #BE6BB0

#BE6BB0
(190,107,176)
#AD62A0
(173,98,160)
#9C5990
(156,89,144)
#8B5080
(139,80,128)
#7A4770
(122,71,112)
#693E60
(105,62,96)
#583550
(88,53,80)
#472C40
(71,44,64)
#362330
(54,35,48)
#251A20
(37,26,32)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #BE6BB0

#BE6BB0
(190,107,176)
#C378B7
(195,120,183)
#C885BE
(200,133,190)
#CD92C5
(205,146,197)
#D29FCC
(210,159,204)
#D7ACD3
(215,172,211)
#DCB9DA
(220,185,218)
#E1C6E1
(225,198,225)
#E6D3E8
(230,211,232)
#EBE0EF
(235,224,239)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6BB0; }

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

This text font color is #BE6BB0.


Background Color

.myBgColor { background-color: #BE6BB0; }

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

This div background color is #BE6BB0.


Border color

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

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

This div border color is #BE6BB0.


Opacity

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

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

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

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

This text has shadow with #BE6BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6BB0 on black background.


Color preview on white background

This text has color #BE6BB0 on white background.



Black color preview on #BE6BB0 background

This text has black color on #BE6BB0 background.


White color preview on #BE6BB0 background

This text has white color on #BE6BB0 background.