COLOR #B46AB0

HEX: #B46AB0
RGB: (180,106,176)

Color info

#B46AB0 contains mainly red and blue colors. Web safe color of #B46AB0 is #CC6699 (or #C69).

RGB color model

#B46AB0 color RGB value is (180,106,176).

  • red value is 180;
  • green value is 106;
  • blue value is 176.
RGB:
(180,106,176)
(71%,42%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 106 of 255 = 42%
B 176 of 255 = 69%

180
106
176

R + G + B ~ 61%. #B46AB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 106 + 176 = 462 (100%)
R 180 of 462 ~ 38.96%
G 106 of 462 ~ 22.94%
B 176 of 462 ~ 38.1%

%38.96
%22.94
%38.1

CMYK color model

#B46AB0 color CMYK value is (0,41,2,29).

  • cyan value is 0.00%
  • magenta value is 41.11%
  • yellow value is 2.22%
  • key color value is 29.41%
CMYK:
(0,41,2,29)
C0M41Y2K29 
(0%,41%,2%,29%)
(0.00/0.41/0.02/0.29)	

CMYK percentages

%0
%41.11
%2.22
%29.41

Codes

Color #B46AB0 in popluar color models

B46AB0
RGB180106176
HSL303°33.04%56.08%
HSB/HSV303°41.11%70.59%
CMYK0.00%41.11%2.22%
29.41%

Color #B46AB0 in popluar number systems.

HEXB46AB0
Decimal180106176
Binary10110100110101010110000
Octal264152260

Shades and tints

Shades of #B46AB0

#B46AB0
(180,106,176)
#A461A0
(164,97,160)
#945890
(148,88,144)
#844F80
(132,79,128)
#744670
(116,70,112)
#643D60
(100,61,96)
#543450
(84,52,80)
#442B40
(68,43,64)
#342230
(52,34,48)
#241920
(36,25,32)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #B46AB0

#B46AB0
(180,106,176)
#BA77B7
(186,119,183)
#C084BE
(192,132,190)
#C691C5
(198,145,197)
#CC9ECC
(204,158,204)
#D2ABD3
(210,171,211)
#D8B8DA
(216,184,218)
#DEC5E1
(222,197,225)
#E4D2E8
(228,210,232)
#EADFEF
(234,223,239)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46AB0; }

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

This text font color is #B46AB0.


Background Color

.myBgColor { background-color: #B46AB0; }

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

This div background color is #B46AB0.


Border color

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

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

This div border color is #B46AB0.


Opacity

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

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

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

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

This text has shadow with #B46AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46AB0 on black background.


Color preview on white background

This text has color #B46AB0 on white background.



Black color preview on #B46AB0 background

This text has black color on #B46AB0 background.


White color preview on #B46AB0 background

This text has white color on #B46AB0 background.