COLOR #B070A5

HEX: #B070A5
RGB: (176,112,165)

Color info

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

RGB color model

#B070A5 color RGB value is (176,112,165).

  • red value is 176;
  • green value is 112;
  • blue value is 165.
RGB:
(176,112,165)
(69%,44%,65%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 165 of 255 = 65%

176
112
165

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

Portions of RGB colors in percentages

R + G + B =
176 + 112 + 165 = 453 (100%)
R 176 of 453 ~ 38.85%
G 112 of 453 ~ 24.72%
B 165 of 453 ~ 36.42%

%38.85
%24.72
%36.42

CMYK color model

#B070A5 color CMYK value is (0,36,6,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 6.25%
  • key color value is 30.98%
CMYK:
(0,36,6,31)
C0M36Y6K31 
(0%,36%,6%,31%)
(0.00/0.36/0.06/0.31)	

CMYK percentages

%0
%36.36
%6.25
%30.98

Codes

Color #B070A5 in popluar color models

B070A5
RGB176112165
HSL310°28.83%56.47%
HSB/HSV310°36.36%69.02%
CMYK0.00%36.36%6.25%
30.98%

Color #B070A5 in popluar number systems.

HEXB070A5
Decimal176112165
Binary10110000111000010100101
Octal260160245

Shades and tints

Shades of #B070A5

#B070A5
(176,112,165)
#A06696
(160,102,150)
#905C87
(144,92,135)
#805278
(128,82,120)
#704869
(112,72,105)
#603E5A
(96,62,90)
#50344B
(80,52,75)
#402A3C
(64,42,60)
#30202D
(48,32,45)
#20161E
(32,22,30)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #B070A5

#B070A5
(176,112,165)
#B77DAD
(183,125,173)
#BE8AB5
(190,138,181)
#C597BD
(197,151,189)
#CCA4C5
(204,164,197)
#D3B1CD
(211,177,205)
#DABED5
(218,190,213)
#E1CBDD
(225,203,221)
#E8D8E5
(232,216,229)
#EFE5ED
(239,229,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B070A5 color. Also use rgb(176,112,165) instead hex code.

Text Font Color

.myTextColor { color: #B070A5; }

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

This text font color is #B070A5.


Background Color

.myBgColor { background-color: #B070A5; }

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

This div background color is #B070A5.


Border color

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

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

This div border color is #B070A5.


Opacity

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

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

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

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

This text has shadow with #B070A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B070A5 on black background.


Color preview on white background

This text has color #B070A5 on white background.



Black color preview on #B070A5 background

This text has black color on #B070A5 background.


White color preview on #B070A5 background

This text has white color on #B070A5 background.