COLOR #B370AC

HEX: #B370AC
RGB: (179,112,172)

Color info

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

RGB color model

#B370AC color RGB value is (179,112,172).

  • red value is 179;
  • green value is 112;
  • blue value is 172.
RGB:
(179,112,172)
(70%,44%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 112 of 255 = 44%
B 172 of 255 = 67%

179
112
172

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

Portions of RGB colors in percentages

R + G + B =
179 + 112 + 172 = 463 (100%)
R 179 of 463 ~ 38.66%
G 112 of 463 ~ 24.19%
B 172 of 463 ~ 37.15%

%38.66
%24.19
%37.15

CMYK color model

#B370AC color CMYK value is (0,37,4,30).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(0,37,4,30)
C0M37Y4K30 
(0%,37%,4%,30%)
(0.00/0.37/0.04/0.30)	

CMYK percentages

%0
%37.43
%3.91
%29.8

Codes

Color #B370AC in popluar color models

B370AC
RGB179112172
HSL306°30.59%57.06%
HSB/HSV306°37.43%70.20%
CMYK0.00%37.43%3.91%
29.80%

Color #B370AC in popluar number systems.

HEXB370AC
Decimal179112172
Binary10110011111000010101100
Octal263160254

Shades and tints

Shades of #B370AC

#B370AC
(179,112,172)
#A3669D
(163,102,157)
#935C8E
(147,92,142)
#83527F
(131,82,127)
#734870
(115,72,112)
#633E61
(99,62,97)
#533452
(83,52,82)
#432A43
(67,42,67)
#332034
(51,32,52)
#231625
(35,22,37)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #B370AC

#B370AC
(179,112,172)
#B97DB3
(185,125,179)
#BF8ABA
(191,138,186)
#C597C1
(197,151,193)
#CBA4C8
(203,164,200)
#D1B1CF
(209,177,207)
#D7BED6
(215,190,214)
#DDCBDD
(221,203,221)
#E3D8E4
(227,216,228)
#E9E5EB
(233,229,235)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B370AC color. Also use rgb(179,112,172) instead hex code.

Text Font Color

.myTextColor { color: #B370AC; }

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

This text font color is #B370AC.


Background Color

.myBgColor { background-color: #B370AC; }

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

This div background color is #B370AC.


Border color

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

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

This div border color is #B370AC.


Opacity

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

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

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

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

This text has shadow with #B370AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B370AC on black background.


Color preview on white background

This text has color #B370AC on white background.



Black color preview on #B370AC background

This text has black color on #B370AC background.


White color preview on #B370AC background

This text has white color on #B370AC background.