COLOR #B46FE4

HEX: #B46FE4 RGB: (180,111,228)

Color info

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

RGB color model

#B46FE4 color RGB value is (180,111,228).

RGB: (180,111,228) (71%, 44%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 111 of 255 = 44%
B 228 of 255 = 89%

180
111
228

R + G + B ~ 68%. #B46FE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 111 + 228 = 519 (100%)
R 180 of 519 ~ 34.68%
G 111 of 519 ~ 21.39%
B 228 of 519 ~ 43.93'%

%34.68
%21.39
%43.93

CMYK color model

#B46FE4 color CMYK value is (21,51,0,11).

  • cyan value is 21.05%
  • magenta value is 51.32%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (21,51,0,11) C21M51Y0K11 (21%,51%,0%,11%) (0.21/0.51/0.00/0.11) 

CMYK percentages

%21.05
%51.32
%0
%10.59

Codes

Color #B46FE4 in popluar color models

B4 6F E4
RGB 180 111 228
HSL 275° 68.42% 66.47%
HSB/HSV 275° 51.32% 89.41%
CMYK 21.05% 51.32% 0.00%
10.59%

Color #B46FE4 in popluar number systems.

HEX B4 6F E4
Decimal 180 111 228
Binary 10110100 1101111 11100100
Octal 264 157 344

Shades and tints

Shades of #B46FE4

#B46FE4
(180,111,228)
#A465D0
(164,101,208)
#945BBC
(148,91,188)
#8451A8
(132,81,168)
#744794
(116,71,148)
#643D80
(100,61,128)
#54336C
(84,51,108)
#442958
(68,41,88)
#341F44
(52,31,68)
#241530
(36,21,48)
#140B1C
(20,11,28)
#000000
(0,0,0)

Tints of #B46FE4

#B46FE4
(180,111,228)
#BA7CE6
(186,124,230)
#C089E8
(192,137,232)
#C696EA
(198,150,234)
#CCA3EC
(204,163,236)
#D2B0EE
(210,176,238)
#D8BDF0
(216,189,240)
#DECAF2
(222,202,242)
#E4D7F4
(228,215,244)
#EAE4F6
(234,228,246)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B46FE4; }

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

This text font color is #B46FE4.

Background Color

.myBgColor { background-color: #B46FE4; }

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

This div background color is #B46FE4.

Border color

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

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

This div border color is #B46FE4.

Opacity

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

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

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

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

This text has shadow with #B46FE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B46FE4.

Preview

Color preview on black background

This text has color #B46FE4 on black background.


Color preview on white background

This text has color #B46FE4 on white background.


Black color preview on #B46FE4 background

This text has black color on #B46FE4 background.


White color preview on #B46FE4 background

This text has white color on #B46FE4 background.


Related colors

Complementary color

Complementary color for #hex is #4B901B.


I love getcolorcode.com

Triadic colors

1 #E4B46F and #6FE4B4 with #B46FE4 are triadic colors.

2 #E46FB4 and #6FB4E4 with #B46FE4 are triadic colors.