COLOR #B3338F

HEX: #B3338F
RGB: (179,51,143)

Color info

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

RGB color model

#B3338F color RGB value is (179,51,143).

  • red value is 179;
  • green value is 51;
  • blue value is 143.
RGB:
(179,51,143)
(70%,20%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 51 of 255 = 20%
B 143 of 255 = 56%

179
51
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 51 + 143 = 373 (100%)
R 179 of 373 ~ 47.99%
G 51 of 373 ~ 13.67%
B 143 of 373 ~ 38.34%

%47.99
%13.67
%38.34

CMYK color model

#B3338F color CMYK value is (0,72,20,30).

  • cyan value is 0.00%
  • magenta value is 71.51%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,72,20,30)
C0M72Y20K30 
(0%,72%,20%,30%)
(0.00/0.72/0.20/0.30)	

CMYK percentages

%0
%71.51
%20.11
%29.8

Codes

Color #B3338F in popluar color models

B3338F
RGB17951143
HSL317°55.65%45.10%
HSB/HSV317°71.51%70.20%
CMYK0.00%71.51%20.11%
29.80%

Color #B3338F in popluar number systems.

HEXB3338F
Decimal17951143
Binary1011001111001110001111
Octal26363217

Shades and tints

Shades of #B3338F

#B3338F
(179,51,143)
#A32F82
(163,47,130)
#932B75
(147,43,117)
#832768
(131,39,104)
#73235B
(115,35,91)
#631F4E
(99,31,78)
#531B41
(83,27,65)
#431734
(67,23,52)
#331327
(51,19,39)
#230F1A
(35,15,26)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #B3338F

#B3338F
(179,51,143)
#B94599
(185,69,153)
#BF57A3
(191,87,163)
#C569AD
(197,105,173)
#CB7BB7
(203,123,183)
#D18DC1
(209,141,193)
#D79FCB
(215,159,203)
#DDB1D5
(221,177,213)
#E3C3DF
(227,195,223)
#E9D5E9
(233,213,233)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3338F color. Also use rgb(179,51,143) instead hex code.

Text Font Color

.myTextColor { color: #B3338F; }

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

This text font color is #B3338F.


Background Color

.myBgColor { background-color: #B3338F; }

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

This div background color is #B3338F.


Border color

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

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

This div border color is #B3338F.


Opacity

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

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

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

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

This text has shadow with #B3338F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3338F on black background.


Color preview on white background

This text has color #B3338F on white background.



Black color preview on #B3338F background

This text has black color on #B3338F background.


White color preview on #B3338F background

This text has white color on #B3338F background.