COLOR #B070C7

HEX: #B070C7
RGB: (176,112,199)

Color info

#B070C7 contains mainly red and blue colors. Web safe color of #B070C7 is #9966CC (or #96C).

RGB color model

#B070C7 color RGB value is (176,112,199).

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

RGB channels and saturation

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

176
112
199

R + G + B ~ 64%. #B070C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 112 + 199 = 487 (100%)
R 176 of 487 ~ 36.14%
G 112 of 487 ~ 23%
B 199 of 487 ~ 40.86%

%36.14
%23
%40.86

CMYK color model

#B070C7 color CMYK value is (12,44,0,22).

  • cyan value is 11.56%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,44,0,22)
C12M44Y0K22 
(12%,44%,0%,22%)
(0.12/0.44/0.00/0.22)	

CMYK percentages

%11.56
%43.72
%0
%21.96

Codes

Color #B070C7 in popluar color models

B070C7
RGB176112199
HSL284°43.72%60.98%
HSB/HSV284°43.72%78.04%
CMYK11.56%43.72%0.00%
21.96%

Color #B070C7 in popluar number systems.

HEXB070C7
Decimal176112199
Binary10110000111000011000111
Octal260160307

Shades and tints

Shades of #B070C7

#B070C7
(176,112,199)
#A066B5
(160,102,181)
#905CA3
(144,92,163)
#805291
(128,82,145)
#70487F
(112,72,127)
#603E6D
(96,62,109)
#50345B
(80,52,91)
#402A49
(64,42,73)
#302037
(48,32,55)
#201625
(32,22,37)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #B070C7

#B070C7
(176,112,199)
#B77DCC
(183,125,204)
#BE8AD1
(190,138,209)
#C597D6
(197,151,214)
#CCA4DB
(204,164,219)
#D3B1E0
(211,177,224)
#DABEE5
(218,190,229)
#E1CBEA
(225,203,234)
#E8D8EF
(232,216,239)
#EFE5F4
(239,229,244)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B070C7; }

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

This text font color is #B070C7.


Background Color

.myBgColor { background-color: #B070C7; }

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

This div background color is #B070C7.


Border color

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

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

This div border color is #B070C7.


Opacity

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

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

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

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

This text has shadow with #B070C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B070C7 on black background.


Color preview on white background

This text has color #B070C7 on white background.



Black color preview on #B070C7 background

This text has black color on #B070C7 background.


White color preview on #B070C7 background

This text has white color on #B070C7 background.