COLOR #B3628F

HEX: #B3628F
RGB: (179,98,143)

Color info

#B3628F contains mainly red and blue colors. Web safe color of #B3628F is #996699 (or #969).

RGB color model

#B3628F color RGB value is (179,98,143).

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

RGB channels and saturation

R 179 of 255 = 70%
G 98 of 255 = 38%
B 143 of 255 = 56%

179
98
143

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

Portions of RGB colors in percentages

R + G + B =
179 + 98 + 143 = 420 (100%)
R 179 of 420 ~ 42.62%
G 98 of 420 ~ 23.33%
B 143 of 420 ~ 34.05%

%42.62
%23.33
%34.05

CMYK color model

#B3628F color CMYK value is (0,45,20,30).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(0,45,20,30)
C0M45Y20K30 
(0%,45%,20%,30%)
(0.00/0.45/0.20/0.30)	

CMYK percentages

%0
%45.25
%20.11
%29.8

Codes

Color #B3628F in popluar color models

B3628F
RGB17998143
HSL327°34.76%54.31%
HSB/HSV327°45.25%70.20%
CMYK0.00%45.25%20.11%
29.80%

Color #B3628F in popluar number systems.

HEXB3628F
Decimal17998143
Binary10110011110001010001111
Octal263142217

Shades and tints

Shades of #B3628F

#B3628F
(179,98,143)
#A35A82
(163,90,130)
#935275
(147,82,117)
#834A68
(131,74,104)
#73425B
(115,66,91)
#633A4E
(99,58,78)
#533241
(83,50,65)
#432A34
(67,42,52)
#332227
(51,34,39)
#231A1A
(35,26,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #B3628F

#B3628F
(179,98,143)
#B97099
(185,112,153)
#BF7EA3
(191,126,163)
#C58CAD
(197,140,173)
#CB9AB7
(203,154,183)
#D1A8C1
(209,168,193)
#D7B6CB
(215,182,203)
#DDC4D5
(221,196,213)
#E3D2DF
(227,210,223)
#E9E0E9
(233,224,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3628F; }

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

This text font color is #B3628F.


Background Color

.myBgColor { background-color: #B3628F; }

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

This div background color is #B3628F.


Border color

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

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

This div border color is #B3628F.


Opacity

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

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

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

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

This text has shadow with #B3628F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3628F on black background.


Color preview on white background

This text has color #B3628F on white background.



Black color preview on #B3628F background

This text has black color on #B3628F background.


White color preview on #B3628F background

This text has white color on #B3628F background.