COLOR #B32CA4

HEX: #B32CA4
RGB: (179,44,164)

Color info

#B32CA4 contains mainly red and blue colors. Web safe color of #B32CA4 is #993399 (or #939).

RGB color model

#B32CA4 color RGB value is (179,44,164).

  • red value is 179;
  • green value is 44;
  • blue value is 164.
RGB:
(179,44,164)
(70%,17%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 44 of 255 = 17%
B 164 of 255 = 64%

179
44
164

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

Portions of RGB colors in percentages

R + G + B =
179 + 44 + 164 = 387 (100%)
R 179 of 387 ~ 46.25%
G 44 of 387 ~ 11.37%
B 164 of 387 ~ 42.38%

%46.25
%11.37
%42.38

CMYK color model

#B32CA4 color CMYK value is (0,75,8,30).

  • cyan value is 0.00%
  • magenta value is 75.42%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(0,75,8,30)
C0M75Y8K30 
(0%,75%,8%,30%)
(0.00/0.75/0.08/0.30)	

CMYK percentages

%0
%75.42
%8.38
%29.8

Codes

Color #B32CA4 in popluar color models

B32CA4
RGB17944164
HSL307°60.54%43.73%
HSB/HSV307°75.42%70.20%
CMYK0.00%75.42%8.38%
29.80%

Color #B32CA4 in popluar number systems.

HEXB32CA4
Decimal17944164
Binary1011001110110010100100
Octal26354244

Shades and tints

Shades of #B32CA4

#B32CA4
(179,44,164)
#A32896
(163,40,150)
#932488
(147,36,136)
#83207A
(131,32,122)
#731C6C
(115,28,108)
#63185E
(99,24,94)
#531450
(83,20,80)
#431042
(67,16,66)
#330C34
(51,12,52)
#230826
(35,8,38)
#130418
(19,4,24)
#000000
(0,0,0)

Tints of #B32CA4

#B32CA4
(179,44,164)
#B93FAC
(185,63,172)
#BF52B4
(191,82,180)
#C565BC
(197,101,188)
#CB78C4
(203,120,196)
#D18BCC
(209,139,204)
#D79ED4
(215,158,212)
#DDB1DC
(221,177,220)
#E3C4E4
(227,196,228)
#E9D7EC
(233,215,236)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B32CA4 color. Also use rgb(179,44,164) instead hex code.

Text Font Color

.myTextColor { color: #B32CA4; }

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

This text font color is #B32CA4.


Background Color

.myBgColor { background-color: #B32CA4; }

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

This div background color is #B32CA4.


Border color

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

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

This div border color is #B32CA4.


Opacity

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

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

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

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

This text has shadow with #B32CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B32CA4 on black background.


Color preview on white background

This text has color #B32CA4 on white background.



Black color preview on #B32CA4 background

This text has black color on #B32CA4 background.


White color preview on #B32CA4 background

This text has white color on #B32CA4 background.