COLOR #B955AE

HEX: #B955AE
RGB: (185,85,174)

Color info

#B955AE contains mainly red and blue colors. Web safe color of #B955AE is #CC6699 (or #C69).

RGB color model

#B955AE color RGB value is (185,85,174).

  • red value is 185;
  • green value is 85;
  • blue value is 174.
RGB:
(185,85,174)
(73%,33%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 85 of 255 = 33%
B 174 of 255 = 68%

185
85
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 85 + 174 = 444 (100%)
R 185 of 444 ~ 41.67%
G 85 of 444 ~ 19.14%
B 174 of 444 ~ 39.19%

%41.67
%19.14
%39.19

CMYK color model

#B955AE color CMYK value is (0,54,6,27).

  • cyan value is 0.00%
  • magenta value is 54.05%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(0,54,6,27)
C0M54Y6K27 
(0%,54%,6%,27%)
(0.00/0.54/0.06/0.27)	

CMYK percentages

%0
%54.05
%5.95
%27.45

Codes

Color #B955AE in popluar color models

B955AE
RGB18585174
HSL307°41.67%52.94%
HSB/HSV307°54.05%72.55%
CMYK0.00%54.05%5.95%
27.45%

Color #B955AE in popluar number systems.

HEXB955AE
Decimal18585174
Binary10111001101010110101110
Octal271125256

Shades and tints

Shades of #B955AE

#B955AE
(185,85,174)
#A94E9F
(169,78,159)
#994790
(153,71,144)
#894081
(137,64,129)
#793972
(121,57,114)
#693263
(105,50,99)
#592B54
(89,43,84)
#492445
(73,36,69)
#391D36
(57,29,54)
#291627
(41,22,39)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #B955AE

#B955AE
(185,85,174)
#BF64B5
(191,100,181)
#C573BC
(197,115,188)
#CB82C3
(203,130,195)
#D191CA
(209,145,202)
#D7A0D1
(215,160,209)
#DDAFD8
(221,175,216)
#E3BEDF
(227,190,223)
#E9CDE6
(233,205,230)
#EFDCED
(239,220,237)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B955AE color. Also use rgb(185,85,174) instead hex code.

Text Font Color

.myTextColor { color: #B955AE; }

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

This text font color is #B955AE.


Background Color

.myBgColor { background-color: #B955AE; }

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

This div background color is #B955AE.


Border color

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

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

This div border color is #B955AE.


Opacity

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

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

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

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

This text has shadow with #B955AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B955AE on black background.


Color preview on white background

This text has color #B955AE on white background.



Black color preview on #B955AE background

This text has black color on #B955AE background.


White color preview on #B955AE background

This text has white color on #B955AE background.