COLOR #B78AD5

HEX: #B78AD5
RGB: (183,138,213)

Color info

#B78AD5 contains mainly red and blue colors. Web safe color of #B78AD5 is #CC99CC (or #C9C).

RGB color model

#B78AD5 color RGB value is (183,138,213).

  • red value is 183;
  • green value is 138;
  • blue value is 213.
RGB:
(183,138,213)
(72%,54%,84%)

RGB channels and saturation

R 183 of 255 = 72%
G 138 of 255 = 54%
B 213 of 255 = 84%

183
138
213

R + G + B ~ 70%. #B78AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 138 + 213 = 534 (100%)
R 183 of 534 ~ 34.27%
G 138 of 534 ~ 25.84%
B 213 of 534 ~ 39.89%

%34.27
%25.84
%39.89

CMYK color model

#B78AD5 color CMYK value is (14,35,0,16).

  • cyan value is 14.08%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(14,35,0,16)
C14M35Y0K16 
(14%,35%,0%,16%)
(0.14/0.35/0.00/0.16)	

CMYK percentages

%14.08
%35.21
%0
%16.47

Codes

Color #B78AD5 in popluar color models

B78AD5
RGB183138213
HSL276°47.17%68.82%
HSB/HSV276°35.21%83.53%
CMYK14.08%35.21%0.00%
16.47%

Color #B78AD5 in popluar number systems.

HEXB78AD5
Decimal183138213
Binary101101111000101011010101
Octal267212325

Shades and tints

Shades of #B78AD5

#B78AD5
(183,138,213)
#A77EC2
(167,126,194)
#9772AF
(151,114,175)
#87669C
(135,102,156)
#775A89
(119,90,137)
#674E76
(103,78,118)
#574263
(87,66,99)
#473650
(71,54,80)
#372A3D
(55,42,61)
#271E2A
(39,30,42)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #B78AD5

#B78AD5
(183,138,213)
#BD94D8
(189,148,216)
#C39EDB
(195,158,219)
#C9A8DE
(201,168,222)
#CFB2E1
(207,178,225)
#D5BCE4
(213,188,228)
#DBC6E7
(219,198,231)
#E1D0EA
(225,208,234)
#E7DAED
(231,218,237)
#EDE4F0
(237,228,240)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B78AD5 color. Also use rgb(183,138,213) instead hex code.

Text Font Color

.myTextColor { color: #B78AD5; }

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

This text font color is #B78AD5.


Background Color

.myBgColor { background-color: #B78AD5; }

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

This div background color is #B78AD5.


Border color

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

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

This div border color is #B78AD5.


Opacity

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

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

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

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

This text has shadow with #B78AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B78AD5 on black background.


Color preview on white background

This text has color #B78AD5 on white background.



Black color preview on #B78AD5 background

This text has black color on #B78AD5 background.


White color preview on #B78AD5 background

This text has white color on #B78AD5 background.