COLOR #B036B4

HEX: #B036B4
RGB: (176,54,180)

Color info

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

RGB color model

#B036B4 color RGB value is (176,54,180).

  • red value is 176;
  • green value is 54;
  • blue value is 180.
RGB:
(176,54,180)
(69%,21%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 54 of 255 = 21%
B 180 of 255 = 71%

176
54
180

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

Portions of RGB colors in percentages

R + G + B =
176 + 54 + 180 = 410 (100%)
R 176 of 410 ~ 42.93%
G 54 of 410 ~ 13.17%
B 180 of 410 ~ 43.9%

%42.93
%13.17
%43.9

CMYK color model

#B036B4 color CMYK value is (2,70,0,29).

  • cyan value is 2.22%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(2,70,0,29)
C2M70Y0K29 
(2%,70%,0%,29%)
(0.02/0.70/0.00/0.29)	

CMYK percentages

%2.22
%70
%0
%29.41

Codes

Color #B036B4 in popluar color models

B036B4
RGB17654180
HSL298°53.85%45.88%
HSB/HSV298°70.00%70.59%
CMYK2.22%70.00%0.00%
29.41%

Color #B036B4 in popluar number systems.

HEXB036B4
Decimal17654180
Binary1011000011011010110100
Octal26066264

Shades and tints

Shades of #B036B4

#B036B4
(176,54,180)
#A032A4
(160,50,164)
#902E94
(144,46,148)
#802A84
(128,42,132)
#702674
(112,38,116)
#602264
(96,34,100)
#501E54
(80,30,84)
#401A44
(64,26,68)
#301634
(48,22,52)
#201224
(32,18,36)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #B036B4

#B036B4
(176,54,180)
#B748BA
(183,72,186)
#BE5AC0
(190,90,192)
#C56CC6
(197,108,198)
#CC7ECC
(204,126,204)
#D390D2
(211,144,210)
#DAA2D8
(218,162,216)
#E1B4DE
(225,180,222)
#E8C6E4
(232,198,228)
#EFD8EA
(239,216,234)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B036B4; }

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

This text font color is #B036B4.


Background Color

.myBgColor { background-color: #B036B4; }

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

This div background color is #B036B4.


Border color

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

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

This div border color is #B036B4.


Opacity

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

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

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

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

This text has shadow with #B036B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B036B4 on black background.


Color preview on white background

This text has color #B036B4 on white background.



Black color preview on #B036B4 background

This text has black color on #B036B4 background.


White color preview on #B036B4 background

This text has white color on #B036B4 background.