COLOR #B6559D

HEX: #B6559D
RGB: (182,85,157)

Color info

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

RGB color model

#B6559D color RGB value is (182,85,157).

  • red value is 182;
  • green value is 85;
  • blue value is 157.
RGB:
(182,85,157)
(71%,33%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 85 of 255 = 33%
B 157 of 255 = 62%

182
85
157

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

Portions of RGB colors in percentages

R + G + B =
182 + 85 + 157 = 424 (100%)
R 182 of 424 ~ 42.92%
G 85 of 424 ~ 20.05%
B 157 of 424 ~ 37.03%

%42.92
%20.05
%37.03

CMYK color model

#B6559D color CMYK value is (0,53,14,29).

  • cyan value is 0.00%
  • magenta value is 53.30%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(0,53,14,29)
C0M53Y14K29 
(0%,53%,14%,29%)
(0.00/0.53/0.14/0.29)	

CMYK percentages

%0
%53.3
%13.74
%28.63

Codes

Color #B6559D in popluar color models

B6559D
RGB18285157
HSL315°39.92%52.35%
HSB/HSV315°53.30%71.37%
CMYK0.00%53.30%13.74%
28.63%

Color #B6559D in popluar number systems.

HEXB6559D
Decimal18285157
Binary10110110101010110011101
Octal266125235

Shades and tints

Shades of #B6559D

#B6559D
(182,85,157)
#A64E8F
(166,78,143)
#964781
(150,71,129)
#864073
(134,64,115)
#763965
(118,57,101)
#663257
(102,50,87)
#562B49
(86,43,73)
#46243B
(70,36,59)
#361D2D
(54,29,45)
#26161F
(38,22,31)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #B6559D

#B6559D
(182,85,157)
#BC64A5
(188,100,165)
#C273AD
(194,115,173)
#C882B5
(200,130,181)
#CE91BD
(206,145,189)
#D4A0C5
(212,160,197)
#DAAFCD
(218,175,205)
#E0BED5
(224,190,213)
#E6CDDD
(230,205,221)
#ECDCE5
(236,220,229)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6559D color. Also use rgb(182,85,157) instead hex code.

Text Font Color

.myTextColor { color: #B6559D; }

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

This text font color is #B6559D.


Background Color

.myBgColor { background-color: #B6559D; }

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

This div background color is #B6559D.


Border color

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

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

This div border color is #B6559D.


Opacity

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

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

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

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

This text has shadow with #B6559D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6559D on black background.


Color preview on white background

This text has color #B6559D on white background.



Black color preview on #B6559D background

This text has black color on #B6559D background.


White color preview on #B6559D background

This text has white color on #B6559D background.