COLOR #B070A1

HEX: #B070A1 RGB: (176,112,161)

Color info

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

RGB color model

#B070A1 color RGB value is (176,112,161).

RGB: (176,112,161) (69%, 44%, 63%)

RGB channels and saturation

R 176 of 255 = 69%
G 112 of 255 = 44%
B 161 of 255 = 63%

176
112
161

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

Portions of RGB colors in percentages

R + G + B = 176 + 112 + 161 = 449 (100%)
R 176 of 449 ~ 39.2%
G 112 of 449 ~ 24.94%
B 161 of 449 ~ 35.86'%

%39.2
%24.94
%35.86

CMYK color model

#B070A1 color CMYK value is (0,36,9,31).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK: (0,36,9,31) C0M36Y9K31 (0%,36%,9%,31%) (0.00/0.36/0.09/0.31) 

CMYK percentages

%0
%36.36
%8.52
%30.98

Codes

Color #B070A1 in popluar color models

B0 70 A1
RGB 176 112 161
HSL 314° 28.83% 56.47%
HSB/HSV 314° 36.36% 69.02%
CMYK 0.00% 36.36% 8.52%
30.98%

Color #B070A1 in popluar number systems.

HEX B0 70 A1
Decimal 176 112 161
Binary 10110000 1110000 10100001
Octal 260 160 241

Shades and tints

Shades of #B070A1

#B070A1
(176,112,161)
#A06693
(160,102,147)
#905C85
(144,92,133)
#805277
(128,82,119)
#704869
(112,72,105)
#603E5B
(96,62,91)
#50344D
(80,52,77)
#402A3F
(64,42,63)
#302031
(48,32,49)
#201623
(32,22,35)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #B070A1

#B070A1
(176,112,161)
#B77DA9
(183,125,169)
#BE8AB1
(190,138,177)
#C597B9
(197,151,185)
#CCA4C1
(204,164,193)
#D3B1C9
(211,177,201)
#DABED1
(218,190,209)
#E1CBD9
(225,203,217)
#E8D8E1
(232,216,225)
#EFE5E9
(239,229,233)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B070A1; }

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

This text font color is #B070A1.

Background Color

.myBgColor { background-color: #B070A1; }

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

This div background color is #B070A1.

Border color

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

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

This div border color is #B070A1.

Opacity

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

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

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

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

This text has shadow with #B070A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B070A1.

Preview

Color preview on black background

This text has color #B070A1 on black background.


Color preview on white background

This text has color #B070A1 on white background.


Black color preview on #B070A1 background

This text has black color on #B070A1 background.


White color preview on #B070A1 background

This text has white color on #B070A1 background.


Related colors

Complementary color

Complementary color for #hex is #4F8F5E.


I love getcolorcode.com

Triadic colors

1 #A1B070 and #70A1B0 with #B070A1 are triadic colors.

2 #A170B0 and #70B0A1 with #B070A1 are triadic colors.