COLOR #B356AD

HEX: #B356AD
RGB: (179,86,173)

Color info

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

RGB color model

#B356AD color RGB value is (179,86,173).

  • red value is 179;
  • green value is 86;
  • blue value is 173.
RGB:
(179,86,173)
(70%,34%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 86 of 255 = 34%
B 173 of 255 = 68%

179
86
173

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

Portions of RGB colors in percentages

R + G + B =
179 + 86 + 173 = 438 (100%)
R 179 of 438 ~ 40.87%
G 86 of 438 ~ 19.63%
B 173 of 438 ~ 39.5%

%40.87
%19.63
%39.5

CMYK color model

#B356AD color CMYK value is (0,52,3,30).

  • cyan value is 0.00%
  • magenta value is 51.96%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(0,52,3,30)
C0M52Y3K30 
(0%,52%,3%,30%)
(0.00/0.52/0.03/0.30)	

CMYK percentages

%0
%51.96
%3.35
%29.8

Codes

Color #B356AD in popluar color models

B356AD
RGB17986173
HSL304°37.96%51.96%
HSB/HSV304°51.96%70.20%
CMYK0.00%51.96%3.35%
29.80%

Color #B356AD in popluar number systems.

HEXB356AD
Decimal17986173
Binary10110011101011010101101
Octal263126255

Shades and tints

Shades of #B356AD

#B356AD
(179,86,173)
#A34F9E
(163,79,158)
#93488F
(147,72,143)
#834180
(131,65,128)
#733A71
(115,58,113)
#633362
(99,51,98)
#532C53
(83,44,83)
#432544
(67,37,68)
#331E35
(51,30,53)
#231726
(35,23,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #B356AD

#B356AD
(179,86,173)
#B965B4
(185,101,180)
#BF74BB
(191,116,187)
#C583C2
(197,131,194)
#CB92C9
(203,146,201)
#D1A1D0
(209,161,208)
#D7B0D7
(215,176,215)
#DDBFDE
(221,191,222)
#E3CEE5
(227,206,229)
#E9DDEC
(233,221,236)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B356AD color. Also use rgb(179,86,173) instead hex code.

Text Font Color

.myTextColor { color: #B356AD; }

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

This text font color is #B356AD.


Background Color

.myBgColor { background-color: #B356AD; }

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

This div background color is #B356AD.


Border color

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

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

This div border color is #B356AD.


Opacity

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

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

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

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

This text has shadow with #B356AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B356AD on black background.


Color preview on white background

This text has color #B356AD on white background.



Black color preview on #B356AD background

This text has black color on #B356AD background.


White color preview on #B356AD background

This text has white color on #B356AD background.