COLOR #B2649C

HEX: #B2649C
RGB: (178,100,156)

Color info

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

RGB color model

#B2649C color RGB value is (178,100,156).

  • red value is 178;
  • green value is 100;
  • blue value is 156.
RGB:
(178,100,156)
(70%,39%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 100 of 255 = 39%
B 156 of 255 = 61%

178
100
156

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

Portions of RGB colors in percentages

R + G + B =
178 + 100 + 156 = 434 (100%)
R 178 of 434 ~ 41.01%
G 100 of 434 ~ 23.04%
B 156 of 434 ~ 35.94%

%41.01
%23.04
%35.94

CMYK color model

#B2649C color CMYK value is (0,44,12,30).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(0,44,12,30)
C0M44Y12K30 
(0%,44%,12%,30%)
(0.00/0.44/0.12/0.30)	

CMYK percentages

%0
%43.82
%12.36
%30.2

Codes

Color #B2649C in popluar color models

B2649C
RGB178100156
HSL317°33.62%54.51%
HSB/HSV317°43.82%69.80%
CMYK0.00%43.82%12.36%
30.20%

Color #B2649C in popluar number systems.

HEXB2649C
Decimal178100156
Binary10110010110010010011100
Octal262144234

Shades and tints

Shades of #B2649C

#B2649C
(178,100,156)
#A25B8E
(162,91,142)
#925280
(146,82,128)
#824972
(130,73,114)
#724064
(114,64,100)
#623756
(98,55,86)
#522E48
(82,46,72)
#42253A
(66,37,58)
#321C2C
(50,28,44)
#22131E
(34,19,30)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #B2649C

#B2649C
(178,100,156)
#B972A5
(185,114,165)
#C080AE
(192,128,174)
#C78EB7
(199,142,183)
#CE9CC0
(206,156,192)
#D5AAC9
(213,170,201)
#DCB8D2
(220,184,210)
#E3C6DB
(227,198,219)
#EAD4E4
(234,212,228)
#F1E2ED
(241,226,237)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2649C color. Also use rgb(178,100,156) instead hex code.

Text Font Color

.myTextColor { color: #B2649C; }

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

This text font color is #B2649C.


Background Color

.myBgColor { background-color: #B2649C; }

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

This div background color is #B2649C.


Border color

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

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

This div border color is #B2649C.


Opacity

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

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

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

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

This text has shadow with #B2649C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2649C on black background.


Color preview on white background

This text has color #B2649C on white background.



Black color preview on #B2649C background

This text has black color on #B2649C background.


White color preview on #B2649C background

This text has white color on #B2649C background.