COLOR #B220AA

HEX: #B220AA
RGB: (178,32,170)

Color info

#B220AA contains mainly red and blue colors. Web safe color of #B220AA is #993399 (or #939).

RGB color model

#B220AA color RGB value is (178,32,170).

  • red value is 178;
  • green value is 32;
  • blue value is 170.
RGB:
(178,32,170)
(70%,13%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 32 of 255 = 13%
B 170 of 255 = 67%

178
32
170

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

Portions of RGB colors in percentages

R + G + B =
178 + 32 + 170 = 380 (100%)
R 178 of 380 ~ 46.84%
G 32 of 380 ~ 8.42%
B 170 of 380 ~ 44.74%

%46.84
%44.74

CMYK color model

#B220AA color CMYK value is (0,82,4,30).

  • cyan value is 0.00%
  • magenta value is 82.02%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(0,82,4,30)
C0M82Y4K30 
(0%,82%,4%,30%)
(0.00/0.82/0.04/0.30)	

CMYK percentages

%0
%82.02
%4.49
%30.2

Codes

Color #B220AA in popluar color models

B220AA
RGB17832170
HSL303°69.52%41.18%
HSB/HSV303°82.02%69.80%
CMYK0.00%82.02%4.49%
30.20%

Color #B220AA in popluar number systems.

HEXB220AA
Decimal17832170
Binary1011001010000010101010
Octal26240252

Shades and tints

Shades of #B220AA

#B220AA
(178,32,170)
#A21E9B
(162,30,155)
#921C8C
(146,28,140)
#821A7D
(130,26,125)
#72186E
(114,24,110)
#62165F
(98,22,95)
#521450
(82,20,80)
#421241
(66,18,65)
#321032
(50,16,50)
#220E23
(34,14,35)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #B220AA

#B220AA
(178,32,170)
#B934B1
(185,52,177)
#C048B8
(192,72,184)
#C75CBF
(199,92,191)
#CE70C6
(206,112,198)
#D584CD
(213,132,205)
#DC98D4
(220,152,212)
#E3ACDB
(227,172,219)
#EAC0E2
(234,192,226)
#F1D4E9
(241,212,233)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B220AA color. Also use rgb(178,32,170) instead hex code.

Text Font Color

.myTextColor { color: #B220AA; }

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

This text font color is #B220AA.


Background Color

.myBgColor { background-color: #B220AA; }

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

This div background color is #B220AA.


Border color

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

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

This div border color is #B220AA.


Opacity

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

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

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

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

This text has shadow with #B220AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B220AA on black background.


Color preview on white background

This text has color #B220AA on white background.



Black color preview on #B220AA background

This text has black color on #B220AA background.


White color preview on #B220AA background

This text has white color on #B220AA background.