COLOR #B257AA

HEX: #B257AA
RGB: (178,87,170)

Color info

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

RGB color model

#B257AA color RGB value is (178,87,170).

  • red value is 178;
  • green value is 87;
  • blue value is 170.
RGB:
(178,87,170)
(70%,34%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 87 of 255 = 34%
B 170 of 255 = 67%

178
87
170

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

Portions of RGB colors in percentages

R + G + B =
178 + 87 + 170 = 435 (100%)
R 178 of 435 ~ 40.92%
G 87 of 435 ~ 20%
B 170 of 435 ~ 39.08%

%40.92
%20
%39.08

CMYK color model

#B257AA color CMYK value is (0,51,4,30).

  • cyan value is 0.00%
  • magenta value is 51.12%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(0,51,4,30)
C0M51Y4K30 
(0%,51%,4%,30%)
(0.00/0.51/0.04/0.30)	

CMYK percentages

%0
%51.12
%4.49
%30.2

Codes

Color #B257AA in popluar color models

B257AA
RGB17887170
HSL305°37.14%51.96%
HSB/HSV305°51.12%69.80%
CMYK0.00%51.12%4.49%
30.20%

Color #B257AA in popluar number systems.

HEXB257AA
Decimal17887170
Binary10110010101011110101010
Octal262127252

Shades and tints

Shades of #B257AA

#B257AA
(178,87,170)
#A2509B
(162,80,155)
#92498C
(146,73,140)
#82427D
(130,66,125)
#723B6E
(114,59,110)
#62345F
(98,52,95)
#522D50
(82,45,80)
#422641
(66,38,65)
#321F32
(50,31,50)
#221823
(34,24,35)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #B257AA

#B257AA
(178,87,170)
#B966B1
(185,102,177)
#C075B8
(192,117,184)
#C784BF
(199,132,191)
#CE93C6
(206,147,198)
#D5A2CD
(213,162,205)
#DCB1D4
(220,177,212)
#E3C0DB
(227,192,219)
#EACFE2
(234,207,226)
#F1DEE9
(241,222,233)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B257AA color. Also use rgb(178,87,170) instead hex code.

Text Font Color

.myTextColor { color: #B257AA; }

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

This text font color is #B257AA.


Background Color

.myBgColor { background-color: #B257AA; }

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

This div background color is #B257AA.


Border color

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

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

This div border color is #B257AA.


Opacity

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

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

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

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

This text has shadow with #B257AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B257AA on black background.


Color preview on white background

This text has color #B257AA on white background.



Black color preview on #B257AA background

This text has black color on #B257AA background.


White color preview on #B257AA background

This text has white color on #B257AA background.