COLOR #B64594

HEX: #B64594
RGB: (182,69,148)

Color info

#B64594 contains mainly red and blue colors. Web safe color of #B64594 is #CC3399 (or #C39).

RGB color model

#B64594 color RGB value is (182,69,148).

  • red value is 182;
  • green value is 69;
  • blue value is 148.
RGB:
(182,69,148)
(71%,27%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 69 of 255 = 27%
B 148 of 255 = 58%

182
69
148

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

Portions of RGB colors in percentages

R + G + B =
182 + 69 + 148 = 399 (100%)
R 182 of 399 ~ 45.61%
G 69 of 399 ~ 17.29%
B 148 of 399 ~ 37.09%

%45.61
%17.29
%37.09

CMYK color model

#B64594 color CMYK value is (0,62,19,29).

  • cyan value is 0.00%
  • magenta value is 62.09%
  • yellow value is 18.68%
  • key color value is 28.63%
CMYK:
(0,62,19,29)
C0M62Y19K29 
(0%,62%,19%,29%)
(0.00/0.62/0.19/0.29)	

CMYK percentages

%0
%62.09
%18.68
%28.63

Codes

Color #B64594 in popluar color models

B64594
RGB18269148
HSL318°45.02%49.22%
HSB/HSV318°62.09%71.37%
CMYK0.00%62.09%18.68%
28.63%

Color #B64594 in popluar number systems.

HEXB64594
Decimal18269148
Binary10110110100010110010100
Octal266105224

Shades and tints

Shades of #B64594

#B64594
(182,69,148)
#A63F87
(166,63,135)
#96397A
(150,57,122)
#86336D
(134,51,109)
#762D60
(118,45,96)
#662753
(102,39,83)
#562146
(86,33,70)
#461B39
(70,27,57)
#36152C
(54,21,44)
#260F1F
(38,15,31)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #B64594

#B64594
(182,69,148)
#BC559D
(188,85,157)
#C265A6
(194,101,166)
#C875AF
(200,117,175)
#CE85B8
(206,133,184)
#D495C1
(212,149,193)
#DAA5CA
(218,165,202)
#E0B5D3
(224,181,211)
#E6C5DC
(230,197,220)
#ECD5E5
(236,213,229)
#F2E5EE
(242,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B64594 color. Also use rgb(182,69,148) instead hex code.

Text Font Color

.myTextColor { color: #B64594; }

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

This text font color is #B64594.


Background Color

.myBgColor { background-color: #B64594; }

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

This div background color is #B64594.


Border color

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

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

This div border color is #B64594.


Opacity

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

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

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

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

This text has shadow with #B64594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B64594 on black background.


Color preview on white background

This text has color #B64594 on white background.



Black color preview on #B64594 background

This text has black color on #B64594 background.


White color preview on #B64594 background

This text has white color on #B64594 background.