COLOR #B359B7

HEX: #B359B7 RGB: (179,89,183)

Color info

#B359B7 contains mainly red and blue colors. Web safe color of #B359B7 is #9966CC (or #96C).

RGB color model

#B359B7 color RGB value is (179,89,183).

RGB: (179,89,183) (70%, 35%, 72%)

RGB channels and saturation

R 179 of 255 = 70%
G 89 of 255 = 35%
B 183 of 255 = 72%

179
89
183

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

Portions of RGB colors in percentages

R + G + B = 179 + 89 + 183 = 451 (100%)
R 179 of 451 ~ 39.69%
G 89 of 451 ~ 19.73%
B 183 of 451 ~ 40.58'%

%39.69
%19.73
%40.58

CMYK color model

#B359B7 color CMYK value is (2,51,0,28).

  • cyan value is 2.19%
  • magenta value is 51.37%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (2,51,0,28)
C2M51Y0K28 (2%, 51%, 0%, 28%)
(0.02 / 0.51 / 0.00 / 0.28)

CMYK percentages

%2.19
%51.37
%0
%28.24

Codes

Color #B359B7 in popluar color models

B3 59 B7
RGB 179 89 183
HSL 297° 39.50% 53.33%
HSB/HSV 297° 51.37% 71.76%
CMYK 2.19% 51.37% 0.00%
28.24%

Color #B359B7 in popluar number systems.

HEX B3 59 B7
Decimal 179 89 183
Binary 10110011 1011001 10110111
Octal 263 131 267

Shades and tints

Shades of #B359B7

#B359B7
(179,89,183)
#A351A7
(163,81,167)
#934997
(147,73,151)
#834187
(131,65,135)
#733977
(115,57,119)
#633167
(99,49,103)
#532957
(83,41,87)
#432147
(67,33,71)
#331937
(51,25,55)
#231127
(35,17,39)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #B359B7

#B359B7
(179,89,183)
#B968BD
(185,104,189)
#BF77C3
(191,119,195)
#C586C9
(197,134,201)
#CB95CF
(203,149,207)
#D1A4D5
(209,164,213)
#D7B3DB
(215,179,219)
#DDC2E1
(221,194,225)
#E3D1E7
(227,209,231)
#E9E0ED
(233,224,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B359B7; }

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

This text font color is #B359B7.

Background Color

.myBgColor { background-color: #B359B7; }

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

This div background color is #B359B7.

Border color

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

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

This div border color is #B359B7.

Opacity

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

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

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

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

This text has shadow with #B359B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B359B7.

Preview

Color preview on black background

This text has color #B359B7 on black background.


Color preview on white background

This text has color #B359B7 on white background.


Black color preview on #B359B7 background

This text has black color on #B359B7 background.


White color preview on #B359B7 background

This text has white color on #B359B7 background.


Related colors

Complementary color

Complementary color for #hex is #4CA648.


I love getcolorcode.com

Triadic colors

1 #B7B359 and #59B7B3 with #B359B7 are triadic colors.

2 #B759B3 and #59B3B7 with #B359B7 are triadic colors.