COLOR #B06AA1

HEX: #B06AA1 RGB: (176,106,161)

Color info

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

RGB color model

#B06AA1 color RGB value is (176,106,161).

RGB: (176,106,161) (69%, 42%, 63%)

RGB channels and saturation

R 176 of 255 = 69%
G 106 of 255 = 42%
B 161 of 255 = 63%

176
106
161

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

Portions of RGB colors in percentages

R + G + B = 176 + 106 + 161 = 443 (100%)
R 176 of 443 ~ 39.73%
G 106 of 443 ~ 23.93%
B 161 of 443 ~ 36.34'%

%39.73
%23.93
%36.34

CMYK color model

#B06AA1 color CMYK value is (0,40,9,31).

  • cyan value is 0.00%
  • magenta value is 39.77%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK: (0,40,9,31) C0M40Y9K31 (0%,40%,9%,31%) (0.00/0.40/0.09/0.31) 

CMYK percentages

%0
%39.77
%8.52
%30.98

Codes

Color #B06AA1 in popluar color models

B0 6A A1
RGB 176 106 161
HSL 313° 30.70% 55.29%
HSB/HSV 313° 39.77% 69.02%
CMYK 0.00% 39.77% 8.52%
30.98%

Color #B06AA1 in popluar number systems.

HEX B0 6A A1
Decimal 176 106 161
Binary 10110000 1101010 10100001
Octal 260 152 241

Shades and tints

Shades of #B06AA1

#B06AA1
(176,106,161)
#A06193
(160,97,147)
#905885
(144,88,133)
#804F77
(128,79,119)
#704669
(112,70,105)
#603D5B
(96,61,91)
#50344D
(80,52,77)
#402B3F
(64,43,63)
#302231
(48,34,49)
#201923
(32,25,35)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #B06AA1

#B06AA1
(176,106,161)
#B777A9
(183,119,169)
#BE84B1
(190,132,177)
#C591B9
(197,145,185)
#CC9EC1
(204,158,193)
#D3ABC9
(211,171,201)
#DAB8D1
(218,184,209)
#E1C5D9
(225,197,217)
#E8D2E1
(232,210,225)
#EFDFE9
(239,223,233)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06AA1 color. Also use rgb(176,106,161) instead hex code.

Text Font Color

.myTextColor { color: #B06AA1; }

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

This text font color is #B06AA1.

Background Color

.myBgColor { background-color: #B06AA1; }

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

This div background color is #B06AA1.

Border color

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

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

This div border color is #B06AA1.

Opacity

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

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

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

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

This text has shadow with #B06AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B06AA1.

Preview

Color preview on black background

This text has color #B06AA1 on black background.


Color preview on white background

This text has color #B06AA1 on white background.


Black color preview on #B06AA1 background

This text has black color on #B06AA1 background.


White color preview on #B06AA1 background

This text has white color on #B06AA1 background.


Related colors

Complementary color

Complementary color for #hex is #4F955E.


I love getcolorcode.com

Triadic colors

1 #A1B06A and #6AA1B0 with #B06AA1 are triadic colors.

2 #A16AB0 and #6AB0A1 with #B06AA1 are triadic colors.