COLOR #B05398

HEX: #B05398
RGB: (176,83,152)

Color info

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

RGB color model

#B05398 color RGB value is (176,83,152).

  • red value is 176;
  • green value is 83;
  • blue value is 152.
RGB:
(176,83,152)
(69%,33%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 83 of 255 = 33%
B 152 of 255 = 60%

176
83
152

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

Portions of RGB colors in percentages

R + G + B =
176 + 83 + 152 = 411 (100%)
R 176 of 411 ~ 42.82%
G 83 of 411 ~ 20.19%
B 152 of 411 ~ 36.98%

%42.82
%20.19
%36.98

CMYK color model

#B05398 color CMYK value is (0,53,14,31).

  • cyan value is 0.00%
  • magenta value is 52.84%
  • yellow value is 13.64%
  • key color value is 30.98%
CMYK:
(0,53,14,31)
C0M53Y14K31 
(0%,53%,14%,31%)
(0.00/0.53/0.14/0.31)	

CMYK percentages

%0
%52.84
%13.64
%30.98

Codes

Color #B05398 in popluar color models

B05398
RGB17683152
HSL315°37.05%50.78%
HSB/HSV315°52.84%69.02%
CMYK0.00%52.84%13.64%
30.98%

Color #B05398 in popluar number systems.

HEXB05398
Decimal17683152
Binary10110000101001110011000
Octal260123230

Shades and tints

Shades of #B05398

#B05398
(176,83,152)
#A04C8B
(160,76,139)
#90457E
(144,69,126)
#803E71
(128,62,113)
#703764
(112,55,100)
#603057
(96,48,87)
#50294A
(80,41,74)
#40223D
(64,34,61)
#301B30
(48,27,48)
#201423
(32,20,35)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #B05398

#B05398
(176,83,152)
#B762A1
(183,98,161)
#BE71AA
(190,113,170)
#C580B3
(197,128,179)
#CC8FBC
(204,143,188)
#D39EC5
(211,158,197)
#DAADCE
(218,173,206)
#E1BCD7
(225,188,215)
#E8CBE0
(232,203,224)
#EFDAE9
(239,218,233)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05398 color. Also use rgb(176,83,152) instead hex code.

Text Font Color

.myTextColor { color: #B05398; }

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

This text font color is #B05398.


Background Color

.myBgColor { background-color: #B05398; }

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

This div background color is #B05398.


Border color

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

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

This div border color is #B05398.


Opacity

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

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

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

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

This text has shadow with #B05398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B05398 on black background.


Color preview on white background

This text has color #B05398 on white background.



Black color preview on #B05398 background

This text has black color on #B05398 background.


White color preview on #B05398 background

This text has white color on #B05398 background.