COLOR #B0649F

HEX: #B0649F
RGB: (176,100,159)

Color info

#B0649F contains mainly red and blue colors. Web safe color of #B0649F is #996699 (or #969).

RGB color model

#B0649F color RGB value is (176,100,159).

  • red value is 176;
  • green value is 100;
  • blue value is 159.
RGB:
(176,100,159)
(69%,39%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 100 of 255 = 39%
B 159 of 255 = 62%

176
100
159

R + G + B ~ 57%. #B0649F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 100 + 159 = 435 (100%)
R 176 of 435 ~ 40.46%
G 100 of 435 ~ 22.99%
B 159 of 435 ~ 36.55%

%40.46
%22.99
%36.55

CMYK color model

#B0649F color CMYK value is (0,43,10,31).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(0,43,10,31)
C0M43Y10K31 
(0%,43%,10%,31%)
(0.00/0.43/0.10/0.31)	

CMYK percentages

%0
%43.18
%9.66
%30.98

Codes

Color #B0649F in popluar color models

B0649F
RGB176100159
HSL313°32.48%54.12%
HSB/HSV313°43.18%69.02%
CMYK0.00%43.18%9.66%
30.98%

Color #B0649F in popluar number systems.

HEXB0649F
Decimal176100159
Binary10110000110010010011111
Octal260144237

Shades and tints

Shades of #B0649F

#B0649F
(176,100,159)
#A05B91
(160,91,145)
#905283
(144,82,131)
#804975
(128,73,117)
#704067
(112,64,103)
#603759
(96,55,89)
#502E4B
(80,46,75)
#40253D
(64,37,61)
#301C2F
(48,28,47)
#201321
(32,19,33)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #B0649F

#B0649F
(176,100,159)
#B772A7
(183,114,167)
#BE80AF
(190,128,175)
#C58EB7
(197,142,183)
#CC9CBF
(204,156,191)
#D3AAC7
(211,170,199)
#DAB8CF
(218,184,207)
#E1C6D7
(225,198,215)
#E8D4DF
(232,212,223)
#EFE2E7
(239,226,231)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0649F color. Also use rgb(176,100,159) instead hex code.

Text Font Color

.myTextColor { color: #B0649F; }

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

This text font color is #B0649F.


Background Color

.myBgColor { background-color: #B0649F; }

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

This div background color is #B0649F.


Border color

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

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

This div border color is #B0649F.


Opacity

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

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

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

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

This text has shadow with #B0649F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0649F on black background.


Color preview on white background

This text has color #B0649F on white background.



Black color preview on #B0649F background

This text has black color on #B0649F background.


White color preview on #B0649F background

This text has white color on #B0649F background.