COLOR #B664B0

HEX: #B664B0 RGB: (182,100,176)

Color info

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

RGB color model

#B664B0 color RGB value is (182,100,176).

RGB: (182,100,176) (71%, 39%, 69%)

RGB channels and saturation

R 182 of 255 = 71%
G 100 of 255 = 39%
B 176 of 255 = 69%

182
100
176

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

Portions of RGB colors in percentages

R + G + B = 182 + 100 + 176 = 458 (100%)
R 182 of 458 ~ 39.74%
G 100 of 458 ~ 21.83%
B 176 of 458 ~ 38.43'%

%39.74
%21.83
%38.43

CMYK color model

#B664B0 color CMYK value is (0,45,3,29).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 3.30%
  • key color value is 28.63%

CMYK: (0,45,3,29)
C0M45Y3K29 (0%, 45%, 3%, 29%)
(0.00 / 0.45 / 0.03 / 0.29)

CMYK percentages

%0
%45.05
%3.3
%28.63

Codes

Color #B664B0 in popluar color models

B6 64 B0
RGB 182 100 176
HSL 304° 35.96% 55.29%
HSB/HSV 304° 45.05% 71.37%
CMYK 0.00% 45.05% 3.30%
28.63%

Color #B664B0 in popluar number systems.

HEX B6 64 B0
Decimal 182 100 176
Binary 10110110 1100100 10110000
Octal 266 144 260

Shades and tints

Shades of #B664B0

#B664B0
(182,100,176)
#A65BA0
(166,91,160)
#965290
(150,82,144)
#864980
(134,73,128)
#764070
(118,64,112)
#663760
(102,55,96)
#562E50
(86,46,80)
#462540
(70,37,64)
#361C30
(54,28,48)
#261320
(38,19,32)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #B664B0

#B664B0
(182,100,176)
#BC72B7
(188,114,183)
#C280BE
(194,128,190)
#C88EC5
(200,142,197)
#CE9CCC
(206,156,204)
#D4AAD3
(212,170,211)
#DAB8DA
(218,184,218)
#E0C6E1
(224,198,225)
#E6D4E8
(230,212,232)
#ECE2EF
(236,226,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B664B0 color. Also use rgb(182,100,176) instead hex code.

Text Font Color

.myTextColor { color: #B664B0; }

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

This text font color is #B664B0.

Background Color

.myBgColor { background-color: #B664B0; }

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

This div background color is #B664B0.

Border color

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

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

This div border color is #B664B0.

Opacity

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

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

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

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

This text has shadow with #B664B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B664B0.

Preview

Color preview on black background

This text has color #B664B0 on black background.


Color preview on white background

This text has color #B664B0 on white background.


Black color preview on #B664B0 background

This text has black color on #B664B0 background.


White color preview on #B664B0 background

This text has white color on #B664B0 background.


Related colors

Complementary color

Complementary color for #hex is #499B4F.


I love getcolorcode.com

Triadic colors

1 #B0B664 and #64B0B6 with #B664B0 are triadic colors.

2 #B064B6 and #64B6B0 with #B664B0 are triadic colors.