COLOR #B464E4

HEX: #B464E4 RGB: (180,100,228)

Color info

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

RGB color model

#B464E4 color RGB value is (180,100,228).

RGB: (180,100,228) (71%, 39%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 100 of 255 = 39%
B 228 of 255 = 89%

180
100
228

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

Portions of RGB colors in percentages

R + G + B = 180 + 100 + 228 = 508 (100%)
R 180 of 508 ~ 35.43%
G 100 of 508 ~ 19.69%
B 228 of 508 ~ 44.88'%

%35.43
%19.69
%44.88

CMYK color model

#B464E4 color CMYK value is (21,56,0,11).

  • cyan value is 21.05%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (21,56,0,11)
C21M56Y0K11 (21%, 56%, 0%, 11%)
(0.21 / 0.56 / 0.00 / 0.11)

CMYK percentages

%21.05
%56.14
%0
%10.59

Codes

Color #B464E4 in popluar color models

B4 64 E4
RGB 180 100 228
HSL 278° 70.33% 64.31%
HSB/HSV 278° 56.14% 89.41%
CMYK 21.05% 56.14% 0.00%
10.59%

Color #B464E4 in popluar number systems.

HEX B4 64 E4
Decimal 180 100 228
Binary 10110100 1100100 11100100
Octal 264 144 344

Shades and tints

Shades of #B464E4

#B464E4
(180,100,228)
#A45BD0
(164,91,208)
#9452BC
(148,82,188)
#8449A8
(132,73,168)
#744094
(116,64,148)
#643780
(100,55,128)
#542E6C
(84,46,108)
#442558
(68,37,88)
#341C44
(52,28,68)
#241330
(36,19,48)
#140A1C
(20,10,28)
#000000
(0,0,0)

Tints of #B464E4

#B464E4
(180,100,228)
#BA72E6
(186,114,230)
#C080E8
(192,128,232)
#C68EEA
(198,142,234)
#CC9CEC
(204,156,236)
#D2AAEE
(210,170,238)
#D8B8F0
(216,184,240)
#DEC6F2
(222,198,242)
#E4D4F4
(228,212,244)
#EAE2F6
(234,226,246)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B464E4; }

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

This text font color is #B464E4.

Background Color

.myBgColor { background-color: #B464E4; }

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

This div background color is #B464E4.

Border color

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

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

This div border color is #B464E4.

Opacity

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

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

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

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

This text has shadow with #B464E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B464E4.

Preview

Color preview on black background

This text has color #B464E4 on black background.


Color preview on white background

This text has color #B464E4 on white background.


Black color preview on #B464E4 background

This text has black color on #B464E4 background.


White color preview on #B464E4 background

This text has white color on #B464E4 background.


Related colors

Complementary color

Complementary color for #hex is #4B9B1B.


I love getcolorcode.com

Triadic colors

1 #E4B464 and #64E4B4 with #B464E4 are triadic colors.

2 #E464B4 and #64B4E4 with #B464E4 are triadic colors.