COLOR #B7329F

HEX: #B7329F
RGB: (183,50,159)

Color info

#B7329F contains mainly red and blue colors. Web safe color of #B7329F is #CC3399 (or #C39).

RGB color model

#B7329F color RGB value is (183,50,159).

  • red value is 183;
  • green value is 50;
  • blue value is 159.
RGB:
(183,50,159)
(72%,20%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 50 of 255 = 20%
B 159 of 255 = 62%

183
50
159

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

Portions of RGB colors in percentages

R + G + B =
183 + 50 + 159 = 392 (100%)
R 183 of 392 ~ 46.68%
G 50 of 392 ~ 12.76%
B 159 of 392 ~ 40.56%

%46.68
%12.76
%40.56

CMYK color model

#B7329F color CMYK value is (0,73,13,28).

  • cyan value is 0.00%
  • magenta value is 72.68%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(0,73,13,28)
C0M73Y13K28 
(0%,73%,13%,28%)
(0.00/0.73/0.13/0.28)	

CMYK percentages

%0
%72.68
%13.11
%28.24

Codes

Color #B7329F in popluar color models

B7329F
RGB18350159
HSL311°57.08%45.69%
HSB/HSV311°72.68%71.76%
CMYK0.00%72.68%13.11%
28.24%

Color #B7329F in popluar number systems.

HEXB7329F
Decimal18350159
Binary1011011111001010011111
Octal26762237

Shades and tints

Shades of #B7329F

#B7329F
(183,50,159)
#A72E91
(167,46,145)
#972A83
(151,42,131)
#872675
(135,38,117)
#772267
(119,34,103)
#671E59
(103,30,89)
#571A4B
(87,26,75)
#47163D
(71,22,61)
#37122F
(55,18,47)
#270E21
(39,14,33)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #B7329F

#B7329F
(183,50,159)
#BD44A7
(189,68,167)
#C356AF
(195,86,175)
#C968B7
(201,104,183)
#CF7ABF
(207,122,191)
#D58CC7
(213,140,199)
#DB9ECF
(219,158,207)
#E1B0D7
(225,176,215)
#E7C2DF
(231,194,223)
#EDD4E7
(237,212,231)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7329F color. Also use rgb(183,50,159) instead hex code.

Text Font Color

.myTextColor { color: #B7329F; }

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

This text font color is #B7329F.


Background Color

.myBgColor { background-color: #B7329F; }

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

This div background color is #B7329F.


Border color

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

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

This div border color is #B7329F.


Opacity

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

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

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

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

This text has shadow with #B7329F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7329F on black background.


Color preview on white background

This text has color #B7329F on white background.



Black color preview on #B7329F background

This text has black color on #B7329F background.


White color preview on #B7329F background

This text has white color on #B7329F background.