COLOR #B354CA

HEX: #B354CA
RGB: (179,84,202)

Color info

#B354CA contains mainly red and blue colors. Web safe color of #B354CA is #9966CC (or #96C).

RGB color model

#B354CA color RGB value is (179,84,202).

  • red value is 179;
  • green value is 84;
  • blue value is 202.
RGB:
(179,84,202)
(70%,33%,79%)

RGB channels and saturation

R 179 of 255 = 70%
G 84 of 255 = 33%
B 202 of 255 = 79%

179
84
202

R + G + B ~ 61%. #B354CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 84 + 202 = 465 (100%)
R 179 of 465 ~ 38.49%
G 84 of 465 ~ 18.06%
B 202 of 465 ~ 43.44%

%38.49
%18.06
%43.44

CMYK color model

#B354CA color CMYK value is (11,58,0,21).

  • cyan value is 11.39%
  • magenta value is 58.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(11,58,0,21)
C11M58Y0K21 
(11%,58%,0%,21%)
(0.11/0.58/0.00/0.21)	

CMYK percentages

%11.39
%58.42
%0
%20.78

Codes

Color #B354CA in popluar color models

B354CA
RGB17984202
HSL288°52.68%56.08%
HSB/HSV288°58.42%79.22%
CMYK11.39%58.42%0.00%
20.78%

Color #B354CA in popluar number systems.

HEXB354CA
Decimal17984202
Binary10110011101010011001010
Octal263124312

Shades and tints

Shades of #B354CA

#B354CA
(179,84,202)
#A34DB8
(163,77,184)
#9346A6
(147,70,166)
#833F94
(131,63,148)
#733882
(115,56,130)
#633170
(99,49,112)
#532A5E
(83,42,94)
#43234C
(67,35,76)
#331C3A
(51,28,58)
#231528
(35,21,40)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #B354CA

#B354CA
(179,84,202)
#B963CE
(185,99,206)
#BF72D2
(191,114,210)
#C581D6
(197,129,214)
#CB90DA
(203,144,218)
#D19FDE
(209,159,222)
#D7AEE2
(215,174,226)
#DDBDE6
(221,189,230)
#E3CCEA
(227,204,234)
#E9DBEE
(233,219,238)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B354CA color. Also use rgb(179,84,202) instead hex code.

Text Font Color

.myTextColor { color: #B354CA; }

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

This text font color is #B354CA.


Background Color

.myBgColor { background-color: #B354CA; }

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

This div background color is #B354CA.


Border color

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

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

This div border color is #B354CA.


Opacity

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

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

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

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

This text has shadow with #B354CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B354CA on black background.


Color preview on white background

This text has color #B354CA on white background.



Black color preview on #B354CA background

This text has black color on #B354CA background.


White color preview on #B354CA background

This text has white color on #B354CA background.