COLOR #B463B2

HEX: #B463B2 RGB: (180,99,178)

Color info

#B463B2 contains mainly red and blue colors. Web safe color of #B463B2 is #CC6699 (or #C69).

RGB color model

#B463B2 color RGB value is (180,99,178).

RGB: (180,99,178) (71%, 39%, 70%)

RGB channels and saturation

R 180 of 255 = 71%
G 99 of 255 = 39%
B 178 of 255 = 70%

180
99
178

R + G + B ~ 60%. #B463B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 99 + 178 = 457 (100%)
R 180 of 457 ~ 39.39%
G 99 of 457 ~ 21.66%
B 178 of 457 ~ 38.95'%

%39.39
%21.66
%38.95

CMYK color model

#B463B2 color CMYK value is (0,45,1,29).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 1.11%
  • key color value is 29.41%

CMYK: (0,45,1,29)
C0M45Y1K29 (0%, 45%, 1%, 29%)
(0.00 / 0.45 / 0.01 / 0.29)

CMYK percentages

%0
%45
%1.11
%29.41

Codes

Color #B463B2 in popluar color models

B4 63 B2
RGB 180 99 178
HSL 301° 35.06% 54.71%
HSB/HSV 301° 45.00% 70.59%
CMYK 0.00% 45.00% 1.11%
29.41%

Color #B463B2 in popluar number systems.

HEX B4 63 B2
Decimal 180 99 178
Binary 10110100 1100011 10110010
Octal 264 143 262

Shades and tints

Shades of #B463B2

#B463B2
(180,99,178)
#A45AA2
(164,90,162)
#945192
(148,81,146)
#844882
(132,72,130)
#743F72
(116,63,114)
#643662
(100,54,98)
#542D52
(84,45,82)
#442442
(68,36,66)
#341B32
(52,27,50)
#241222
(36,18,34)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #B463B2

#B463B2
(180,99,178)
#BA71B9
(186,113,185)
#C07FC0
(192,127,192)
#C68DC7
(198,141,199)
#CC9BCE
(204,155,206)
#D2A9D5
(210,169,213)
#D8B7DC
(216,183,220)
#DEC5E3
(222,197,227)
#E4D3EA
(228,211,234)
#EAE1F1
(234,225,241)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B463B2 color. Also use rgb(180,99,178) instead hex code.

Text Font Color

.myTextColor { color: #B463B2; }

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

This text font color is #B463B2.

Background Color

.myBgColor { background-color: #B463B2; }

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

This div background color is #B463B2.

Border color

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

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

This div border color is #B463B2.

Opacity

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

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

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

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

This text has shadow with #B463B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B463B2.

Preview

Color preview on black background

This text has color #B463B2 on black background.


Color preview on white background

This text has color #B463B2 on white background.


Black color preview on #B463B2 background

This text has black color on #B463B2 background.


White color preview on #B463B2 background

This text has white color on #B463B2 background.


Related colors

Complementary color

Complementary color for #hex is #4B9C4D.


I love getcolorcode.com

Triadic colors

1 #B2B463 and #63B2B4 with #B463B2 are triadic colors.

2 #B263B4 and #63B4B2 with #B463B2 are triadic colors.