COLOR #B043AA

HEX: #B043AA
RGB: (176,67,170)

Color info

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

RGB color model

#B043AA color RGB value is (176,67,170).

  • red value is 176;
  • green value is 67;
  • blue value is 170.
RGB:
(176,67,170)
(69%,26%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 67 of 255 = 26%
B 170 of 255 = 67%

176
67
170

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

Portions of RGB colors in percentages

R + G + B =
176 + 67 + 170 = 413 (100%)
R 176 of 413 ~ 42.62%
G 67 of 413 ~ 16.22%
B 170 of 413 ~ 41.16%

%42.62
%16.22
%41.16

CMYK color model

#B043AA color CMYK value is (0,62,3,31).

  • cyan value is 0.00%
  • magenta value is 61.93%
  • yellow value is 3.41%
  • key color value is 30.98%
CMYK:
(0,62,3,31)
C0M62Y3K31 
(0%,62%,3%,31%)
(0.00/0.62/0.03/0.31)	

CMYK percentages

%0
%61.93
%3.41
%30.98

Codes

Color #B043AA in popluar color models

B043AA
RGB17667170
HSL303°44.86%47.65%
HSB/HSV303°61.93%69.02%
CMYK0.00%61.93%3.41%
30.98%

Color #B043AA in popluar number systems.

HEXB043AA
Decimal17667170
Binary10110000100001110101010
Octal260103252

Shades and tints

Shades of #B043AA

#B043AA
(176,67,170)
#A03D9B
(160,61,155)
#90378C
(144,55,140)
#80317D
(128,49,125)
#702B6E
(112,43,110)
#60255F
(96,37,95)
#501F50
(80,31,80)
#401941
(64,25,65)
#301332
(48,19,50)
#200D23
(32,13,35)
#100714
(16,7,20)
#000000
(0,0,0)

Tints of #B043AA

#B043AA
(176,67,170)
#B754B1
(183,84,177)
#BE65B8
(190,101,184)
#C576BF
(197,118,191)
#CC87C6
(204,135,198)
#D398CD
(211,152,205)
#DAA9D4
(218,169,212)
#E1BADB
(225,186,219)
#E8CBE2
(232,203,226)
#EFDCE9
(239,220,233)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B043AA color. Also use rgb(176,67,170) instead hex code.

Text Font Color

.myTextColor { color: #B043AA; }

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

This text font color is #B043AA.


Background Color

.myBgColor { background-color: #B043AA; }

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

This div background color is #B043AA.


Border color

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

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

This div border color is #B043AA.


Opacity

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

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

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

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

This text has shadow with #B043AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B043AA on black background.


Color preview on white background

This text has color #B043AA on white background.



Black color preview on #B043AA background

This text has black color on #B043AA background.


White color preview on #B043AA background

This text has white color on #B043AA background.