COLOR #B25BD6

HEX: #B25BD6
RGB: (178,91,214)

Color info

#B25BD6 contains mainly red and blue colors. Web safe color of #B25BD6 is #9966CC (or #96C).

RGB color model

#B25BD6 color RGB value is (178,91,214).

  • red value is 178;
  • green value is 91;
  • blue value is 214.
RGB:
(178,91,214)
(70%,36%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 91 of 255 = 36%
B 214 of 255 = 84%

178
91
214

R + G + B ~ 63%. #B25BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 91 + 214 = 483 (100%)
R 178 of 483 ~ 36.85%
G 91 of 483 ~ 18.84%
B 214 of 483 ~ 44.31%

%36.85
%18.84
%44.31

CMYK color model

#B25BD6 color CMYK value is (17,57,0,16).

  • cyan value is 16.82%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(17,57,0,16)
C17M57Y0K16 
(17%,57%,0%,16%)
(0.17/0.57/0.00/0.16)	

CMYK percentages

%16.82
%57.48
%0
%16.08

Codes

Color #B25BD6 in popluar color models

B25BD6
RGB17891214
HSL282°60.00%59.80%
HSB/HSV282°57.48%83.92%
CMYK16.82%57.48%0.00%
16.08%

Color #B25BD6 in popluar number systems.

HEXB25BD6
Decimal17891214
Binary10110010101101111010110
Octal262133326

Shades and tints

Shades of #B25BD6

#B25BD6
(178,91,214)
#A253C3
(162,83,195)
#924BB0
(146,75,176)
#82439D
(130,67,157)
#723B8A
(114,59,138)
#623377
(98,51,119)
#522B64
(82,43,100)
#422351
(66,35,81)
#321B3E
(50,27,62)
#22132B
(34,19,43)
#120B18
(18,11,24)
#000000
(0,0,0)

Tints of #B25BD6

#B25BD6
(178,91,214)
#B969D9
(185,105,217)
#C077DC
(192,119,220)
#C785DF
(199,133,223)
#CE93E2
(206,147,226)
#D5A1E5
(213,161,229)
#DCAFE8
(220,175,232)
#E3BDEB
(227,189,235)
#EACBEE
(234,203,238)
#F1D9F1
(241,217,241)
#F8E7F4
(248,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25BD6 color. Also use rgb(178,91,214) instead hex code.

Text Font Color

.myTextColor { color: #B25BD6; }

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

This text font color is #B25BD6.


Background Color

.myBgColor { background-color: #B25BD6; }

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

This div background color is #B25BD6.


Border color

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

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

This div border color is #B25BD6.


Opacity

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

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

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

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

This text has shadow with #B25BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25BD6 on black background.


Color preview on white background

This text has color #B25BD6 on white background.



Black color preview on #B25BD6 background

This text has black color on #B25BD6 background.


White color preview on #B25BD6 background

This text has white color on #B25BD6 background.