COLOR #B93495

HEX: #B93495
RGB: (185,52,149)

Color info

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

RGB color model

#B93495 color RGB value is (185,52,149).

  • red value is 185;
  • green value is 52;
  • blue value is 149.
RGB:
(185,52,149)
(73%,20%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 52 of 255 = 20%
B 149 of 255 = 58%

185
52
149

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

Portions of RGB colors in percentages

R + G + B =
185 + 52 + 149 = 386 (100%)
R 185 of 386 ~ 47.93%
G 52 of 386 ~ 13.47%
B 149 of 386 ~ 38.6%

%47.93
%13.47
%38.6

CMYK color model

#B93495 color CMYK value is (0,72,19,27).

  • cyan value is 0.00%
  • magenta value is 71.89%
  • yellow value is 19.46%
  • key color value is 27.45%
CMYK:
(0,72,19,27)
C0M72Y19K27 
(0%,72%,19%,27%)
(0.00/0.72/0.19/0.27)	

CMYK percentages

%0
%71.89
%19.46
%27.45

Codes

Color #B93495 in popluar color models

B93495
RGB18552149
HSL316°56.12%46.47%
HSB/HSV316°71.89%72.55%
CMYK0.00%71.89%19.46%
27.45%

Color #B93495 in popluar number systems.

HEXB93495
Decimal18552149
Binary1011100111010010010101
Octal27164225

Shades and tints

Shades of #B93495

#B93495
(185,52,149)
#A93088
(169,48,136)
#992C7B
(153,44,123)
#89286E
(137,40,110)
#792461
(121,36,97)
#692054
(105,32,84)
#591C47
(89,28,71)
#49183A
(73,24,58)
#39142D
(57,20,45)
#291020
(41,16,32)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #B93495

#B93495
(185,52,149)
#BF469E
(191,70,158)
#C558A7
(197,88,167)
#CB6AB0
(203,106,176)
#D17CB9
(209,124,185)
#D78EC2
(215,142,194)
#DDA0CB
(221,160,203)
#E3B2D4
(227,178,212)
#E9C4DD
(233,196,221)
#EFD6E6
(239,214,230)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B93495 color. Also use rgb(185,52,149) instead hex code.

Text Font Color

.myTextColor { color: #B93495; }

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

This text font color is #B93495.


Background Color

.myBgColor { background-color: #B93495; }

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

This div background color is #B93495.


Border color

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

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

This div border color is #B93495.


Opacity

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

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

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

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

This text has shadow with #B93495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B93495 on black background.


Color preview on white background

This text has color #B93495 on white background.



Black color preview on #B93495 background

This text has black color on #B93495 background.


White color preview on #B93495 background

This text has white color on #B93495 background.