COLOR #B33C71

HEX: #B33C71
RGB: (179,60,113)

Color info

#B33C71 contains mainly red color. Web safe color of #B33C71 is #993366 (or #936).

RGB color model

#B33C71 color RGB value is (179,60,113).

  • red value is 179;
  • green value is 60;
  • blue value is 113.
RGB:
(179,60,113)
(70%,24%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 60 of 255 = 24%
B 113 of 255 = 44%

179
60
113

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

Portions of RGB colors in percentages

R + G + B =
179 + 60 + 113 = 352 (100%)
R 179 of 352 ~ 50.85%
G 60 of 352 ~ 17.05%
B 113 of 352 ~ 32.1%

%50.85
%17.05
%32.1

CMYK color model

#B33C71 color CMYK value is (0,66,37,30).

  • cyan value is 0.00%
  • magenta value is 66.48%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(0,66,37,30)
C0M66Y37K30 
(0%,66%,37%,30%)
(0.00/0.66/0.37/0.30)	

CMYK percentages

%0
%66.48
%36.87
%29.8

Codes

Color #B33C71 in popluar color models

B33C71
RGB17960113
HSL333°49.79%46.86%
HSB/HSV333°66.48%70.20%
CMYK0.00%66.48%36.87%
29.80%

Color #B33C71 in popluar number systems.

HEXB33C71
Decimal17960113
Binary101100111111001110001
Octal26374161

Shades and tints

Shades of #B33C71

#B33C71
(179,60,113)
#A33767
(163,55,103)
#93325D
(147,50,93)
#832D53
(131,45,83)
#732849
(115,40,73)
#63233F
(99,35,63)
#531E35
(83,30,53)
#43192B
(67,25,43)
#331421
(51,20,33)
#230F17
(35,15,23)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #B33C71

#B33C71
(179,60,113)
#B94D7D
(185,77,125)
#BF5E89
(191,94,137)
#C56F95
(197,111,149)
#CB80A1
(203,128,161)
#D191AD
(209,145,173)
#D7A2B9
(215,162,185)
#DDB3C5
(221,179,197)
#E3C4D1
(227,196,209)
#E9D5DD
(233,213,221)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33C71 color. Also use rgb(179,60,113) instead hex code.

Text Font Color

.myTextColor { color: #B33C71; }

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

This text font color is #B33C71.


Background Color

.myBgColor { background-color: #B33C71; }

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

This div background color is #B33C71.


Border color

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

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

This div border color is #B33C71.


Opacity

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

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

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

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

This text has shadow with #B33C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B33C71 on black background.


Color preview on white background

This text has color #B33C71 on white background.



Black color preview on #B33C71 background

This text has black color on #B33C71 background.


White color preview on #B33C71 background

This text has white color on #B33C71 background.