COLOR #B0257F

HEX: #B0257F
RGB: (176,37,127)

Color info

#B0257F contains mainly red and blue colors. Web safe color of #B0257F is #993366 (or #936).

RGB color model

#B0257F color RGB value is (176,37,127).

  • red value is 176;
  • green value is 37;
  • blue value is 127.
RGB:
(176,37,127)
(69%,15%,50%)

RGB channels and saturation

R 176 of 255 = 69%
G 37 of 255 = 15%
B 127 of 255 = 50%

176
37
127

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

Portions of RGB colors in percentages

R + G + B =
176 + 37 + 127 = 340 (100%)
R 176 of 340 ~ 51.76%
G 37 of 340 ~ 10.88%
B 127 of 340 ~ 37.35%

%51.76
%10.88
%37.35

CMYK color model

#B0257F color CMYK value is (0,79,28,31).

  • cyan value is 0.00%
  • magenta value is 78.98%
  • yellow value is 27.84%
  • key color value is 30.98%
CMYK:
(0,79,28,31)
C0M79Y28K31 
(0%,79%,28%,31%)
(0.00/0.79/0.28/0.31)	

CMYK percentages

%0
%78.98
%27.84
%30.98

Codes

Color #B0257F in popluar color models

B0257F
RGB17637127
HSL321°65.26%41.76%
HSB/HSV321°78.98%69.02%
CMYK0.00%78.98%27.84%
30.98%

Color #B0257F in popluar number systems.

HEXB0257F
Decimal17637127
Binary101100001001011111111
Octal26045177

Shades and tints

Shades of #B0257F

#B0257F
(176,37,127)
#A02274
(160,34,116)
#901F69
(144,31,105)
#801C5E
(128,28,94)
#701953
(112,25,83)
#601648
(96,22,72)
#50133D
(80,19,61)
#401032
(64,16,50)
#300D27
(48,13,39)
#200A1C
(32,10,28)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #B0257F

#B0257F
(176,37,127)
#B7388A
(183,56,138)
#BE4B95
(190,75,149)
#C55EA0
(197,94,160)
#CC71AB
(204,113,171)
#D384B6
(211,132,182)
#DA97C1
(218,151,193)
#E1AACC
(225,170,204)
#E8BDD7
(232,189,215)
#EFD0E2
(239,208,226)
#F6E3ED
(246,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0257F color. Also use rgb(176,37,127) instead hex code.

Text Font Color

.myTextColor { color: #B0257F; }

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

This text font color is #B0257F.


Background Color

.myBgColor { background-color: #B0257F; }

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

This div background color is #B0257F.


Border color

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

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

This div border color is #B0257F.


Opacity

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

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

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

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

This text has shadow with #B0257F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0257F on black background.


Color preview on white background

This text has color #B0257F on white background.



Black color preview on #B0257F background

This text has black color on #B0257F background.


White color preview on #B0257F background

This text has white color on #B0257F background.