COLOR #B2648C

HEX: #B2648C
RGB: (178,100,140)

Color info

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

RGB color model

#B2648C color RGB value is (178,100,140).

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

RGB channels and saturation

R 178 of 255 = 70%
G 100 of 255 = 39%
B 140 of 255 = 55%

178
100
140

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

Portions of RGB colors in percentages

R + G + B =
178 + 100 + 140 = 418 (100%)
R 178 of 418 ~ 42.58%
G 100 of 418 ~ 23.92%
B 140 of 418 ~ 33.49%

%42.58
%23.92
%33.49

CMYK color model

#B2648C color CMYK value is (0,44,21,30).

  • cyan value is 0.00%
  • magenta value is 43.82%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,44,21,30)
C0M44Y21K30 
(0%,44%,21%,30%)
(0.00/0.44/0.21/0.30)	

CMYK percentages

%0
%43.82
%21.35
%30.2

Codes

Color #B2648C in popluar color models

B2648C
RGB178100140
HSL329°33.62%54.51%
HSB/HSV329°43.82%69.80%
CMYK0.00%43.82%21.35%
30.20%

Color #B2648C in popluar number systems.

HEXB2648C
Decimal178100140
Binary10110010110010010001100
Octal262144214

Shades and tints

Shades of #B2648C

#B2648C
(178,100,140)
#A25B80
(162,91,128)
#925274
(146,82,116)
#824968
(130,73,104)
#72405C
(114,64,92)
#623750
(98,55,80)
#522E44
(82,46,68)
#422538
(66,37,56)
#321C2C
(50,28,44)
#221320
(34,19,32)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #B2648C

#B2648C
(178,100,140)
#B97296
(185,114,150)
#C080A0
(192,128,160)
#C78EAA
(199,142,170)
#CE9CB4
(206,156,180)
#D5AABE
(213,170,190)
#DCB8C8
(220,184,200)
#E3C6D2
(227,198,210)
#EAD4DC
(234,212,220)
#F1E2E6
(241,226,230)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2648C; }

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

This text font color is #B2648C.


Background Color

.myBgColor { background-color: #B2648C; }

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

This div background color is #B2648C.


Border color

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

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

This div border color is #B2648C.


Opacity

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

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

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

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

This text has shadow with #B2648C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2648C on black background.


Color preview on white background

This text has color #B2648C on white background.



Black color preview on #B2648C background

This text has black color on #B2648C background.


White color preview on #B2648C background

This text has white color on #B2648C background.