COLOR #B378C2

HEX: #B378C2 RGB: (179,120,194)

Color info

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

RGB color model

#B378C2 color RGB value is (179,120,194).

RGB: (179,120,194) (70%, 47%, 76%)

RGB channels and saturation

R 179 of 255 = 70%
G 120 of 255 = 47%
B 194 of 255 = 76%

179
120
194

R + G + B ~ 64%. #B378C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 120 + 194 = 493 (100%)
R 179 of 493 ~ 36.31%
G 120 of 493 ~ 24.34%
B 194 of 493 ~ 39.35'%

%36.31
%24.34
%39.35

CMYK color model

#B378C2 color CMYK value is (8,38,0,24).

  • cyan value is 7.73%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (8,38,0,24)
C8M38Y0K24 (8%, 38%, 0%, 24%)
(0.08 / 0.38 / 0.00 / 0.24)

CMYK percentages

%7.73
%38.14
%0
%23.92

Codes

Color #B378C2 in popluar color models

B3 78 C2
RGB 179 120 194
HSL 288° 37.76% 61.57%
HSB/HSV 288° 38.14% 76.08%
CMYK 7.73% 38.14% 0.00%
23.92%

Color #B378C2 in popluar number systems.

HEX B3 78 C2
Decimal 179 120 194
Binary 10110011 1111000 11000010
Octal 263 170 302

Shades and tints

Shades of #B378C2

#B378C2
(179,120,194)
#A36EB1
(163,110,177)
#9364A0
(147,100,160)
#835A8F
(131,90,143)
#73507E
(115,80,126)
#63466D
(99,70,109)
#533C5C
(83,60,92)
#43324B
(67,50,75)
#33283A
(51,40,58)
#231E29
(35,30,41)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B378C2

#B378C2
(179,120,194)
#B984C7
(185,132,199)
#BF90CC
(191,144,204)
#C59CD1
(197,156,209)
#CBA8D6
(203,168,214)
#D1B4DB
(209,180,219)
#D7C0E0
(215,192,224)
#DDCCE5
(221,204,229)
#E3D8EA
(227,216,234)
#E9E4EF
(233,228,239)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B378C2 color. Also use rgb(179,120,194) instead hex code.

Text Font Color

.myTextColor { color: #B378C2; }

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

This text font color is #B378C2.

Background Color

.myBgColor { background-color: #B378C2; }

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

This div background color is #B378C2.

Border color

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

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

This div border color is #B378C2.

Opacity

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

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

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

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

This text has shadow with #B378C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B378C2.

Preview

Color preview on black background

This text has color #B378C2 on black background.


Color preview on white background

This text has color #B378C2 on white background.


Black color preview on #B378C2 background

This text has black color on #B378C2 background.


White color preview on #B378C2 background

This text has white color on #B378C2 background.


Related colors

Complementary color

Complementary color for #hex is #4C873D.


I love getcolorcode.com

Triadic colors

1 #C2B378 and #78C2B3 with #B378C2 are triadic colors.

2 #C278B3 and #78B3C2 with #B378C2 are triadic colors.