COLOR #B36AB9

HEX: #B36AB9 RGB: (179,106,185)

Color info

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

RGB color model

#B36AB9 color RGB value is (179,106,185).

RGB: (179,106,185) (70%, 42%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 106 of 255 = 42%
B 185 of 255 = 73%

179
106
185

R + G + B ~ 62%. #B36AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 106 + 185 = 470 (100%)
R 179 of 470 ~ 38.09%
G 106 of 470 ~ 22.55%
B 185 of 470 ~ 39.36'%

%38.09
%22.55
%39.36

CMYK color model

#B36AB9 color CMYK value is (3,43,0,27).

  • cyan value is 3.24%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (3,43,0,27)
C3M43Y0K27 (3%, 43%, 0%, 27%)
(0.03 / 0.43 / 0.00 / 0.27)

CMYK percentages

%3.24
%42.7
%0
%27.45

Codes

Color #B36AB9 in popluar color models

B3 6A B9
RGB 179 106 185
HSL 295° 36.07% 57.06%
HSB/HSV 295° 42.70% 72.55%
CMYK 3.24% 42.70% 0.00%
27.45%

Color #B36AB9 in popluar number systems.

HEX B3 6A B9
Decimal 179 106 185
Binary 10110011 1101010 10111001
Octal 263 152 271

Shades and tints

Shades of #B36AB9

#B36AB9
(179,106,185)
#A361A9
(163,97,169)
#935899
(147,88,153)
#834F89
(131,79,137)
#734679
(115,70,121)
#633D69
(99,61,105)
#533459
(83,52,89)
#432B49
(67,43,73)
#332239
(51,34,57)
#231929
(35,25,41)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #B36AB9

#B36AB9
(179,106,185)
#B977BF
(185,119,191)
#BF84C5
(191,132,197)
#C591CB
(197,145,203)
#CB9ED1
(203,158,209)
#D1ABD7
(209,171,215)
#D7B8DD
(215,184,221)
#DDC5E3
(221,197,227)
#E3D2E9
(227,210,233)
#E9DFEF
(233,223,239)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36AB9 color. Also use rgb(179,106,185) instead hex code.

Text Font Color

.myTextColor { color: #B36AB9; }

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

This text font color is #B36AB9.

Background Color

.myBgColor { background-color: #B36AB9; }

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

This div background color is #B36AB9.

Border color

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

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

This div border color is #B36AB9.

Opacity

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

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

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

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

This text has shadow with #B36AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36AB9.

Preview

Color preview on black background

This text has color #B36AB9 on black background.


Color preview on white background

This text has color #B36AB9 on white background.


Black color preview on #B36AB9 background

This text has black color on #B36AB9 background.


White color preview on #B36AB9 background

This text has white color on #B36AB9 background.


Related colors

Complementary color

Complementary color for #hex is #4C9546.


I love getcolorcode.com

Triadic colors

1 #B9B36A and #6AB9B3 with #B36AB9 are triadic colors.

2 #B96AB3 and #6AB3B9 with #B36AB9 are triadic colors.