COLOR #B3629A

HEX: #B3629A
RGB: (179,98,154)

Color info

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

RGB color model

#B3629A color RGB value is (179,98,154).

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

RGB channels and saturation

R 179 of 255 = 70%
G 98 of 255 = 38%
B 154 of 255 = 60%

179
98
154

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

Portions of RGB colors in percentages

R + G + B =
179 + 98 + 154 = 431 (100%)
R 179 of 431 ~ 41.53%
G 98 of 431 ~ 22.74%
B 154 of 431 ~ 35.73%

%41.53
%22.74
%35.73

CMYK color model

#B3629A color CMYK value is (0,45,14,30).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 13.97%
  • key color value is 29.80%
CMYK:
(0,45,14,30)
C0M45Y14K30 
(0%,45%,14%,30%)
(0.00/0.45/0.14/0.30)	

CMYK percentages

%0
%45.25
%13.97
%29.8

Codes

Color #B3629A in popluar color models

B3629A
RGB17998154
HSL319°34.76%54.31%
HSB/HSV319°45.25%70.20%
CMYK0.00%45.25%13.97%
29.80%

Color #B3629A in popluar number systems.

HEXB3629A
Decimal17998154
Binary10110011110001010011010
Octal263142232

Shades and tints

Shades of #B3629A

#B3629A
(179,98,154)
#A35A8C
(163,90,140)
#93527E
(147,82,126)
#834A70
(131,74,112)
#734262
(115,66,98)
#633A54
(99,58,84)
#533246
(83,50,70)
#432A38
(67,42,56)
#33222A
(51,34,42)
#231A1C
(35,26,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #B3629A

#B3629A
(179,98,154)
#B970A3
(185,112,163)
#BF7EAC
(191,126,172)
#C58CB5
(197,140,181)
#CB9ABE
(203,154,190)
#D1A8C7
(209,168,199)
#D7B6D0
(215,182,208)
#DDC4D9
(221,196,217)
#E3D2E2
(227,210,226)
#E9E0EB
(233,224,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3629A; }

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

This text font color is #B3629A.


Background Color

.myBgColor { background-color: #B3629A; }

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

This div background color is #B3629A.


Border color

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

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

This div border color is #B3629A.


Opacity

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

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

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

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

This text has shadow with #B3629A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3629A on black background.


Color preview on white background

This text has color #B3629A on white background.



Black color preview on #B3629A background

This text has black color on #B3629A background.


White color preview on #B3629A background

This text has white color on #B3629A background.