COLOR #B336B2

HEX: #B336B2 RGB: (179,54,178)

Color info

#B336B2 contains mainly red and blue colors. Web safe color of #B336B2 is #993399 (or #939).

RGB color model

#B336B2 color RGB value is (179,54,178).

RGB: (179,54,178) (70%, 21%, 70%)

RGB channels and saturation

R 179 of 255 = 70%
G 54 of 255 = 21%
B 178 of 255 = 70%

179
54
178

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

Portions of RGB colors in percentages

R + G + B = 179 + 54 + 178 = 411 (100%)
R 179 of 411 ~ 43.55%
G 54 of 411 ~ 13.14%
B 178 of 411 ~ 43.31'%

%43.55
%13.14
%43.31

CMYK color model

#B336B2 color CMYK value is (0,70,1,30).

  • cyan value is 0.00%
  • magenta value is 69.83%
  • yellow value is 0.56%
  • key color value is 29.80%

CMYK: (0,70,1,30)
C0M70Y1K30 (0%, 70%, 1%, 30%)
(0.00 / 0.70 / 0.01 / 0.30)

CMYK percentages

%0
%69.83
%0.56
%29.8

Codes

Color #B336B2 in popluar color models

B3 36 B2
RGB 179 54 178
HSL 300° 53.65% 45.69%
HSB/HSV 300° 69.83% 70.20%
CMYK 0.00% 69.83% 0.56%
29.80%

Color #B336B2 in popluar number systems.

HEX B3 36 B2
Decimal 179 54 178
Binary 10110011 110110 10110010
Octal 263 66 262

Shades and tints

Shades of #B336B2

#B336B2
(179,54,178)
#A332A2
(163,50,162)
#932E92
(147,46,146)
#832A82
(131,42,130)
#732672
(115,38,114)
#632262
(99,34,98)
#531E52
(83,30,82)
#431A42
(67,26,66)
#331632
(51,22,50)
#231222
(35,18,34)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #B336B2

#B336B2
(179,54,178)
#B948B9
(185,72,185)
#BF5AC0
(191,90,192)
#C56CC7
(197,108,199)
#CB7ECE
(203,126,206)
#D190D5
(209,144,213)
#D7A2DC
(215,162,220)
#DDB4E3
(221,180,227)
#E3C6EA
(227,198,234)
#E9D8F1
(233,216,241)
#EFEAF8
(239,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B336B2 color. Also use rgb(179,54,178) instead hex code.

Text Font Color

.myTextColor { color: #B336B2; }

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

This text font color is #B336B2.

Background Color

.myBgColor { background-color: #B336B2; }

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

This div background color is #B336B2.

Border color

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

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

This div border color is #B336B2.

Opacity

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

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

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

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

This text has shadow with #B336B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B336B2.

Preview

Color preview on black background

This text has color #B336B2 on black background.


Color preview on white background

This text has color #B336B2 on white background.


Black color preview on #B336B2 background

This text has black color on #B336B2 background.


White color preview on #B336B2 background

This text has white color on #B336B2 background.


Related colors

Complementary color

Complementary color for #hex is #4CC94D.


I love getcolorcode.com

Triadic colors

1 #B2B336 and #36B2B3 with #B336B2 are triadic colors.

2 #B236B3 and #36B3B2 with #B336B2 are triadic colors.