COLOR #B360B9

HEX: #B360B9 RGB: (179,96,185)

Color info

#B360B9 contains mainly red and blue colors. Web safe color of #B360B9 is #9966CC (or #96C).

RGB color model

#B360B9 color RGB value is (179,96,185).

RGB: (179,96,185) (70%, 38%, 73%)

RGB channels and saturation

R 179 of 255 = 70%
G 96 of 255 = 38%
B 185 of 255 = 73%

179
96
185

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

Portions of RGB colors in percentages

R + G + B = 179 + 96 + 185 = 460 (100%)
R 179 of 460 ~ 38.91%
G 96 of 460 ~ 20.87%
B 185 of 460 ~ 40.22'%

%38.91
%20.87
%40.22

CMYK color model

#B360B9 color CMYK value is (3,48,0,27).

  • cyan value is 3.24%
  • magenta value is 48.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (3,48,0,27) C3M48Y0K27 (3%,48%,0%,27%) (0.03/0.48/0.00/0.27) 

CMYK percentages

%3.24
%48.11
%0
%27.45

Codes

Color #B360B9 in popluar color models

B3 60 B9
RGB 179 96 185
HSL 296° 38.86% 55.10%
HSB/HSV 296° 48.11% 72.55%
CMYK 3.24% 48.11% 0.00%
27.45%

Color #B360B9 in popluar number systems.

HEX B3 60 B9
Decimal 179 96 185
Binary 10110011 1100000 10111001
Octal 263 140 271

Shades and tints

Shades of #B360B9

#B360B9
(179,96,185)
#A358A9
(163,88,169)
#935099
(147,80,153)
#834889
(131,72,137)
#734079
(115,64,121)
#633869
(99,56,105)
#533059
(83,48,89)
#432849
(67,40,73)
#332039
(51,32,57)
#231829
(35,24,41)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #B360B9

#B360B9
(179,96,185)
#B96EBF
(185,110,191)
#BF7CC5
(191,124,197)
#C58ACB
(197,138,203)
#CB98D1
(203,152,209)
#D1A6D7
(209,166,215)
#D7B4DD
(215,180,221)
#DDC2E3
(221,194,227)
#E3D0E9
(227,208,233)
#E9DEEF
(233,222,239)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B360B9 color. Also use rgb(179,96,185) instead hex code.

Text Font Color

.myTextColor { color: #B360B9; }

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

This text font color is #B360B9.

Background Color

.myBgColor { background-color: #B360B9; }

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

This div background color is #B360B9.

Border color

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

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

This div border color is #B360B9.

Opacity

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

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

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

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

This text has shadow with #B360B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B360B9.

Preview

Color preview on black background

This text has color #B360B9 on black background.


Color preview on white background

This text has color #B360B9 on white background.


Black color preview on #B360B9 background

This text has black color on #B360B9 background.


White color preview on #B360B9 background

This text has white color on #B360B9 background.


Related colors

Complementary color

Complementary color for #hex is #4C9F46.


I love getcolorcode.com

Triadic colors

1 #B9B360 and #60B9B3 with #B360B9 are triadic colors.

2 #B960B3 and #60B3B9 with #B360B9 are triadic colors.