COLOR #B46FA3

HEX: #B46FA3
RGB: (180,111,163)

Color info

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

RGB color model

#B46FA3 color RGB value is (180,111,163).

  • red value is 180;
  • green value is 111;
  • blue value is 163.
RGB:
(180,111,163)
(71%,44%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 111 of 255 = 44%
B 163 of 255 = 64%

180
111
163

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

Portions of RGB colors in percentages

R + G + B =
180 + 111 + 163 = 454 (100%)
R 180 of 454 ~ 39.65%
G 111 of 454 ~ 24.45%
B 163 of 454 ~ 35.9%

%39.65
%24.45
%35.9

CMYK color model

#B46FA3 color CMYK value is (0,38,9,29).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 9.44%
  • key color value is 29.41%
CMYK:
(0,38,9,29)
C0M38Y9K29 
(0%,38%,9%,29%)
(0.00/0.38/0.09/0.29)	

CMYK percentages

%0
%38.33
%9.44
%29.41

Codes

Color #B46FA3 in popluar color models

B46FA3
RGB180111163
HSL315°31.51%57.06%
HSB/HSV315°38.33%70.59%
CMYK0.00%38.33%9.44%
29.41%

Color #B46FA3 in popluar number systems.

HEXB46FA3
Decimal180111163
Binary10110100110111110100011
Octal264157243

Shades and tints

Shades of #B46FA3

#B46FA3
(180,111,163)
#A46595
(164,101,149)
#945B87
(148,91,135)
#845179
(132,81,121)
#74476B
(116,71,107)
#643D5D
(100,61,93)
#54334F
(84,51,79)
#442941
(68,41,65)
#341F33
(52,31,51)
#241525
(36,21,37)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #B46FA3

#B46FA3
(180,111,163)
#BA7CAB
(186,124,171)
#C089B3
(192,137,179)
#C696BB
(198,150,187)
#CCA3C3
(204,163,195)
#D2B0CB
(210,176,203)
#D8BDD3
(216,189,211)
#DECADB
(222,202,219)
#E4D7E3
(228,215,227)
#EAE4EB
(234,228,235)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46FA3 color. Also use rgb(180,111,163) instead hex code.

Text Font Color

.myTextColor { color: #B46FA3; }

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

This text font color is #B46FA3.


Background Color

.myBgColor { background-color: #B46FA3; }

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

This div background color is #B46FA3.


Border color

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

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

This div border color is #B46FA3.


Opacity

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

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

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

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

This text has shadow with #B46FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B46FA3 on black background.


Color preview on white background

This text has color #B46FA3 on white background.



Black color preview on #B46FA3 background

This text has black color on #B46FA3 background.


White color preview on #B46FA3 background

This text has white color on #B46FA3 background.