COLOR #B46FC0

HEX: #B46FC0 RGB: (180,111,192)

Color info

#B46FC0 contains mainly red and blue colors. Web safe color of #B46FC0 is #CC66CC (or #C6C).

RGB color model

#B46FC0 color RGB value is (180,111,192).

RGB: (180,111,192) (71%, 44%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 111 of 255 = 44%
B 192 of 255 = 75%

180
111
192

R + G + B ~ 63%. #B46FC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 111 + 192 = 483 (100%)
R 180 of 483 ~ 37.27%
G 111 of 483 ~ 22.98%
B 192 of 483 ~ 39.75'%

%37.27
%22.98
%39.75

CMYK color model

#B46FC0 color CMYK value is (6,42,0,25).

  • cyan value is 6.25%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (6,42,0,25)
C6M42Y0K25 (6%, 42%, 0%, 25%)
(0.06 / 0.42 / 0.00 / 0.25)

CMYK percentages

%6.25
%42.19
%0
%24.71

Codes

Color #B46FC0 in popluar color models

B4 6F C0
RGB 180 111 192
HSL 291° 39.13% 59.41%
HSB/HSV 291° 42.19% 75.29%
CMYK 6.25% 42.19% 0.00%
24.71%

Color #B46FC0 in popluar number systems.

HEX B4 6F C0
Decimal 180 111 192
Binary 10110100 1101111 11000000
Octal 264 157 300

Shades and tints

Shades of #B46FC0

#B46FC0
(180,111,192)
#A465AF
(164,101,175)
#945B9E
(148,91,158)
#84518D
(132,81,141)
#74477C
(116,71,124)
#643D6B
(100,61,107)
#54335A
(84,51,90)
#442949
(68,41,73)
#341F38
(52,31,56)
#241527
(36,21,39)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #B46FC0

#B46FC0
(180,111,192)
#BA7CC5
(186,124,197)
#C089CA
(192,137,202)
#C696CF
(198,150,207)
#CCA3D4
(204,163,212)
#D2B0D9
(210,176,217)
#D8BDDE
(216,189,222)
#DECAE3
(222,202,227)
#E4D7E8
(228,215,232)
#EAE4ED
(234,228,237)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46FC0; }

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

This text font color is #B46FC0.

Background Color

.myBgColor { background-color: #B46FC0; }

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

This div background color is #B46FC0.

Border color

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

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

This div border color is #B46FC0.

Opacity

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

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

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

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

This text has shadow with #B46FC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46FC0.

Preview

Color preview on black background

This text has color #B46FC0 on black background.


Color preview on white background

This text has color #B46FC0 on white background.


Black color preview on #B46FC0 background

This text has black color on #B46FC0 background.


White color preview on #B46FC0 background

This text has white color on #B46FC0 background.


Related colors

Complementary color

Complementary color for #hex is #4B903F.


I love getcolorcode.com

Triadic colors

1 #C0B46F and #6FC0B4 with #B46FC0 are triadic colors.

2 #C06FB4 and #6FB4C0 with #B46FC0 are triadic colors.