COLOR #B64CB9

HEX: #B64CB9
RGB: (182,76,185)

Color info

#B64CB9 contains mainly red and blue colors. Web safe color of #B64CB9 is #CC33CC (or #C3C).

RGB color model

#B64CB9 color RGB value is (182,76,185).

  • red value is 182;
  • green value is 76;
  • blue value is 185.
RGB:
(182,76,185)
(71%,30%,73%)

RGB channels and saturation

R 182 of 255 = 71%
G 76 of 255 = 30%
B 185 of 255 = 73%

182
76
185

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

Portions of RGB colors in percentages

R + G + B =
182 + 76 + 185 = 443 (100%)
R 182 of 443 ~ 41.08%
G 76 of 443 ~ 17.16%
B 185 of 443 ~ 41.76%

%41.08
%17.16
%41.76

CMYK color model

#B64CB9 color CMYK value is (2,59,0,27).

  • cyan value is 1.62%
  • magenta value is 58.92%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,59,0,27)
C2M59Y0K27 
(2%,59%,0%,27%)
(0.02/0.59/0.00/0.27)	

CMYK percentages

%1.62
%58.92
%0
%27.45

Codes

Color #B64CB9 in popluar color models

B64CB9
RGB18276185
HSL298°43.78%51.18%
HSB/HSV298°58.92%72.55%
CMYK1.62%58.92%0.00%
27.45%

Color #B64CB9 in popluar number systems.

HEXB64CB9
Decimal18276185
Binary10110110100110010111001
Octal266114271

Shades and tints

Shades of #B64CB9

#B64CB9
(182,76,185)
#A646A9
(166,70,169)
#964099
(150,64,153)
#863A89
(134,58,137)
#763479
(118,52,121)
#662E69
(102,46,105)
#562859
(86,40,89)
#462249
(70,34,73)
#361C39
(54,28,57)
#261629
(38,22,41)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #B64CB9

#B64CB9
(182,76,185)
#BC5CBF
(188,92,191)
#C26CC5
(194,108,197)
#C87CCB
(200,124,203)
#CE8CD1
(206,140,209)
#D49CD7
(212,156,215)
#DAACDD
(218,172,221)
#E0BCE3
(224,188,227)
#E6CCE9
(230,204,233)
#ECDCEF
(236,220,239)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B64CB9 color. Also use rgb(182,76,185) instead hex code.

Text Font Color

.myTextColor { color: #B64CB9; }

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

This text font color is #B64CB9.


Background Color

.myBgColor { background-color: #B64CB9; }

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

This div background color is #B64CB9.


Border color

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

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

This div border color is #B64CB9.


Opacity

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

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

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

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

This text has shadow with #B64CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B64CB9 on black background.


Color preview on white background

This text has color #B64CB9 on white background.



Black color preview on #B64CB9 background

This text has black color on #B64CB9 background.


White color preview on #B64CB9 background

This text has white color on #B64CB9 background.