COLOR #B25490

HEX: #B25490
RGB: (178,84,144)

Color info

#B25490 contains mainly red and blue colors. Web safe color of #B25490 is #996699 (or #969).

RGB color model

#B25490 color RGB value is (178,84,144).

  • red value is 178;
  • green value is 84;
  • blue value is 144.
RGB:
(178,84,144)
(70%,33%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 84 of 255 = 33%
B 144 of 255 = 56%

178
84
144

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

Portions of RGB colors in percentages

R + G + B =
178 + 84 + 144 = 406 (100%)
R 178 of 406 ~ 43.84%
G 84 of 406 ~ 20.69%
B 144 of 406 ~ 35.47%

%43.84
%20.69
%35.47

CMYK color model

#B25490 color CMYK value is (0,53,19,30).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 19.10%
  • key color value is 30.20%
CMYK:
(0,53,19,30)
C0M53Y19K30 
(0%,53%,19%,30%)
(0.00/0.53/0.19/0.30)	

CMYK percentages

%0
%52.81
%19.1
%30.2

Codes

Color #B25490 in popluar color models

B25490
RGB17884144
HSL322°37.90%51.37%
HSB/HSV322°52.81%69.80%
CMYK0.00%52.81%19.10%
30.20%

Color #B25490 in popluar number systems.

HEXB25490
Decimal17884144
Binary10110010101010010010000
Octal262124220

Shades and tints

Shades of #B25490

#B25490
(178,84,144)
#A24D83
(162,77,131)
#924676
(146,70,118)
#823F69
(130,63,105)
#72385C
(114,56,92)
#62314F
(98,49,79)
#522A42
(82,42,66)
#422335
(66,35,53)
#321C28
(50,28,40)
#22151B
(34,21,27)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #B25490

#B25490
(178,84,144)
#B9639A
(185,99,154)
#C072A4
(192,114,164)
#C781AE
(199,129,174)
#CE90B8
(206,144,184)
#D59FC2
(213,159,194)
#DCAECC
(220,174,204)
#E3BDD6
(227,189,214)
#EACCE0
(234,204,224)
#F1DBEA
(241,219,234)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25490 color. Also use rgb(178,84,144) instead hex code.

Text Font Color

.myTextColor { color: #B25490; }

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

This text font color is #B25490.


Background Color

.myBgColor { background-color: #B25490; }

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

This div background color is #B25490.


Border color

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

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

This div border color is #B25490.


Opacity

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

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

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

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

This text has shadow with #B25490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25490 on black background.


Color preview on white background

This text has color #B25490 on white background.



Black color preview on #B25490 background

This text has black color on #B25490 background.


White color preview on #B25490 background

This text has white color on #B25490 background.