COLOR #B362B1

HEX: #B362B1 RGB: (179,98,177)

Color info

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

RGB color model

#B362B1 color RGB value is (179,98,177).

RGB: (179,98,177) (70%, 38%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 98 of 255 = 38%
B 177 of 255 = 69%

179
98
177

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

Portions of RGB colors in percentages

R + G + B = 179 + 98 + 177 = 454 (100%)
R 179 of 454 ~ 39.43%
G 98 of 454 ~ 21.59%
B 177 of 454 ~ 38.99'%

%39.43
%21.59
%38.99

CMYK color model

#B362B1 color CMYK value is (0,45,1,30).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 1.12%
  • key color value is 29.80%

CMYK: (0,45,1,30)
C0M45Y1K30 (0%, 45%, 1%, 30%)
(0.00 / 0.45 / 0.01 / 0.30)

CMYK percentages

%0
%45.25
%1.12
%29.8

Codes

Color #B362B1 in popluar color models

B3 62 B1
RGB 179 98 177
HSL 301° 34.76% 54.31%
HSB/HSV 301° 45.25% 70.20%
CMYK 0.00% 45.25% 1.12%
29.80%

Color #B362B1 in popluar number systems.

HEX B3 62 B1
Decimal 179 98 177
Binary 10110011 1100010 10110001
Octal 263 142 261

Shades and tints

Shades of #B362B1

#B362B1
(179,98,177)
#A35AA1
(163,90,161)
#935291
(147,82,145)
#834A81
(131,74,129)
#734271
(115,66,113)
#633A61
(99,58,97)
#533251
(83,50,81)
#432A41
(67,42,65)
#332231
(51,34,49)
#231A21
(35,26,33)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #B362B1

#B362B1
(179,98,177)
#B970B8
(185,112,184)
#BF7EBF
(191,126,191)
#C58CC6
(197,140,198)
#CB9ACD
(203,154,205)
#D1A8D4
(209,168,212)
#D7B6DB
(215,182,219)
#DDC4E2
(221,196,226)
#E3D2E9
(227,210,233)
#E9E0F0
(233,224,240)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B362B1 color. Also use rgb(179,98,177) instead hex code.

Text Font Color

.myTextColor { color: #B362B1; }

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

This text font color is #B362B1.

Background Color

.myBgColor { background-color: #B362B1; }

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

This div background color is #B362B1.

Border color

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

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

This div border color is #B362B1.

Opacity

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

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

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

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

This text has shadow with #B362B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B362B1.

Preview

Color preview on black background

This text has color #B362B1 on black background.


Color preview on white background

This text has color #B362B1 on white background.


Black color preview on #B362B1 background

This text has black color on #B362B1 background.


White color preview on #B362B1 background

This text has white color on #B362B1 background.


Related colors

Complementary color

Complementary color for #hex is #4C9D4E.


I love getcolorcode.com

Triadic colors

1 #B1B362 and #62B1B3 with #B362B1 are triadic colors.

2 #B162B3 and #62B3B1 with #B362B1 are triadic colors.