COLOR #B060A1

HEX: #B060A1
RGB: (176,96,161)

Color info

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

RGB color model

#B060A1 color RGB value is (176,96,161).

  • red value is 176;
  • green value is 96;
  • blue value is 161.
RGB:
(176,96,161)
(69%,38%,63%)

RGB channels and saturation

R 176 of 255 = 69%
G 96 of 255 = 38%
B 161 of 255 = 63%

176
96
161

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

Portions of RGB colors in percentages

R + G + B =
176 + 96 + 161 = 433 (100%)
R 176 of 433 ~ 40.65%
G 96 of 433 ~ 22.17%
B 161 of 433 ~ 37.18%

%40.65
%22.17
%37.18

CMYK color model

#B060A1 color CMYK value is (0,45,9,31).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(0,45,9,31)
C0M45Y9K31 
(0%,45%,9%,31%)
(0.00/0.45/0.09/0.31)	

CMYK percentages

%0
%45.45
%8.52
%30.98

Codes

Color #B060A1 in popluar color models

B060A1
RGB17696161
HSL311°33.61%53.33%
HSB/HSV311°45.45%69.02%
CMYK0.00%45.45%8.52%
30.98%

Color #B060A1 in popluar number systems.

HEXB060A1
Decimal17696161
Binary10110000110000010100001
Octal260140241

Shades and tints

Shades of #B060A1

#B060A1
(176,96,161)
#A05893
(160,88,147)
#905085
(144,80,133)
#804877
(128,72,119)
#704069
(112,64,105)
#60385B
(96,56,91)
#50304D
(80,48,77)
#40283F
(64,40,63)
#302031
(48,32,49)
#201823
(32,24,35)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #B060A1

#B060A1
(176,96,161)
#B76EA9
(183,110,169)
#BE7CB1
(190,124,177)
#C58AB9
(197,138,185)
#CC98C1
(204,152,193)
#D3A6C9
(211,166,201)
#DAB4D1
(218,180,209)
#E1C2D9
(225,194,217)
#E8D0E1
(232,208,225)
#EFDEE9
(239,222,233)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B060A1 color. Also use rgb(176,96,161) instead hex code.

Text Font Color

.myTextColor { color: #B060A1; }

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

This text font color is #B060A1.


Background Color

.myBgColor { background-color: #B060A1; }

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

This div background color is #B060A1.


Border color

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

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

This div border color is #B060A1.


Opacity

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

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

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

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

This text has shadow with #B060A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B060A1 on black background.


Color preview on white background

This text has color #B060A1 on white background.



Black color preview on #B060A1 background

This text has black color on #B060A1 background.


White color preview on #B060A1 background

This text has white color on #B060A1 background.