COLOR #B954CA

HEX: #B954CA RGB: (185,84,202)

Color info

#B954CA contains mainly red and blue colors. Web safe color of #B954CA is #CC66CC (or #C6C).

RGB color model

#B954CA color RGB value is (185,84,202).

RGB: (185,84,202) (73%, 33%, 79%)

RGB channels and saturation

R 185 of 255 = 73%
G 84 of 255 = 33%
B 202 of 255 = 79%

185
84
202

R + G + B ~ 62%. #B954CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 84 + 202 = 471 (100%)
R 185 of 471 ~ 39.28%
G 84 of 471 ~ 17.83%
B 202 of 471 ~ 42.89'%

%39.28
%17.83
%42.89

CMYK color model

#B954CA color CMYK value is (8,58,0,21).

  • cyan value is 8.42%
  • magenta value is 58.42%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (8,58,0,21)
C8M58Y0K21 (8%, 58%, 0%, 21%)
(0.08 / 0.58 / 0.00 / 0.21)

CMYK percentages

%8.42
%58.42
%0
%20.78

Codes

Color #B954CA in popluar color models

B9 54 CA
RGB 185 84 202
HSL 291° 52.68% 56.08%
HSB/HSV 291° 58.42% 79.22%
CMYK 8.42% 58.42% 0.00%
20.78%

Color #B954CA in popluar number systems.

HEX B9 54 CA
Decimal 185 84 202
Binary 10111001 1010100 11001010
Octal 271 124 312

Shades and tints

Shades of #B954CA

#B954CA
(185,84,202)
#A94DB8
(169,77,184)
#9946A6
(153,70,166)
#893F94
(137,63,148)
#793882
(121,56,130)
#693170
(105,49,112)
#592A5E
(89,42,94)
#49234C
(73,35,76)
#391C3A
(57,28,58)
#291528
(41,21,40)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #B954CA

#B954CA
(185,84,202)
#BF63CE
(191,99,206)
#C572D2
(197,114,210)
#CB81D6
(203,129,214)
#D190DA
(209,144,218)
#D79FDE
(215,159,222)
#DDAEE2
(221,174,226)
#E3BDE6
(227,189,230)
#E9CCEA
(233,204,234)
#EFDBEE
(239,219,238)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B954CA; }

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

This text font color is #B954CA.

Background Color

.myBgColor { background-color: #B954CA; }

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

This div background color is #B954CA.

Border color

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

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

This div border color is #B954CA.

Opacity

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

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

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

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

This text has shadow with #B954CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B954CA.

Preview

Color preview on black background

This text has color #B954CA on black background.


Color preview on white background

This text has color #B954CA on white background.


Black color preview on #B954CA background

This text has black color on #B954CA background.


White color preview on #B954CA background

This text has white color on #B954CA background.


Related colors

Complementary color

Complementary color for #hex is #46AB35.


I love getcolorcode.com

Triadic colors

1 #CAB954 and #54CAB9 with #B954CA are triadic colors.

2 #CA54B9 and #54B9CA with #B954CA are triadic colors.