COLOR #B359AF

HEX: #B359AF
RGB: (179,89,175)

Color info

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

RGB color model

#B359AF color RGB value is (179,89,175).

  • red value is 179;
  • green value is 89;
  • blue value is 175.
RGB:
(179,89,175)
(70%,35%,69%)

RGB channels and saturation

R 179 of 255 = 70%
G 89 of 255 = 35%
B 175 of 255 = 69%

179
89
175

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

Portions of RGB colors in percentages

R + G + B =
179 + 89 + 175 = 443 (100%)
R 179 of 443 ~ 40.41%
G 89 of 443 ~ 20.09%
B 175 of 443 ~ 39.5%

%40.41
%20.09
%39.5

CMYK color model

#B359AF color CMYK value is (0,50,2,30).

  • cyan value is 0.00%
  • magenta value is 50.28%
  • yellow value is 2.23%
  • key color value is 29.80%
CMYK:
(0,50,2,30)
C0M50Y2K30 
(0%,50%,2%,30%)
(0.00/0.50/0.02/0.30)	

CMYK percentages

%0
%50.28
%2.23
%29.8

Codes

Color #B359AF in popluar color models

B359AF
RGB17989175
HSL303°37.19%52.55%
HSB/HSV303°50.28%70.20%
CMYK0.00%50.28%2.23%
29.80%

Color #B359AF in popluar number systems.

HEXB359AF
Decimal17989175
Binary10110011101100110101111
Octal263131257

Shades and tints

Shades of #B359AF

#B359AF
(179,89,175)
#A351A0
(163,81,160)
#934991
(147,73,145)
#834182
(131,65,130)
#733973
(115,57,115)
#633164
(99,49,100)
#532955
(83,41,85)
#432146
(67,33,70)
#331937
(51,25,55)
#231128
(35,17,40)
#130919
(19,9,25)
#000000
(0,0,0)

Tints of #B359AF

#B359AF
(179,89,175)
#B968B6
(185,104,182)
#BF77BD
(191,119,189)
#C586C4
(197,134,196)
#CB95CB
(203,149,203)
#D1A4D2
(209,164,210)
#D7B3D9
(215,179,217)
#DDC2E0
(221,194,224)
#E3D1E7
(227,209,231)
#E9E0EE
(233,224,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B359AF color. Also use rgb(179,89,175) instead hex code.

Text Font Color

.myTextColor { color: #B359AF; }

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

This text font color is #B359AF.


Background Color

.myBgColor { background-color: #B359AF; }

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

This div background color is #B359AF.


Border color

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

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

This div border color is #B359AF.


Opacity

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

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

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

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

This text has shadow with #B359AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B359AF on black background.


Color preview on white background

This text has color #B359AF on white background.



Black color preview on #B359AF background

This text has black color on #B359AF background.


White color preview on #B359AF background

This text has white color on #B359AF background.