COLOR #B050AC

HEX: #B050AC
RGB: (176,80,172)

Color info

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

RGB color model

#B050AC color RGB value is (176,80,172).

  • red value is 176;
  • green value is 80;
  • blue value is 172.
RGB:
(176,80,172)
(69%,31%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 80 of 255 = 31%
B 172 of 255 = 67%

176
80
172

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

Portions of RGB colors in percentages

R + G + B =
176 + 80 + 172 = 428 (100%)
R 176 of 428 ~ 41.12%
G 80 of 428 ~ 18.69%
B 172 of 428 ~ 40.19%

%41.12
%18.69
%40.19

CMYK color model

#B050AC color CMYK value is (0,55,2,31).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 2.27%
  • key color value is 30.98%
CMYK:
(0,55,2,31)
C0M55Y2K31 
(0%,55%,2%,31%)
(0.00/0.55/0.02/0.31)	

CMYK percentages

%0
%54.55
%2.27
%30.98

Codes

Color #B050AC in popluar color models

B050AC
RGB17680172
HSL303°37.80%50.20%
HSB/HSV303°54.55%69.02%
CMYK0.00%54.55%2.27%
30.98%

Color #B050AC in popluar number systems.

HEXB050AC
Decimal17680172
Binary10110000101000010101100
Octal260120254

Shades and tints

Shades of #B050AC

#B050AC
(176,80,172)
#A0499D
(160,73,157)
#90428E
(144,66,142)
#803B7F
(128,59,127)
#703470
(112,52,112)
#602D61
(96,45,97)
#502652
(80,38,82)
#401F43
(64,31,67)
#301834
(48,24,52)
#201125
(32,17,37)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #B050AC

#B050AC
(176,80,172)
#B75FB3
(183,95,179)
#BE6EBA
(190,110,186)
#C57DC1
(197,125,193)
#CC8CC8
(204,140,200)
#D39BCF
(211,155,207)
#DAAAD6
(218,170,214)
#E1B9DD
(225,185,221)
#E8C8E4
(232,200,228)
#EFD7EB
(239,215,235)
#F6E6F2
(246,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B050AC color. Also use rgb(176,80,172) instead hex code.

Text Font Color

.myTextColor { color: #B050AC; }

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

This text font color is #B050AC.


Background Color

.myBgColor { background-color: #B050AC; }

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

This div background color is #B050AC.


Border color

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

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

This div border color is #B050AC.


Opacity

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

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

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

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

This text has shadow with #B050AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B050AC on black background.


Color preview on white background

This text has color #B050AC on white background.



Black color preview on #B050AC background

This text has black color on #B050AC background.


White color preview on #B050AC background

This text has white color on #B050AC background.