COLOR #B467E0

HEX: #B467E0
RGB: (180,103,224)

Color info

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

RGB color model

#B467E0 color RGB value is (180,103,224).

  • red value is 180;
  • green value is 103;
  • blue value is 224.
RGB:
(180,103,224)
(71%,40%,88%)

RGB channels and saturation

R 180 of 255 = 71%
G 103 of 255 = 40%
B 224 of 255 = 88%

180
103
224

R + G + B ~ 66%. #B467E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 103 + 224 = 507 (100%)
R 180 of 507 ~ 35.5%
G 103 of 507 ~ 20.32%
B 224 of 507 ~ 44.18%

%35.5
%20.32
%44.18

CMYK color model

#B467E0 color CMYK value is (20,54,0,12).

  • cyan value is 19.64%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(20,54,0,12)
C20M54Y0K12 
(20%,54%,0%,12%)
(0.20/0.54/0.00/0.12)	

CMYK percentages

%19.64
%54.02
%0
%12.16

Codes

Color #B467E0 in popluar color models

B467E0
RGB180103224
HSL278°66.12%64.12%
HSB/HSV278°54.02%87.84%
CMYK19.64%54.02%0.00%
12.16%

Color #B467E0 in popluar number systems.

HEXB467E0
Decimal180103224
Binary10110100110011111100000
Octal264147340

Shades and tints

Shades of #B467E0

#B467E0
(180,103,224)
#A45ECC
(164,94,204)
#9455B8
(148,85,184)
#844CA4
(132,76,164)
#744390
(116,67,144)
#643A7C
(100,58,124)
#543168
(84,49,104)
#442854
(68,40,84)
#341F40
(52,31,64)
#24162C
(36,22,44)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #B467E0

#B467E0
(180,103,224)
#BA74E2
(186,116,226)
#C081E4
(192,129,228)
#C68EE6
(198,142,230)
#CC9BE8
(204,155,232)
#D2A8EA
(210,168,234)
#D8B5EC
(216,181,236)
#DEC2EE
(222,194,238)
#E4CFF0
(228,207,240)
#EADCF2
(234,220,242)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B467E0; }

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

This text font color is #B467E0.


Background Color

.myBgColor { background-color: #B467E0; }

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

This div background color is #B467E0.


Border color

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

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

This div border color is #B467E0.


Opacity

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

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

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

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

This text has shadow with #B467E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B467E0 on black background.


Color preview on white background

This text has color #B467E0 on white background.



Black color preview on #B467E0 background

This text has black color on #B467E0 background.


White color preview on #B467E0 background

This text has white color on #B467E0 background.