COLOR #B25C8E

HEX: #B25C8E
RGB: (178,92,142)

Color info

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

RGB color model

#B25C8E color RGB value is (178,92,142).

  • red value is 178;
  • green value is 92;
  • blue value is 142.
RGB:
(178,92,142)
(70%,36%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 92 of 255 = 36%
B 142 of 255 = 56%

178
92
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 92 + 142 = 412 (100%)
R 178 of 412 ~ 43.2%
G 92 of 412 ~ 22.33%
B 142 of 412 ~ 34.47%

%43.2
%22.33
%34.47

CMYK color model

#B25C8E color CMYK value is (0,48,20,30).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,48,20,30)
C0M48Y20K30 
(0%,48%,20%,30%)
(0.00/0.48/0.20/0.30)	

CMYK percentages

%0
%48.31
%20.22
%30.2

Codes

Color #B25C8E in popluar color models

B25C8E
RGB17892142
HSL325°35.83%52.94%
HSB/HSV325°48.31%69.80%
CMYK0.00%48.31%20.22%
30.20%

Color #B25C8E in popluar number systems.

HEXB25C8E
Decimal17892142
Binary10110010101110010001110
Octal262134216

Shades and tints

Shades of #B25C8E

#B25C8E
(178,92,142)
#A25482
(162,84,130)
#924C76
(146,76,118)
#82446A
(130,68,106)
#723C5E
(114,60,94)
#623452
(98,52,82)
#522C46
(82,44,70)
#42243A
(66,36,58)
#321C2E
(50,28,46)
#221422
(34,20,34)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #B25C8E

#B25C8E
(178,92,142)
#B96A98
(185,106,152)
#C078A2
(192,120,162)
#C786AC
(199,134,172)
#CE94B6
(206,148,182)
#D5A2C0
(213,162,192)
#DCB0CA
(220,176,202)
#E3BED4
(227,190,212)
#EACCDE
(234,204,222)
#F1DAE8
(241,218,232)
#F8E8F2
(248,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25C8E color. Also use rgb(178,92,142) instead hex code.

Text Font Color

.myTextColor { color: #B25C8E; }

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

This text font color is #B25C8E.


Background Color

.myBgColor { background-color: #B25C8E; }

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

This div background color is #B25C8E.


Border color

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

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

This div border color is #B25C8E.


Opacity

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

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

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

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

This text has shadow with #B25C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25C8E on black background.


Color preview on white background

This text has color #B25C8E on white background.



Black color preview on #B25C8E background

This text has black color on #B25C8E background.


White color preview on #B25C8E background

This text has white color on #B25C8E background.