COLOR #B0569F

HEX: #B0569F
RGB: (176,86,159)

Color info

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

RGB color model

#B0569F color RGB value is (176,86,159).

  • red value is 176;
  • green value is 86;
  • blue value is 159.
RGB: (176,86,159) (69%,34%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 86 of 255 = 34%
B 159 of 255 = 62%

176
86
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 86 + 159 = 421 (100%)
R 176 of 421 ~ 41.81%
G 86 of 421 ~ 20.43%
B 159 of 421 ~ 37.77%

%41.81
%20.43
%37.77

CMYK color model

#B0569F color CMYK value is (0,51,10,31).

  • cyan value is 0.00%
  • magenta value is 51.14%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK: (0,51,10,31) C0M51Y10K31 (0%,51%,10%,31%) (0.00/0.51/0.10/0.31)

CMYK percentages

%0
%51.14
%9.66
%30.98

Codes

Color #B0569F in popluar color models

B0569F
RGB17686159
HSL311°36.29%51.37%
HSB/HSV311°51.14%69.02%
CMYK0.00%51.14%9.66%
30.98%

Color #B0569F in popluar number systems.

HEXB0569F
Decimal17686159
Binary10110000101011010011111
Octal260126237

Shades and tints

Shades of #B0569F

#B0569F
(176,86,159)
#A04F91
(160,79,145)
#904883
(144,72,131)
#804175
(128,65,117)
#703A67
(112,58,103)
#603359
(96,51,89)
#502C4B
(80,44,75)
#40253D
(64,37,61)
#301E2F
(48,30,47)
#201721
(32,23,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B0569F

#B0569F
(176,86,159)
#B765A7
(183,101,167)
#BE74AF
(190,116,175)
#C583B7
(197,131,183)
#CC92BF
(204,146,191)
#D3A1C7
(211,161,199)
#DAB0CF
(218,176,207)
#E1BFD7
(225,191,215)
#E8CEDF
(232,206,223)
#EFDDE7
(239,221,231)
#F6ECEF
(246,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0569F color. Also use rgb(176,86,159) instead hex code.

Text Font Color

.myTextColor { color: #B0569F; }

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

This text font color is #B0569F.


Background Color

.myBgColor { background-color: #B0569F; }

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

This div background color is #B0569F.


Border color

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

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

This div border color is #B0569F.


Opacity

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

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

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

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

This text has shadow with #B0569F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0569F on black background.


Color preview on white background

This text has color #B0569F on white background.



Black color preview on #B0569F background

This text has black color on #B0569F background.


White color preview on #B0569F background

This text has white color on #B0569F background.