COLOR #B013B2

HEX: #B013B2
RGB: (176,19,178)

Color info

#B013B2 contains mainly red and blue colors. Web safe color of #B013B2 is #990099 (or #909).

RGB color model

#B013B2 color RGB value is (176,19,178).

  • red value is 176;
  • green value is 19;
  • blue value is 178.
RGB:
(176,19,178)
(69%,7%,70%)

RGB channels and saturation

R 176 of 255 = 69%
G 19 of 255 = 7%
B 178 of 255 = 70%

176
19
178

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

Portions of RGB colors in percentages

R + G + B =
176 + 19 + 178 = 373 (100%)
R 176 of 373 ~ 47.18%
G 19 of 373 ~ 5.09%
B 178 of 373 ~ 47.72%

%47.18
%47.72

CMYK color model

#B013B2 color CMYK value is (1,89,0,30).

  • cyan value is 1.12%
  • magenta value is 89.33%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,89,0,30)
C1M89Y0K30 
(1%,89%,0%,30%)
(0.01/0.89/0.00/0.30)	

CMYK percentages

%1.12
%89.33
%0
%30.2

Codes

Color #B013B2 in popluar color models

B013B2
RGB17619178
HSL299°80.71%38.63%
HSB/HSV299°89.33%69.80%
CMYK1.12%89.33%0.00%
30.20%

Color #B013B2 in popluar number systems.

HEXB013B2
Decimal17619178
Binary101100001001110110010
Octal26023262

Shades and tints

Shades of #B013B2

#B013B2
(176,19,178)
#A012A2
(160,18,162)
#901192
(144,17,146)
#801082
(128,16,130)
#700F72
(112,15,114)
#600E62
(96,14,98)
#500D52
(80,13,82)
#400C42
(64,12,66)
#300B32
(48,11,50)
#200A22
(32,10,34)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #B013B2

#B013B2
(176,19,178)
#B728B9
(183,40,185)
#BE3DC0
(190,61,192)
#C552C7
(197,82,199)
#CC67CE
(204,103,206)
#D37CD5
(211,124,213)
#DA91DC
(218,145,220)
#E1A6E3
(225,166,227)
#E8BBEA
(232,187,234)
#EFD0F1
(239,208,241)
#F6E5F8
(246,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B013B2; }

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

This text font color is #B013B2.


Background Color

.myBgColor { background-color: #B013B2; }

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

This div background color is #B013B2.


Border color

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

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

This div border color is #B013B2.


Opacity

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

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

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

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

This text has shadow with #B013B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B013B2 on black background.


Color preview on white background

This text has color #B013B2 on white background.



Black color preview on #B013B2 background

This text has black color on #B013B2 background.


White color preview on #B013B2 background

This text has white color on #B013B2 background.