COLOR #B664B5

HEX: #B664B5
RGB: (182,100,181)

Color info

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

RGB color model

#B664B5 color RGB value is (182,100,181).

  • red value is 182;
  • green value is 100;
  • blue value is 181.
RGB:
(182,100,181)
(71%,39%,71%)

RGB channels and saturation

R 182 of 255 = 71%
G 100 of 255 = 39%
B 181 of 255 = 71%

182
100
181

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

Portions of RGB colors in percentages

R + G + B =
182 + 100 + 181 = 463 (100%)
R 182 of 463 ~ 39.31%
G 100 of 463 ~ 21.6%
B 181 of 463 ~ 39.09%

%39.31
%21.6
%39.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 0.55%
  • key color value is 28.63%
CMYK:
(0,45,1,29)
C0M45Y1K29 
(0%,45%,1%,29%)
(0.00/0.45/0.01/0.29)	

CMYK percentages

%0
%45.05
%0.55
%28.63

Codes

Color #B664B5 in popluar color models

B664B5
RGB182100181
HSL301°35.96%55.29%
HSB/HSV301°45.05%71.37%
CMYK0.00%45.05%0.55%
28.63%

Color #B664B5 in popluar number systems.

HEXB664B5
Decimal182100181
Binary10110110110010010110101
Octal266144265

Shades and tints

Shades of #B664B5

#B664B5
(182,100,181)
#A65BA5
(166,91,165)
#965295
(150,82,149)
#864985
(134,73,133)
#764075
(118,64,117)
#663765
(102,55,101)
#562E55
(86,46,85)
#462545
(70,37,69)
#361C35
(54,28,53)
#261325
(38,19,37)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #B664B5

#B664B5
(182,100,181)
#BC72BB
(188,114,187)
#C280C1
(194,128,193)
#C88EC7
(200,142,199)
#CE9CCD
(206,156,205)
#D4AAD3
(212,170,211)
#DAB8D9
(218,184,217)
#E0C6DF
(224,198,223)
#E6D4E5
(230,212,229)
#ECE2EB
(236,226,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B664B5; }

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

This text font color is #B664B5.


Background Color

.myBgColor { background-color: #B664B5; }

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

This div background color is #B664B5.


Border color

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

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

This div border color is #B664B5.


Opacity

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

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

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

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

This text has shadow with #B664B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B664B5 on black background.


Color preview on white background

This text has color #B664B5 on white background.



Black color preview on #B664B5 background

This text has black color on #B664B5 background.


White color preview on #B664B5 background

This text has white color on #B664B5 background.