COLOR #B3309C

HEX: #B3309C
RGB: (179,48,156)

Color info

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

RGB color model

#B3309C color RGB value is (179,48,156).

  • red value is 179;
  • green value is 48;
  • blue value is 156.
RGB:
(179,48,156)
(70%,19%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 48 of 255 = 19%
B 156 of 255 = 61%

179
48
156

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

Portions of RGB colors in percentages

R + G + B =
179 + 48 + 156 = 383 (100%)
R 179 of 383 ~ 46.74%
G 48 of 383 ~ 12.53%
B 156 of 383 ~ 40.73%

%46.74
%12.53
%40.73

CMYK color model

#B3309C color CMYK value is (0,73,13,30).

  • cyan value is 0.00%
  • magenta value is 73.18%
  • yellow value is 12.85%
  • key color value is 29.80%
CMYK:
(0,73,13,30)
C0M73Y13K30 
(0%,73%,13%,30%)
(0.00/0.73/0.13/0.30)	

CMYK percentages

%0
%73.18
%12.85
%29.8

Codes

Color #B3309C in popluar color models

B3309C
RGB17948156
HSL311°57.71%44.51%
HSB/HSV311°73.18%70.20%
CMYK0.00%73.18%12.85%
29.80%

Color #B3309C in popluar number systems.

HEXB3309C
Decimal17948156
Binary1011001111000010011100
Octal26360234

Shades and tints

Shades of #B3309C

#B3309C
(179,48,156)
#A32C8E
(163,44,142)
#932880
(147,40,128)
#832472
(131,36,114)
#732064
(115,32,100)
#631C56
(99,28,86)
#531848
(83,24,72)
#43143A
(67,20,58)
#33102C
(51,16,44)
#230C1E
(35,12,30)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #B3309C

#B3309C
(179,48,156)
#B942A5
(185,66,165)
#BF54AE
(191,84,174)
#C566B7
(197,102,183)
#CB78C0
(203,120,192)
#D18AC9
(209,138,201)
#D79CD2
(215,156,210)
#DDAEDB
(221,174,219)
#E3C0E4
(227,192,228)
#E9D2ED
(233,210,237)
#EFE4F6
(239,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3309C color. Also use rgb(179,48,156) instead hex code.

Text Font Color

.myTextColor { color: #B3309C; }

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

This text font color is #B3309C.


Background Color

.myBgColor { background-color: #B3309C; }

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

This div background color is #B3309C.


Border color

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

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

This div border color is #B3309C.


Opacity

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

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

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

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

This text has shadow with #B3309C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3309C on black background.


Color preview on white background

This text has color #B3309C on white background.



Black color preview on #B3309C background

This text has black color on #B3309C background.


White color preview on #B3309C background

This text has white color on #B3309C background.