COLOR #B382B0

HEX: #B382B0 RGB: (179,130,176)

Color info

#B382B0 contains red, green and blue colors in about the same proportion. Web safe color of #B382B0 is #999999 (or #999).

RGB color model

#B382B0 color RGB value is (179,130,176).

RGB: (179,130,176) (70%, 51%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 130 of 255 = 51%
B 176 of 255 = 69%

179
130
176

R + G + B ~ 63%. #B382B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 130 + 176 = 485 (100%)
R 179 of 485 ~ 36.91%
G 130 of 485 ~ 26.8%
B 176 of 485 ~ 36.29'%

%36.91
%26.8
%36.29

CMYK color model

#B382B0 color CMYK value is (0,27,2,30).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 1.68%
  • key color value is 29.80%

CMYK: (0,27,2,30)
C0M27Y2K30 (0%, 27%, 2%, 30%)
(0.00 / 0.27 / 0.02 / 0.30)

CMYK percentages

%0
%27.37
%1.68
%29.8

Codes

Color #B382B0 in popluar color models

B3 82 B0
RGB 179 130 176
HSL 304° 24.38% 60.59%
HSB/HSV 304° 27.37% 70.20%
CMYK 0.00% 27.37% 1.68%
29.80%

Color #B382B0 in popluar number systems.

HEX B3 82 B0
Decimal 179 130 176
Binary 10110011 10000010 10110000
Octal 263 202 260

Shades and tints

Shades of #B382B0

#B382B0
(179,130,176)
#A377A0
(163,119,160)
#936C90
(147,108,144)
#836180
(131,97,128)
#735670
(115,86,112)
#634B60
(99,75,96)
#534050
(83,64,80)
#433540
(67,53,64)
#332A30
(51,42,48)
#231F20
(35,31,32)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #B382B0

#B382B0
(179,130,176)
#B98DB7
(185,141,183)
#BF98BE
(191,152,190)
#C5A3C5
(197,163,197)
#CBAECC
(203,174,204)
#D1B9D3
(209,185,211)
#D7C4DA
(215,196,218)
#DDCFE1
(221,207,225)
#E3DAE8
(227,218,232)
#E9E5EF
(233,229,239)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B382B0 color. Also use rgb(179,130,176) instead hex code.

Text Font Color

.myTextColor { color: #B382B0; }

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

This text font color is #B382B0.

Background Color

.myBgColor { background-color: #B382B0; }

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

This div background color is #B382B0.

Border color

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

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

This div border color is #B382B0.

Opacity

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

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

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

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

This text has shadow with #B382B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B382B0.

Preview

Color preview on black background

This text has color #B382B0 on black background.


Color preview on white background

This text has color #B382B0 on white background.


Black color preview on #B382B0 background

This text has black color on #B382B0 background.


White color preview on #B382B0 background

This text has white color on #B382B0 background.


Related colors

Complementary color

Complementary color for #hex is #4C7D4F.


I love getcolorcode.com

Triadic colors

1 #B0B382 and #82B0B3 with #B382B0 are triadic colors.

2 #B082B3 and #82B3B0 with #B382B0 are triadic colors.