COLOR #B474C6

HEX: #B474C6
RGB: (180,116,198)

Color info

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

RGB color model

#B474C6 color RGB value is (180,116,198).

  • red value is 180;
  • green value is 116;
  • blue value is 198.
RGB:
(180,116,198)
(71%,45%,78%)

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 198 of 255 = 78%

180
116
198

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

Portions of RGB colors in percentages

R + G + B =
180 + 116 + 198 = 494 (100%)
R 180 of 494 ~ 36.44%
G 116 of 494 ~ 23.48%
B 198 of 494 ~ 40.08%

%36.44
%23.48
%40.08

CMYK color model

#B474C6 color CMYK value is (9,41,0,22).

  • cyan value is 9.09%
  • magenta value is 41.41%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(9,41,0,22)
C9M41Y0K22 
(9%,41%,0%,22%)
(0.09/0.41/0.00/0.22)	

CMYK percentages

%9.09
%41.41
%0
%22.35

Codes

Color #B474C6 in popluar color models

B474C6
RGB180116198
HSL287°41.84%61.57%
HSB/HSV287°41.41%77.65%
CMYK9.09%41.41%0.00%
22.35%

Color #B474C6 in popluar number systems.

HEXB474C6
Decimal180116198
Binary10110100111010011000110
Octal264164306

Shades and tints

Shades of #B474C6

#B474C6
(180,116,198)
#A46AB4
(164,106,180)
#9460A2
(148,96,162)
#845690
(132,86,144)
#744C7E
(116,76,126)
#64426C
(100,66,108)
#54385A
(84,56,90)
#442E48
(68,46,72)
#342436
(52,36,54)
#241A24
(36,26,36)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B474C6

#B474C6
(180,116,198)
#BA80CB
(186,128,203)
#C08CD0
(192,140,208)
#C698D5
(198,152,213)
#CCA4DA
(204,164,218)
#D2B0DF
(210,176,223)
#D8BCE4
(216,188,228)
#DEC8E9
(222,200,233)
#E4D4EE
(228,212,238)
#EAE0F3
(234,224,243)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B474C6 color. Also use rgb(180,116,198) instead hex code.

Text Font Color

.myTextColor { color: #B474C6; }

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

This text font color is #B474C6.


Background Color

.myBgColor { background-color: #B474C6; }

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

This div background color is #B474C6.


Border color

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

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

This div border color is #B474C6.


Opacity

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

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

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

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

This text has shadow with #B474C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B474C6 on black background.


Color preview on white background

This text has color #B474C6 on white background.



Black color preview on #B474C6 background

This text has black color on #B474C6 background.


White color preview on #B474C6 background

This text has white color on #B474C6 background.