COLOR #B94BAD

HEX: #B94BAD
RGB: (185,75,173)

Color info

#B94BAD contains mainly red and blue colors. Web safe color of #B94BAD is #CC3399 (or #C39).

RGB color model

#B94BAD color RGB value is (185,75,173).

  • red value is 185;
  • green value is 75;
  • blue value is 173.
RGB:
(185,75,173)
(73%,29%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 75 of 255 = 29%
B 173 of 255 = 68%

185
75
173

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

Portions of RGB colors in percentages

R + G + B =
185 + 75 + 173 = 433 (100%)
R 185 of 433 ~ 42.73%
G 75 of 433 ~ 17.32%
B 173 of 433 ~ 39.95%

%42.73
%17.32
%39.95

CMYK color model

#B94BAD color CMYK value is (0,59,6,27).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK:
(0,59,6,27)
C0M59Y6K27 
(0%,59%,6%,27%)
(0.00/0.59/0.06/0.27)	

CMYK percentages

%0
%59.46
%6.49
%27.45

Codes

Color #B94BAD in popluar color models

B94BAD
RGB18575173
HSL307°44.00%50.98%
HSB/HSV307°59.46%72.55%
CMYK0.00%59.46%6.49%
27.45%

Color #B94BAD in popluar number systems.

HEXB94BAD
Decimal18575173
Binary10111001100101110101101
Octal271113255

Shades and tints

Shades of #B94BAD

#B94BAD
(185,75,173)
#A9459E
(169,69,158)
#993F8F
(153,63,143)
#893980
(137,57,128)
#793371
(121,51,113)
#692D62
(105,45,98)
#592753
(89,39,83)
#492144
(73,33,68)
#391B35
(57,27,53)
#291526
(41,21,38)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #B94BAD

#B94BAD
(185,75,173)
#BF5BB4
(191,91,180)
#C56BBB
(197,107,187)
#CB7BC2
(203,123,194)
#D18BC9
(209,139,201)
#D79BD0
(215,155,208)
#DDABD7
(221,171,215)
#E3BBDE
(227,187,222)
#E9CBE5
(233,203,229)
#EFDBEC
(239,219,236)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B94BAD color. Also use rgb(185,75,173) instead hex code.

Text Font Color

.myTextColor { color: #B94BAD; }

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

This text font color is #B94BAD.


Background Color

.myBgColor { background-color: #B94BAD; }

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

This div background color is #B94BAD.


Border color

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

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

This div border color is #B94BAD.


Opacity

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

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

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

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

This text has shadow with #B94BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B94BAD on black background.


Color preview on white background

This text has color #B94BAD on white background.



Black color preview on #B94BAD background

This text has black color on #B94BAD background.


White color preview on #B94BAD background

This text has white color on #B94BAD background.