COLOR #B467E7

HEX: #B467E7 RGB: (180,103,231)

Color info

#B467E7 contains mainly red and blue colors. Web safe color of #B467E7 is #CC66FF (or #C6F).

RGB color model

#B467E7 color RGB value is (180,103,231).

RGB: (180,103,231) (71%, 40%, 91%)

RGB channels and saturation

R 180 of 255 = 71%
G 103 of 255 = 40%
B 231 of 255 = 91%

180
103
231

R + G + B ~ 67%. #B467E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 103 + 231 = 514 (100%)
R 180 of 514 ~ 35.02%
G 103 of 514 ~ 20.04%
B 231 of 514 ~ 44.94'%

%35.02
%20.04
%44.94

CMYK color model

#B467E7 color CMYK value is (22,55,0,9).

  • cyan value is 22.08%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (22,55,0,9) C22M55Y0K9 (22%,55%,0%,9%) (0.22/0.55/0.00/0.09) 

CMYK percentages

%22.08
%55.41
%0
%9.41

Codes

Color #B467E7 in popluar color models

B4 67 E7
RGB 180 103 231
HSL 276° 72.73% 65.49%
HSB/HSV 276° 55.41% 90.59%
CMYK 22.08% 55.41% 0.00%
9.41%

Color #B467E7 in popluar number systems.

HEX B4 67 E7
Decimal 180 103 231
Binary 10110100 1100111 11100111
Octal 264 147 347

Shades and tints

Shades of #B467E7

#B467E7
(180,103,231)
#A45ED2
(164,94,210)
#9455BD
(148,85,189)
#844CA8
(132,76,168)
#744393
(116,67,147)
#643A7E
(100,58,126)
#543169
(84,49,105)
#442854
(68,40,84)
#341F3F
(52,31,63)
#24162A
(36,22,42)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #B467E7

#B467E7
(180,103,231)
#BA74E9
(186,116,233)
#C081EB
(192,129,235)
#C68EED
(198,142,237)
#CC9BEF
(204,155,239)
#D2A8F1
(210,168,241)
#D8B5F3
(216,181,243)
#DEC2F5
(222,194,245)
#E4CFF7
(228,207,247)
#EADCF9
(234,220,249)
#F0E9FB
(240,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B467E7 color. Also use rgb(180,103,231) instead hex code.

Text Font Color

.myTextColor { color: #B467E7; }

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

This text font color is #B467E7.

Background Color

.myBgColor { background-color: #B467E7; }

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

This div background color is #B467E7.

Border color

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

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

This div border color is #B467E7.

Opacity

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

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

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

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

This text has shadow with #B467E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B467E7.

Preview

Color preview on black background

This text has color #B467E7 on black background.


Color preview on white background

This text has color #B467E7 on white background.


Black color preview on #B467E7 background

This text has black color on #B467E7 background.


White color preview on #B467E7 background

This text has white color on #B467E7 background.


Related colors

Complementary color

Complementary color for #hex is #4B9818.


I love getcolorcode.com

Triadic colors

1 #E7B467 and #67E7B4 with #B467E7 are triadic colors.

2 #E767B4 and #67B4E7 with #B467E7 are triadic colors.