COLOR #B070B0

HEX: #B070B0 RGB: (176,112,176)

Color info

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

RGB color model

#B070B0 color RGB value is (176,112,176).

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

RGB channels and saturation

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

176
112
176

R + G + B ~ 61%. #B070B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 112 + 176 = 464 (100%)
R 176 of 464 ~ 37.93%
G 112 of 464 ~ 24.14%
B 176 of 464 ~ 37.93'%

%37.93
%24.14
%37.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (0,36,0,31)
C0M36Y0K31 (0%, 36%, 0%, 31%)
(0.00 / 0.36 / 0.00 / 0.31)

CMYK percentages

%0
%36.36
%0
%30.98

Codes

Color #B070B0 in popluar color models

B0 70 B0
RGB 176 112 176
HSL 300° 28.83% 56.47%
HSB/HSV 300° 36.36% 69.02%
CMYK 0.00% 36.36% 0.00%
30.98%

Color #B070B0 in popluar number systems.

HEX B0 70 B0
Decimal 176 112 176
Binary 10110000 1110000 10110000
Octal 260 160 260

Shades and tints

Shades of #B070B0

#B070B0
(176,112,176)
#A066A0
(160,102,160)
#905C90
(144,92,144)
#805280
(128,82,128)
#704870
(112,72,112)
#603E60
(96,62,96)
#503450
(80,52,80)
#402A40
(64,42,64)
#302030
(48,32,48)
#201620
(32,22,32)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #B070B0

#B070B0
(176,112,176)
#B77DB7
(183,125,183)
#BE8ABE
(190,138,190)
#C597C5
(197,151,197)
#CCA4CC
(204,164,204)
#D3B1D3
(211,177,211)
#DABEDA
(218,190,218)
#E1CBE1
(225,203,225)
#E8D8E8
(232,216,232)
#EFE5EF
(239,229,239)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B070B0; }

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

This text font color is #B070B0.

Background Color

.myBgColor { background-color: #B070B0; }

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

This div background color is #B070B0.

Border color

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

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

This div border color is #B070B0.

Opacity

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

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

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

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

This text has shadow with #B070B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B070B0.

Preview

Color preview on black background

This text has color #B070B0 on black background.


Color preview on white background

This text has color #B070B0 on white background.


Black color preview on #B070B0 background

This text has black color on #B070B0 background.


White color preview on #B070B0 background

This text has white color on #B070B0 background.


Related colors

Complementary color

Complementary color for #hex is #4F8F4F.


I love getcolorcode.com

Triadic colors

1 #B0B070 and #70B0B0 with #B070B0 are triadic colors.

2 #B070B0 and #70B0B0 with #B070B0 are triadic colors.