COLOR #B25FA2

HEX: #B25FA2
RGB: (178,95,162)

Color info

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

RGB color model

#B25FA2 color RGB value is (178,95,162).

  • red value is 178;
  • green value is 95;
  • blue value is 162.
RGB:
(178,95,162)
(70%,37%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 95 of 255 = 37%
B 162 of 255 = 64%

178
95
162

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

Portions of RGB colors in percentages

R + G + B =
178 + 95 + 162 = 435 (100%)
R 178 of 435 ~ 40.92%
G 95 of 435 ~ 21.84%
B 162 of 435 ~ 37.24%

%40.92
%21.84
%37.24

CMYK color model

#B25FA2 color CMYK value is (0,47,9,30).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 8.99%
  • key color value is 30.20%
CMYK:
(0,47,9,30)
C0M47Y9K30 
(0%,47%,9%,30%)
(0.00/0.47/0.09/0.30)	

CMYK percentages

%0
%46.63
%8.99
%30.2

Codes

Color #B25FA2 in popluar color models

B25FA2
RGB17895162
HSL312°35.02%53.53%
HSB/HSV312°46.63%69.80%
CMYK0.00%46.63%8.99%
30.20%

Color #B25FA2 in popluar number systems.

HEXB25FA2
Decimal17895162
Binary10110010101111110100010
Octal262137242

Shades and tints

Shades of #B25FA2

#B25FA2
(178,95,162)
#A25794
(162,87,148)
#924F86
(146,79,134)
#824778
(130,71,120)
#723F6A
(114,63,106)
#62375C
(98,55,92)
#522F4E
(82,47,78)
#422740
(66,39,64)
#321F32
(50,31,50)
#221724
(34,23,36)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #B25FA2

#B25FA2
(178,95,162)
#B96DAA
(185,109,170)
#C07BB2
(192,123,178)
#C789BA
(199,137,186)
#CE97C2
(206,151,194)
#D5A5CA
(213,165,202)
#DCB3D2
(220,179,210)
#E3C1DA
(227,193,218)
#EACFE2
(234,207,226)
#F1DDEA
(241,221,234)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25FA2 color. Also use rgb(178,95,162) instead hex code.

Text Font Color

.myTextColor { color: #B25FA2; }

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

This text font color is #B25FA2.


Background Color

.myBgColor { background-color: #B25FA2; }

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

This div background color is #B25FA2.


Border color

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

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

This div border color is #B25FA2.


Opacity

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

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

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

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

This text has shadow with #B25FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25FA2 on black background.


Color preview on white background

This text has color #B25FA2 on white background.



Black color preview on #B25FA2 background

This text has black color on #B25FA2 background.


White color preview on #B25FA2 background

This text has white color on #B25FA2 background.