COLOR #B33293

HEX: #B33293
RGB: (179,50,147)

Color info

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

RGB color model

#B33293 color RGB value is (179,50,147).

  • red value is 179;
  • green value is 50;
  • blue value is 147.
RGB:
(179,50,147)
(70%,20%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 50 of 255 = 20%
B 147 of 255 = 58%

179
50
147

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

Portions of RGB colors in percentages

R + G + B =
179 + 50 + 147 = 376 (100%)
R 179 of 376 ~ 47.61%
G 50 of 376 ~ 13.3%
B 147 of 376 ~ 39.1%

%47.61
%13.3
%39.1

CMYK color model

#B33293 color CMYK value is (0,72,18,30).

  • cyan value is 0.00%
  • magenta value is 72.07%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(0,72,18,30)
C0M72Y18K30 
(0%,72%,18%,30%)
(0.00/0.72/0.18/0.30)	

CMYK percentages

%0
%72.07
%17.88
%29.8

Codes

Color #B33293 in popluar color models

B33293
RGB17950147
HSL315°56.33%44.90%
HSB/HSV315°72.07%70.20%
CMYK0.00%72.07%17.88%
29.80%

Color #B33293 in popluar number systems.

HEXB33293
Decimal17950147
Binary1011001111001010010011
Octal26362223

Shades and tints

Shades of #B33293

#B33293
(179,50,147)
#A32E86
(163,46,134)
#932A79
(147,42,121)
#83266C
(131,38,108)
#73225F
(115,34,95)
#631E52
(99,30,82)
#531A45
(83,26,69)
#431638
(67,22,56)
#33122B
(51,18,43)
#230E1E
(35,14,30)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #B33293

#B33293
(179,50,147)
#B9449C
(185,68,156)
#BF56A5
(191,86,165)
#C568AE
(197,104,174)
#CB7AB7
(203,122,183)
#D18CC0
(209,140,192)
#D79EC9
(215,158,201)
#DDB0D2
(221,176,210)
#E3C2DB
(227,194,219)
#E9D4E4
(233,212,228)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33293 color. Also use rgb(179,50,147) instead hex code.

Text Font Color

.myTextColor { color: #B33293; }

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

This text font color is #B33293.


Background Color

.myBgColor { background-color: #B33293; }

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

This div background color is #B33293.


Border color

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

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

This div border color is #B33293.


Opacity

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

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

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

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

This text has shadow with #B33293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B33293 on black background.


Color preview on white background

This text has color #B33293 on white background.



Black color preview on #B33293 background

This text has black color on #B33293 background.


White color preview on #B33293 background

This text has white color on #B33293 background.