COLOR #B488B5

HEX: #B488B5
RGB: (180,136,181)

Color info

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

RGB color model

#B488B5 color RGB value is (180,136,181).

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

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 181 of 255 = 71%

180
136
181

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 181 = 497 (100%)
R 180 of 497 ~ 36.22%
G 136 of 497 ~ 27.36%
B 181 of 497 ~ 36.42%

%36.22
%27.36
%36.42

CMYK color model

#B488B5 color CMYK value is (1,25,0,29).

  • cyan value is 0.55%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,25,0,29)
C1M25Y0K29 
(1%,25%,0%,29%)
(0.01/0.25/0.00/0.29)	

CMYK percentages

%0.55
%24.86
%0
%29.02

Codes

Color #B488B5 in popluar color models

B488B5
RGB180136181
HSL299°23.32%62.16%
HSB/HSV299°24.86%70.98%
CMYK0.55%24.86%0.00%
29.02%

Color #B488B5 in popluar number systems.

HEXB488B5
Decimal180136181
Binary101101001000100010110101
Octal264210265

Shades and tints

Shades of #B488B5

#B488B5
(180,136,181)
#A47CA5
(164,124,165)
#947095
(148,112,149)
#846485
(132,100,133)
#745875
(116,88,117)
#644C65
(100,76,101)
#544055
(84,64,85)
#443445
(68,52,69)
#342835
(52,40,53)
#241C25
(36,28,37)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B488B5

#B488B5
(180,136,181)
#BA92BB
(186,146,187)
#C09CC1
(192,156,193)
#C6A6C7
(198,166,199)
#CCB0CD
(204,176,205)
#D2BAD3
(210,186,211)
#D8C4D9
(216,196,217)
#DECEDF
(222,206,223)
#E4D8E5
(228,216,229)
#EAE2EB
(234,226,235)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B488B5; }

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

This text font color is #B488B5.


Background Color

.myBgColor { background-color: #B488B5; }

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

This div background color is #B488B5.


Border color

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

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

This div border color is #B488B5.


Opacity

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

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

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

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

This text has shadow with #B488B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B488B5 on black background.


Color preview on white background

This text has color #B488B5 on white background.



Black color preview on #B488B5 background

This text has black color on #B488B5 background.


White color preview on #B488B5 background

This text has white color on #B488B5 background.