COLOR #B380C3

HEX: #B380C3 RGB: (179,128,195)

Color info

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

RGB color model

#B380C3 color RGB value is (179,128,195).

RGB: (179,128,195) (70%, 50%, 76%)

RGB channels and saturation

R 179 of 255 = 70%
G 128 of 255 = 50%
B 195 of 255 = 76%

179
128
195

R + G + B ~ 65%. #B380C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 128 + 195 = 502 (100%)
R 179 of 502 ~ 35.66%
G 128 of 502 ~ 25.5%
B 195 of 502 ~ 38.84'%

%35.66
%25.5
%38.84

CMYK color model

#B380C3 color CMYK value is (8,34,0,24).

  • cyan value is 8.21%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (8,34,0,24)
C8M34Y0K24 (8%, 34%, 0%, 24%)
(0.08 / 0.34 / 0.00 / 0.24)

CMYK percentages

%8.21
%34.36
%0
%23.53

Codes

Color #B380C3 in popluar color models

B3 80 C3
RGB 179 128 195
HSL 286° 35.83% 63.33%
HSB/HSV 286° 34.36% 76.47%
CMYK 8.21% 34.36% 0.00%
23.53%

Color #B380C3 in popluar number systems.

HEX B3 80 C3
Decimal 179 128 195
Binary 10110011 10000000 11000011
Octal 263 200 303

Shades and tints

Shades of #B380C3

#B380C3
(179,128,195)
#A375B2
(163,117,178)
#936AA1
(147,106,161)
#835F90
(131,95,144)
#73547F
(115,84,127)
#63496E
(99,73,110)
#533E5D
(83,62,93)
#43334C
(67,51,76)
#33283B
(51,40,59)
#231D2A
(35,29,42)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #B380C3

#B380C3
(179,128,195)
#B98BC8
(185,139,200)
#BF96CD
(191,150,205)
#C5A1D2
(197,161,210)
#CBACD7
(203,172,215)
#D1B7DC
(209,183,220)
#D7C2E1
(215,194,225)
#DDCDE6
(221,205,230)
#E3D8EB
(227,216,235)
#E9E3F0
(233,227,240)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B380C3 color. Also use rgb(179,128,195) instead hex code.

Text Font Color

.myTextColor { color: #B380C3; }

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

This text font color is #B380C3.

Background Color

.myBgColor { background-color: #B380C3; }

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

This div background color is #B380C3.

Border color

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

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

This div border color is #B380C3.

Opacity

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

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

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

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

This text has shadow with #B380C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B380C3.

Preview

Color preview on black background

This text has color #B380C3 on black background.


Color preview on white background

This text has color #B380C3 on white background.


Black color preview on #B380C3 background

This text has black color on #B380C3 background.


White color preview on #B380C3 background

This text has white color on #B380C3 background.


Related colors

Complementary color

Complementary color for #hex is #4C7F3C.


I love getcolorcode.com

Triadic colors

1 #C3B380 and #80C3B3 with #B380C3 are triadic colors.

2 #C380B3 and #80B3C3 with #B380C3 are triadic colors.