COLOR #B466B0

HEX: #B466B0 RGB: (180,102,176)

Color info

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

RGB color model

#B466B0 color RGB value is (180,102,176).

RGB: (180,102,176) (71%, 40%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 102 of 255 = 40%
B 176 of 255 = 69%

180
102
176

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

Portions of RGB colors in percentages

R + G + B = 180 + 102 + 176 = 458 (100%)
R 180 of 458 ~ 39.3%
G 102 of 458 ~ 22.27%
B 176 of 458 ~ 38.43'%

%39.3
%22.27
%38.43

CMYK color model

#B466B0 color CMYK value is (0,43,2,29).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 2.22%
  • key color value is 29.41%

CMYK: (0,43,2,29)
C0M43Y2K29 (0%, 43%, 2%, 29%)
(0.00 / 0.43 / 0.02 / 0.29)

CMYK percentages

%0
%43.33
%2.22
%29.41

Codes

Color #B466B0 in popluar color models

B4 66 B0
RGB 180 102 176
HSL 303° 34.21% 55.29%
HSB/HSV 303° 43.33% 70.59%
CMYK 0.00% 43.33% 2.22%
29.41%

Color #B466B0 in popluar number systems.

HEX B4 66 B0
Decimal 180 102 176
Binary 10110100 1100110 10110000
Octal 264 146 260

Shades and tints

Shades of #B466B0

#B466B0
(180,102,176)
#A45DA0
(164,93,160)
#945490
(148,84,144)
#844B80
(132,75,128)
#744270
(116,66,112)
#643960
(100,57,96)
#543050
(84,48,80)
#442740
(68,39,64)
#341E30
(52,30,48)
#241520
(36,21,32)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #B466B0

#B466B0
(180,102,176)
#BA73B7
(186,115,183)
#C080BE
(192,128,190)
#C68DC5
(198,141,197)
#CC9ACC
(204,154,204)
#D2A7D3
(210,167,211)
#D8B4DA
(216,180,218)
#DEC1E1
(222,193,225)
#E4CEE8
(228,206,232)
#EADBEF
(234,219,239)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B466B0 color. Also use rgb(180,102,176) instead hex code.

Text Font Color

.myTextColor { color: #B466B0; }

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

This text font color is #B466B0.

Background Color

.myBgColor { background-color: #B466B0; }

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

This div background color is #B466B0.

Border color

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

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

This div border color is #B466B0.

Opacity

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

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

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

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

This text has shadow with #B466B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B466B0.

Preview

Color preview on black background

This text has color #B466B0 on black background.


Color preview on white background

This text has color #B466B0 on white background.


Black color preview on #B466B0 background

This text has black color on #B466B0 background.


White color preview on #B466B0 background

This text has white color on #B466B0 background.


Related colors

Complementary color

Complementary color for #hex is #4B994F.


I love getcolorcode.com

Triadic colors

1 #B0B466 and #66B0B4 with #B466B0 are triadic colors.

2 #B066B4 and #66B4B0 with #B466B0 are triadic colors.