COLOR #B06594

HEX: #B06594
RGB: (176,101,148)

Color info

#B06594 contains mainly red and blue colors. Web safe color of #B06594 is #996699 (or #969).

RGB color model

#B06594 color RGB value is (176,101,148).

  • red value is 176;
  • green value is 101;
  • blue value is 148.
RGB:
(176,101,148)
(69%,40%,58%)

RGB channels and saturation

R 176 of 255 = 69%
G 101 of 255 = 40%
B 148 of 255 = 58%

176
101
148

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

Portions of RGB colors in percentages

R + G + B =
176 + 101 + 148 = 425 (100%)
R 176 of 425 ~ 41.41%
G 101 of 425 ~ 23.76%
B 148 of 425 ~ 34.82%

%41.41
%23.76
%34.82

CMYK color model

#B06594 color CMYK value is (0,43,16,31).

  • cyan value is 0.00%
  • magenta value is 42.61%
  • yellow value is 15.91%
  • key color value is 30.98%
CMYK:
(0,43,16,31)
C0M43Y16K31 
(0%,43%,16%,31%)
(0.00/0.43/0.16/0.31)	

CMYK percentages

%0
%42.61
%15.91
%30.98

Codes

Color #B06594 in popluar color models

B06594
RGB176101148
HSL322°32.19%54.31%
HSB/HSV322°42.61%69.02%
CMYK0.00%42.61%15.91%
30.98%

Color #B06594 in popluar number systems.

HEXB06594
Decimal176101148
Binary10110000110010110010100
Octal260145224

Shades and tints

Shades of #B06594

#B06594
(176,101,148)
#A05C87
(160,92,135)
#90537A
(144,83,122)
#804A6D
(128,74,109)
#704160
(112,65,96)
#603853
(96,56,83)
#502F46
(80,47,70)
#402639
(64,38,57)
#301D2C
(48,29,44)
#20141F
(32,20,31)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #B06594

#B06594
(176,101,148)
#B7739D
(183,115,157)
#BE81A6
(190,129,166)
#C58FAF
(197,143,175)
#CC9DB8
(204,157,184)
#D3ABC1
(211,171,193)
#DAB9CA
(218,185,202)
#E1C7D3
(225,199,211)
#E8D5DC
(232,213,220)
#EFE3E5
(239,227,229)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B06594 color. Also use rgb(176,101,148) instead hex code.

Text Font Color

.myTextColor { color: #B06594; }

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

This text font color is #B06594.


Background Color

.myBgColor { background-color: #B06594; }

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

This div background color is #B06594.


Border color

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

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

This div border color is #B06594.


Opacity

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

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

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

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

This text has shadow with #B06594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06594 on black background.


Color preview on white background

This text has color #B06594 on white background.



Black color preview on #B06594 background

This text has black color on #B06594 background.


White color preview on #B06594 background

This text has white color on #B06594 background.