COLOR #B478CE

HEX: #B478CE RGB: (180,120,206)

Color info

#B478CE contains mainly red and blue colors. Web safe color of #B478CE is #CC66CC (or #C6C).

RGB color model

#B478CE color RGB value is (180,120,206).

RGB: (180,120,206) (71%, 47%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 206 of 255 = 81%

180
120
206

R + G + B ~ 66%. #B478CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 120 + 206 = 506 (100%)
R 180 of 506 ~ 35.57%
G 120 of 506 ~ 23.72%
B 206 of 506 ~ 40.71'%

%35.57
%23.72
%40.71

CMYK color model

#B478CE color CMYK value is (13,42,0,19).

  • cyan value is 12.62%
  • magenta value is 41.75%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (13,42,0,19)
C13M42Y0K19 (13%, 42%, 0%, 19%)
(0.13 / 0.42 / 0.00 / 0.19)

CMYK percentages

%12.62
%41.75
%0
%19.22

Codes

Color #B478CE in popluar color models

B4 78 CE
RGB 180 120 206
HSL 282° 46.74% 63.92%
HSB/HSV 282° 41.75% 80.78%
CMYK 12.62% 41.75% 0.00%
19.22%

Color #B478CE in popluar number systems.

HEX B4 78 CE
Decimal 180 120 206
Binary 10110100 1111000 11001110
Octal 264 170 316

Shades and tints

Shades of #B478CE

#B478CE
(180,120,206)
#A46EBC
(164,110,188)
#9464AA
(148,100,170)
#845A98
(132,90,152)
#745086
(116,80,134)
#644674
(100,70,116)
#543C62
(84,60,98)
#443250
(68,50,80)
#34283E
(52,40,62)
#241E2C
(36,30,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #B478CE

#B478CE
(180,120,206)
#BA84D2
(186,132,210)
#C090D6
(192,144,214)
#C69CDA
(198,156,218)
#CCA8DE
(204,168,222)
#D2B4E2
(210,180,226)
#D8C0E6
(216,192,230)
#DECCEA
(222,204,234)
#E4D8EE
(228,216,238)
#EAE4F2
(234,228,242)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B478CE color. Also use rgb(180,120,206) instead hex code.

Text Font Color

.myTextColor { color: #B478CE; }

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

This text font color is #B478CE.

Background Color

.myBgColor { background-color: #B478CE; }

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

This div background color is #B478CE.

Border color

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

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

This div border color is #B478CE.

Opacity

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

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

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

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

This text has shadow with #B478CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B478CE.

Preview

Color preview on black background

This text has color #B478CE on black background.


Color preview on white background

This text has color #B478CE on white background.


Black color preview on #B478CE background

This text has black color on #B478CE background.


White color preview on #B478CE background

This text has white color on #B478CE background.


Related colors

Complementary color

Complementary color for #hex is #4B8731.


I love getcolorcode.com

Triadic colors

1 #CEB478 and #78CEB4 with #B478CE are triadic colors.

2 #CE78B4 and #78B4CE with #B478CE are triadic colors.