COLOR #B963BE

HEX: #B963BE RGB: (185,99,190)

Color info

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

RGB color model

#B963BE color RGB value is (185,99,190).

RGB: (185,99,190) (73%, 39%, 75%)

RGB channels and saturation

R 185 of 255 = 73%
G 99 of 255 = 39%
B 190 of 255 = 75%

185
99
190

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

Portions of RGB colors in percentages

R + G + B = 185 + 99 + 190 = 474 (100%)
R 185 of 474 ~ 39.03%
G 99 of 474 ~ 20.89%
B 190 of 474 ~ 40.08'%

%39.03
%20.89
%40.08

CMYK color model

#B963BE color CMYK value is (3,48,0,25).

  • cyan value is 2.63%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (3,48,0,25)
C3M48Y0K25 (3%, 48%, 0%, 25%)
(0.03 / 0.48 / 0.00 / 0.25)

CMYK percentages

%2.63
%47.89
%0
%25.49

Codes

Color #B963BE in popluar color models

B9 63 BE
RGB 185 99 190
HSL 297° 41.18% 56.67%
HSB/HSV 297° 47.89% 74.51%
CMYK 2.63% 47.89% 0.00%
25.49%

Color #B963BE in popluar number systems.

HEX B9 63 BE
Decimal 185 99 190
Binary 10111001 1100011 10111110
Octal 271 143 276

Shades and tints

Shades of #B963BE

#B963BE
(185,99,190)
#A95AAD
(169,90,173)
#99519C
(153,81,156)
#89488B
(137,72,139)
#793F7A
(121,63,122)
#693669
(105,54,105)
#592D58
(89,45,88)
#492447
(73,36,71)
#391B36
(57,27,54)
#291225
(41,18,37)
#190914
(25,9,20)
#000000
(0,0,0)

Tints of #B963BE

#B963BE
(185,99,190)
#BF71C3
(191,113,195)
#C57FC8
(197,127,200)
#CB8DCD
(203,141,205)
#D19BD2
(209,155,210)
#D7A9D7
(215,169,215)
#DDB7DC
(221,183,220)
#E3C5E1
(227,197,225)
#E9D3E6
(233,211,230)
#EFE1EB
(239,225,235)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B963BE color. Also use rgb(185,99,190) instead hex code.

Text Font Color

.myTextColor { color: #B963BE; }

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

This text font color is #B963BE.

Background Color

.myBgColor { background-color: #B963BE; }

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

This div background color is #B963BE.

Border color

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

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

This div border color is #B963BE.

Opacity

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

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

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

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

This text has shadow with #B963BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B963BE.

Preview

Color preview on black background

This text has color #B963BE on black background.


Color preview on white background

This text has color #B963BE on white background.


Black color preview on #B963BE background

This text has black color on #B963BE background.


White color preview on #B963BE background

This text has white color on #B963BE background.


Related colors

Complementary color

Complementary color for #hex is #469C41.


I love getcolorcode.com

Triadic colors

1 #BEB963 and #63BEB9 with #B963BE are triadic colors.

2 #BE63B9 and #63B9BE with #B963BE are triadic colors.