COLOR #B33B72

HEX: #B33B72 RGB: (179,59,114)

Color info

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

RGB color model

#B33B72 color RGB value is (179,59,114).

RGB: (179,59,114) (70%, 23%, 45%)

RGB channels and saturation

R 179 of 255 = 70%
G 59 of 255 = 23%
B 114 of 255 = 45%

179
59
114

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

Portions of RGB colors in percentages

R + G + B = 179 + 59 + 114 = 352 (100%)
R 179 of 352 ~ 50.85%
G 59 of 352 ~ 16.76%
B 114 of 352 ~ 32.39'%

%50.85
%16.76
%32.39

CMYK color model

#B33B72 color CMYK value is (0,67,36,30).

  • cyan value is 0.00%
  • magenta value is 67.04%
  • yellow value is 36.31%
  • key color value is 29.80%
CMYK: (0,67,36,30) C0M67Y36K30 (0%,67%,36%,30%) (0.00/0.67/0.36/0.30) 

CMYK percentages

%0
%67.04
%36.31
%29.8

Codes

Color #B33B72 in popluar color models

B3 3B 72
RGB 179 59 114
HSL 333° 50.42% 46.67%
HSB/HSV 333° 67.04% 70.20%
CMYK 0.00% 67.04% 36.31%
29.80%

Color #B33B72 in popluar number systems.

HEX B3 3B 72
Decimal 179 59 114
Binary 10110011 111011 1110010
Octal 263 73 162

Shades and tints

Shades of #B33B72

#B33B72
(179,59,114)
#A33668
(163,54,104)
#93315E
(147,49,94)
#832C54
(131,44,84)
#73274A
(115,39,74)
#632240
(99,34,64)
#531D36
(83,29,54)
#43182C
(67,24,44)
#331322
(51,19,34)
#230E18
(35,14,24)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #B33B72

#B33B72
(179,59,114)
#B94C7E
(185,76,126)
#BF5D8A
(191,93,138)
#C56E96
(197,110,150)
#CB7FA2
(203,127,162)
#D190AE
(209,144,174)
#D7A1BA
(215,161,186)
#DDB2C6
(221,178,198)
#E3C3D2
(227,195,210)
#E9D4DE
(233,212,222)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33B72 color. Also use rgb(179,59,114) instead hex code.

Text Font Color

.myTextColor { color: #B33B72; }

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

This text font color is #B33B72.

Background Color

.myBgColor { background-color: #B33B72; }

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

This div background color is #B33B72.

Border color

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

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

This div border color is #B33B72.

Opacity

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

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

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

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

This text has shadow with #B33B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B33B72.

Preview

Color preview on black background

This text has color #B33B72 on black background.


Color preview on white background

This text has color #B33B72 on white background.


Black color preview on #B33B72 background

This text has black color on #B33B72 background.


White color preview on #B33B72 background

This text has white color on #B33B72 background.


Related colors

Complementary color

Complementary color for #hex is #4CC48D.


I love getcolorcode.com

Triadic colors

1 #72B33B and #3B72B3 with #B33B72 are triadic colors.

2 #723BB3 and #3BB372 with #B33B72 are triadic colors.