COLOR #B948A5

HEX: #B948A5
RGB: (185,72,165)

Color info

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

RGB color model

#B948A5 color RGB value is (185,72,165).

  • red value is 185;
  • green value is 72;
  • blue value is 165.
RGB:
(185,72,165)
(73%,28%,65%)

RGB channels and saturation

R 185 of 255 = 73%
G 72 of 255 = 28%
B 165 of 255 = 65%

185
72
165

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

Portions of RGB colors in percentages

R + G + B =
185 + 72 + 165 = 422 (100%)
R 185 of 422 ~ 43.84%
G 72 of 422 ~ 17.06%
B 165 of 422 ~ 39.1%

%43.84
%17.06
%39.1

CMYK color model

#B948A5 color CMYK value is (0,61,11,27).

  • cyan value is 0.00%
  • magenta value is 61.08%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(0,61,11,27)
C0M61Y11K27 
(0%,61%,11%,27%)
(0.00/0.61/0.11/0.27)	

CMYK percentages

%0
%61.08
%10.81
%27.45

Codes

Color #B948A5 in popluar color models

B948A5
RGB18572165
HSL311°44.66%50.39%
HSB/HSV311°61.08%72.55%
CMYK0.00%61.08%10.81%
27.45%

Color #B948A5 in popluar number systems.

HEXB948A5
Decimal18572165
Binary10111001100100010100101
Octal271110245

Shades and tints

Shades of #B948A5

#B948A5
(185,72,165)
#A94296
(169,66,150)
#993C87
(153,60,135)
#893678
(137,54,120)
#793069
(121,48,105)
#692A5A
(105,42,90)
#59244B
(89,36,75)
#491E3C
(73,30,60)
#39182D
(57,24,45)
#29121E
(41,18,30)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #B948A5

#B948A5
(185,72,165)
#BF58AD
(191,88,173)
#C568B5
(197,104,181)
#CB78BD
(203,120,189)
#D188C5
(209,136,197)
#D798CD
(215,152,205)
#DDA8D5
(221,168,213)
#E3B8DD
(227,184,221)
#E9C8E5
(233,200,229)
#EFD8ED
(239,216,237)
#F5E8F5
(245,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B948A5 color. Also use rgb(185,72,165) instead hex code.

Text Font Color

.myTextColor { color: #B948A5; }

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

This text font color is #B948A5.


Background Color

.myBgColor { background-color: #B948A5; }

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

This div background color is #B948A5.


Border color

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

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

This div border color is #B948A5.


Opacity

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

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

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

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

This text has shadow with #B948A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B948A5 on black background.


Color preview on white background

This text has color #B948A5 on white background.



Black color preview on #B948A5 background

This text has black color on #B948A5 background.


White color preview on #B948A5 background

This text has white color on #B948A5 background.