COLOR #B488B2

HEX: #B488B2
RGB: (180,136,178)

Color info

#B488B2 contains red, green and blue colors in about the same proportion. Web safe color of #B488B2 is #CC9999 (or #C99).

RGB color model

#B488B2 color RGB value is (180,136,178).

  • red value is 180;
  • green value is 136;
  • blue value is 178.
RGB:
(180,136,178)
(71%,53%,70%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 178 of 255 = 70%

180
136
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 178 = 494 (100%)
R 180 of 494 ~ 36.44%
G 136 of 494 ~ 27.53%
B 178 of 494 ~ 36.03%

%36.44
%27.53
%36.03

CMYK color model

#B488B2 color CMYK value is (0,24,1,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,24,1,29)
C0M24Y1K29 
(0%,24%,1%,29%)
(0.00/0.24/0.01/0.29)	

CMYK percentages

%0
%24.44
%1.11
%29.41

Codes

Color #B488B2 in popluar color models

B488B2
RGB180136178
HSL303°22.68%61.96%
HSB/HSV303°24.44%70.59%
CMYK0.00%24.44%1.11%
29.41%

Color #B488B2 in popluar number systems.

HEXB488B2
Decimal180136178
Binary101101001000100010110010
Octal264210262

Shades and tints

Shades of #B488B2

#B488B2
(180,136,178)
#A47CA2
(164,124,162)
#947092
(148,112,146)
#846482
(132,100,130)
#745872
(116,88,114)
#644C62
(100,76,98)
#544052
(84,64,82)
#443442
(68,52,66)
#342832
(52,40,50)
#241C22
(36,28,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B488B2

#B488B2
(180,136,178)
#BA92B9
(186,146,185)
#C09CC0
(192,156,192)
#C6A6C7
(198,166,199)
#CCB0CE
(204,176,206)
#D2BAD5
(210,186,213)
#D8C4DC
(216,196,220)
#DECEE3
(222,206,227)
#E4D8EA
(228,216,234)
#EAE2F1
(234,226,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B488B2 color. Also use rgb(180,136,178) instead hex code.

Text Font Color

.myTextColor { color: #B488B2; }

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

This text font color is #B488B2.


Background Color

.myBgColor { background-color: #B488B2; }

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

This div background color is #B488B2.


Border color

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

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

This div border color is #B488B2.


Opacity

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

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

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

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

This text has shadow with #B488B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B488B2 on black background.


Color preview on white background

This text has color #B488B2 on white background.



Black color preview on #B488B2 background

This text has black color on #B488B2 background.


White color preview on #B488B2 background

This text has white color on #B488B2 background.