COLOR #B474BF

HEX: #B474BF RGB: (180,116,191)

Color info

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

RGB color model

#B474BF color RGB value is (180,116,191).

RGB: (180,116,191) (71%, 45%, 75%)

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 191 of 255 = 75%

180
116
191

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

Portions of RGB colors in percentages

R + G + B = 180 + 116 + 191 = 487 (100%)
R 180 of 487 ~ 36.96%
G 116 of 487 ~ 23.82%
B 191 of 487 ~ 39.22'%

%36.96
%23.82
%39.22

CMYK color model

#B474BF color CMYK value is (6,39,0,25).

  • cyan value is 5.76%
  • magenta value is 39.27%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (6,39,0,25) C6M39Y0K25 (6%,39%,0%,25%) (0.06/0.39/0.00/0.25) 

CMYK percentages

%5.76
%39.27
%0
%25.1

Codes

Color #B474BF in popluar color models

B4 74 BF
RGB 180 116 191
HSL 291° 36.95% 60.20%
HSB/HSV 291° 39.27% 74.90%
CMYK 5.76% 39.27% 0.00%
25.10%

Color #B474BF in popluar number systems.

HEX B4 74 BF
Decimal 180 116 191
Binary 10110100 1110100 10111111
Octal 264 164 277

Shades and tints

Shades of #B474BF

#B474BF
(180,116,191)
#A46AAE
(164,106,174)
#94609D
(148,96,157)
#84568C
(132,86,140)
#744C7B
(116,76,123)
#64426A
(100,66,106)
#543859
(84,56,89)
#442E48
(68,46,72)
#342437
(52,36,55)
#241A26
(36,26,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B474BF

#B474BF
(180,116,191)
#BA80C4
(186,128,196)
#C08CC9
(192,140,201)
#C698CE
(198,152,206)
#CCA4D3
(204,164,211)
#D2B0D8
(210,176,216)
#D8BCDD
(216,188,221)
#DEC8E2
(222,200,226)
#E4D4E7
(228,212,231)
#EAE0EC
(234,224,236)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B474BF; }

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

This text font color is #B474BF.

Background Color

.myBgColor { background-color: #B474BF; }

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

This div background color is #B474BF.

Border color

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

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

This div border color is #B474BF.

Opacity

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

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

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

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

This text has shadow with #B474BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B474BF.

Preview

Color preview on black background

This text has color #B474BF on black background.


Color preview on white background

This text has color #B474BF on white background.


Black color preview on #B474BF background

This text has black color on #B474BF background.


White color preview on #B474BF background

This text has white color on #B474BF background.


Related colors

Complementary color

Complementary color for #hex is #4B8B40.


I love getcolorcode.com

Triadic colors

1 #BFB474 and #74BFB4 with #B474BF are triadic colors.

2 #BF74B4 and #74B4BF with #B474BF are triadic colors.