COLOR #B48CC2

HEX: #B48CC2 RGB: (180,140,194)

Color info

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

RGB color model

#B48CC2 color RGB value is (180,140,194).

RGB: (180,140,194) (71%, 55%, 76%)

RGB channels and saturation

R 180 of 255 = 71%
G 140 of 255 = 55%
B 194 of 255 = 76%

180
140
194

R + G + B ~ 67%. #B48CC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 140 + 194 = 514 (100%)
R 180 of 514 ~ 35.02%
G 140 of 514 ~ 27.24%
B 194 of 514 ~ 37.74'%

%35.02
%27.24
%37.74

CMYK color model

#B48CC2 color CMYK value is (7,28,0,24).

  • cyan value is 7.22%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (7,28,0,24)
C7M28Y0K24 (7%, 28%, 0%, 24%)
(0.07 / 0.28 / 0.00 / 0.24)

CMYK percentages

%7.22
%27.84
%0
%23.92

Codes

Color #B48CC2 in popluar color models

B4 8C C2
RGB 180 140 194
HSL 284° 30.68% 65.49%
HSB/HSV 284° 27.84% 76.08%
CMYK 7.22% 27.84% 0.00%
23.92%

Color #B48CC2 in popluar number systems.

HEX B4 8C C2
Decimal 180 140 194
Binary 10110100 10001100 11000010
Octal 264 214 302

Shades and tints

Shades of #B48CC2

#B48CC2
(180,140,194)
#A480B1
(164,128,177)
#9474A0
(148,116,160)
#84688F
(132,104,143)
#745C7E
(116,92,126)
#64506D
(100,80,109)
#54445C
(84,68,92)
#44384B
(68,56,75)
#342C3A
(52,44,58)
#242029
(36,32,41)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B48CC2

#B48CC2
(180,140,194)
#BA96C7
(186,150,199)
#C0A0CC
(192,160,204)
#C6AAD1
(198,170,209)
#CCB4D6
(204,180,214)
#D2BEDB
(210,190,219)
#D8C8E0
(216,200,224)
#DED2E5
(222,210,229)
#E4DCEA
(228,220,234)
#EAE6EF
(234,230,239)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48CC2 color. Also use rgb(180,140,194) instead hex code.

Text Font Color

.myTextColor { color: #B48CC2; }

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

This text font color is #B48CC2.

Background Color

.myBgColor { background-color: #B48CC2; }

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

This div background color is #B48CC2.

Border color

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

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

This div border color is #B48CC2.

Opacity

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

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

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

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

This text has shadow with #B48CC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48CC2.

Preview

Color preview on black background

This text has color #B48CC2 on black background.


Color preview on white background

This text has color #B48CC2 on white background.


Black color preview on #B48CC2 background

This text has black color on #B48CC2 background.


White color preview on #B48CC2 background

This text has white color on #B48CC2 background.


Related colors

Complementary color

Complementary color for #hex is #4B733D.


I love getcolorcode.com

Triadic colors

1 #C2B48C and #8CC2B4 with #B48CC2 are triadic colors.

2 #C28CB4 and #8CB4C2 with #B48CC2 are triadic colors.