COLOR #B13AB8

HEX: #B13AB8
RGB: (177,58,184)

Color info

#B13AB8 contains mainly red and blue colors. Web safe color of #B13AB8 is #9933CC (or #93C).

RGB color model

#B13AB8 color RGB value is (177,58,184).

  • red value is 177;
  • green value is 58;
  • blue value is 184.
RGB:
(177,58,184)
(69%,23%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 58 of 255 = 23%
B 184 of 255 = 72%

177
58
184

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

Portions of RGB colors in percentages

R + G + B =
177 + 58 + 184 = 419 (100%)
R 177 of 419 ~ 42.24%
G 58 of 419 ~ 13.84%
B 184 of 419 ~ 43.91%

%42.24
%13.84
%43.91

CMYK color model

#B13AB8 color CMYK value is (4,68,0,28).

  • cyan value is 3.80%
  • magenta value is 68.48%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,68,0,28)
C4M68Y0K28 
(4%,68%,0%,28%)
(0.04/0.68/0.00/0.28)	

CMYK percentages

%3.8
%68.48
%0
%27.84

Codes

Color #B13AB8 in popluar color models

B13AB8
RGB17758184
HSL297°52.07%47.45%
HSB/HSV297°68.48%72.16%
CMYK3.80%68.48%0.00%
27.84%

Color #B13AB8 in popluar number systems.

HEXB13AB8
Decimal17758184
Binary1011000111101010111000
Octal26172270

Shades and tints

Shades of #B13AB8

#B13AB8
(177,58,184)
#A135A8
(161,53,168)
#913098
(145,48,152)
#812B88
(129,43,136)
#712678
(113,38,120)
#612168
(97,33,104)
#511C58
(81,28,88)
#411748
(65,23,72)
#311238
(49,18,56)
#210D28
(33,13,40)
#110818
(17,8,24)
#000000
(0,0,0)

Tints of #B13AB8

#B13AB8
(177,58,184)
#B84BBE
(184,75,190)
#BF5CC4
(191,92,196)
#C66DCA
(198,109,202)
#CD7ED0
(205,126,208)
#D48FD6
(212,143,214)
#DBA0DC
(219,160,220)
#E2B1E2
(226,177,226)
#E9C2E8
(233,194,232)
#F0D3EE
(240,211,238)
#F7E4F4
(247,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13AB8 color. Also use rgb(177,58,184) instead hex code.

Text Font Color

.myTextColor { color: #B13AB8; }

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

This text font color is #B13AB8.


Background Color

.myBgColor { background-color: #B13AB8; }

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

This div background color is #B13AB8.


Border color

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

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

This div border color is #B13AB8.


Opacity

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

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

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

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

This text has shadow with #B13AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13AB8 on black background.


Color preview on white background

This text has color #B13AB8 on white background.



Black color preview on #B13AB8 background

This text has black color on #B13AB8 background.


White color preview on #B13AB8 background

This text has white color on #B13AB8 background.