COLOR #B35188

HEX: #B35188
RGB: (179,81,136)

Color info

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

RGB color model

#B35188 color RGB value is (179,81,136).

  • red value is 179;
  • green value is 81;
  • blue value is 136.
RGB:
(179,81,136)
(70%,32%,53%)

RGB channels and saturation

R 179 of 255 = 70%
G 81 of 255 = 32%
B 136 of 255 = 53%

179
81
136

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

Portions of RGB colors in percentages

R + G + B =
179 + 81 + 136 = 396 (100%)
R 179 of 396 ~ 45.2%
G 81 of 396 ~ 20.45%
B 136 of 396 ~ 34.34%

%45.2
%20.45
%34.34

CMYK color model

#B35188 color CMYK value is (0,55,24,30).

  • cyan value is 0.00%
  • magenta value is 54.75%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(0,55,24,30)
C0M55Y24K30 
(0%,55%,24%,30%)
(0.00/0.55/0.24/0.30)	

CMYK percentages

%0
%54.75
%24.02
%29.8

Codes

Color #B35188 in popluar color models

B35188
RGB17981136
HSL326°39.20%50.98%
HSB/HSV326°54.75%70.20%
CMYK0.00%54.75%24.02%
29.80%

Color #B35188 in popluar number systems.

HEXB35188
Decimal17981136
Binary10110011101000110001000
Octal263121210

Shades and tints

Shades of #B35188

#B35188
(179,81,136)
#A34A7C
(163,74,124)
#934370
(147,67,112)
#833C64
(131,60,100)
#733558
(115,53,88)
#632E4C
(99,46,76)
#532740
(83,39,64)
#432034
(67,32,52)
#331928
(51,25,40)
#23121C
(35,18,28)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #B35188

#B35188
(179,81,136)
#B96092
(185,96,146)
#BF6F9C
(191,111,156)
#C57EA6
(197,126,166)
#CB8DB0
(203,141,176)
#D19CBA
(209,156,186)
#D7ABC4
(215,171,196)
#DDBACE
(221,186,206)
#E3C9D8
(227,201,216)
#E9D8E2
(233,216,226)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35188 color. Also use rgb(179,81,136) instead hex code.

Text Font Color

.myTextColor { color: #B35188; }

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

This text font color is #B35188.


Background Color

.myBgColor { background-color: #B35188; }

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

This div background color is #B35188.


Border color

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

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

This div border color is #B35188.


Opacity

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

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

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

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

This text has shadow with #B35188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35188 on black background.


Color preview on white background

This text has color #B35188 on white background.



Black color preview on #B35188 background

This text has black color on #B35188 background.


White color preview on #B35188 background

This text has white color on #B35188 background.