COLOR #B78DC4

HEX: #B78DC4 RGB: (183,141,196)

Color info

#B78DC4 contains red, green and blue colors in about the same proportion. Web safe color of #B78DC4 is #CC99CC (or #C9C).

RGB color model

#B78DC4 color RGB value is (183,141,196).

RGB: (183,141,196) (72%, 55%, 77%)

RGB channels and saturation

R 183 of 255 = 72%
G 141 of 255 = 55%
B 196 of 255 = 77%

183
141
196

R + G + B ~ 68%. #B78DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 141 + 196 = 520 (100%)
R 183 of 520 ~ 35.19%
G 141 of 520 ~ 27.12%
B 196 of 520 ~ 37.69'%

%35.19
%27.12
%37.69

CMYK color model

#B78DC4 color CMYK value is (7,28,0,23).

  • cyan value is 6.63%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (7,28,0,23)
C7M28Y0K23 (7%, 28%, 0%, 23%)
(0.07 / 0.28 / 0.00 / 0.23)

CMYK percentages

%6.63
%28.06
%0
%23.14

Codes

Color #B78DC4 in popluar color models

B7 8D C4
RGB 183 141 196
HSL 286° 31.79% 66.08%
HSB/HSV 286° 28.06% 76.86%
CMYK 6.63% 28.06% 0.00%
23.14%

Color #B78DC4 in popluar number systems.

HEX B7 8D C4
Decimal 183 141 196
Binary 10110111 10001101 11000100
Octal 267 215 304

Shades and tints

Shades of #B78DC4

#B78DC4
(183,141,196)
#A781B3
(167,129,179)
#9775A2
(151,117,162)
#876991
(135,105,145)
#775D80
(119,93,128)
#67516F
(103,81,111)
#57455E
(87,69,94)
#47394D
(71,57,77)
#372D3C
(55,45,60)
#27212B
(39,33,43)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #B78DC4

#B78DC4
(183,141,196)
#BD97C9
(189,151,201)
#C3A1CE
(195,161,206)
#C9ABD3
(201,171,211)
#CFB5D8
(207,181,216)
#D5BFDD
(213,191,221)
#DBC9E2
(219,201,226)
#E1D3E7
(225,211,231)
#E7DDEC
(231,221,236)
#EDE7F1
(237,231,241)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78DC4 color. Also use rgb(183,141,196) instead hex code.

Text Font Color

.myTextColor { color: #B78DC4; }

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

This text font color is #B78DC4.

Background Color

.myBgColor { background-color: #B78DC4; }

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

This div background color is #B78DC4.

Border color

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

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

This div border color is #B78DC4.

Opacity

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

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

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

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

This text has shadow with #B78DC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B78DC4.

Preview

Color preview on black background

This text has color #B78DC4 on black background.


Color preview on white background

This text has color #B78DC4 on white background.


Black color preview on #B78DC4 background

This text has black color on #B78DC4 background.


White color preview on #B78DC4 background

This text has white color on #B78DC4 background.


Related colors

Complementary color

Complementary color for #hex is #48723B.


I love getcolorcode.com

Triadic colors

1 #C4B78D and #8DC4B7 with #B78DC4 are triadic colors.

2 #C48DB7 and #8DB7C4 with #B78DC4 are triadic colors.