COLOR #B2489A

HEX: #B2489A
RGB: (178,72,154)

Color info

#B2489A contains mainly red and blue colors. Web safe color of #B2489A is #993399 (or #939).

RGB color model

#B2489A color RGB value is (178,72,154).

  • red value is 178;
  • green value is 72;
  • blue value is 154.
RGB:
(178,72,154)
(70%,28%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 72 of 255 = 28%
B 154 of 255 = 60%

178
72
154

R + G + B ~ 53%. #B2489A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 72 + 154 = 404 (100%)
R 178 of 404 ~ 44.06%
G 72 of 404 ~ 17.82%
B 154 of 404 ~ 38.12%

%44.06
%17.82
%38.12

CMYK color model

#B2489A color CMYK value is (0,60,13,30).

  • cyan value is 0.00%
  • magenta value is 59.55%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,60,13,30)
C0M60Y13K30 
(0%,60%,13%,30%)
(0.00/0.60/0.13/0.30)	

CMYK percentages

%0
%59.55
%13.48
%30.2

Codes

Color #B2489A in popluar color models

B2489A
RGB17872154
HSL314°42.40%49.02%
HSB/HSV314°59.55%69.80%
CMYK0.00%59.55%13.48%
30.20%

Color #B2489A in popluar number systems.

HEXB2489A
Decimal17872154
Binary10110010100100010011010
Octal262110232

Shades and tints

Shades of #B2489A

#B2489A
(178,72,154)
#A2428C
(162,66,140)
#923C7E
(146,60,126)
#823670
(130,54,112)
#723062
(114,48,98)
#622A54
(98,42,84)
#522446
(82,36,70)
#421E38
(66,30,56)
#32182A
(50,24,42)
#22121C
(34,18,28)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #B2489A

#B2489A
(178,72,154)
#B958A3
(185,88,163)
#C068AC
(192,104,172)
#C778B5
(199,120,181)
#CE88BE
(206,136,190)
#D598C7
(213,152,199)
#DCA8D0
(220,168,208)
#E3B8D9
(227,184,217)
#EAC8E2
(234,200,226)
#F1D8EB
(241,216,235)
#F8E8F4
(248,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2489A color. Also use rgb(178,72,154) instead hex code.

Text Font Color

.myTextColor { color: #B2489A; }

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

This text font color is #B2489A.


Background Color

.myBgColor { background-color: #B2489A; }

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

This div background color is #B2489A.


Border color

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

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

This div border color is #B2489A.


Opacity

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

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

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

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

This text has shadow with #B2489A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2489A on black background.


Color preview on white background

This text has color #B2489A on white background.



Black color preview on #B2489A background

This text has black color on #B2489A background.


White color preview on #B2489A background

This text has white color on #B2489A background.