COLOR #B863BA

HEX: #B863BA RGB: (184,99,186)

Color info

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

RGB color model

#B863BA color RGB value is (184,99,186).

RGB: (184,99,186) (72%, 39%, 73%)

RGB channels and saturation

R 184 of 255 = 72%
G 99 of 255 = 39%
B 186 of 255 = 73%

184
99
186

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

Portions of RGB colors in percentages

R + G + B = 184 + 99 + 186 = 469 (100%)
R 184 of 469 ~ 39.23%
G 99 of 469 ~ 21.11%
B 186 of 469 ~ 39.66'%

%39.23
%21.11
%39.66

CMYK color model

#B863BA color CMYK value is (1,47,0,27).

  • cyan value is 1.08%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (1,47,0,27)
C1M47Y0K27 (1%, 47%, 0%, 27%)
(0.01 / 0.47 / 0.00 / 0.27)

CMYK percentages

%1.08
%46.77
%0
%27.06

Codes

Color #B863BA in popluar color models

B8 63 BA
RGB 184 99 186
HSL 299° 38.67% 55.88%
HSB/HSV 299° 46.77% 72.94%
CMYK 1.08% 46.77% 0.00%
27.06%

Color #B863BA in popluar number systems.

HEX B8 63 BA
Decimal 184 99 186
Binary 10111000 1100011 10111010
Octal 270 143 272

Shades and tints

Shades of #B863BA

#B863BA
(184,99,186)
#A85AAA
(168,90,170)
#98519A
(152,81,154)
#88488A
(136,72,138)
#783F7A
(120,63,122)
#68366A
(104,54,106)
#582D5A
(88,45,90)
#48244A
(72,36,74)
#381B3A
(56,27,58)
#28122A
(40,18,42)
#18091A
(24,9,26)
#000000
(0,0,0)

Tints of #B863BA

#B863BA
(184,99,186)
#BE71C0
(190,113,192)
#C47FC6
(196,127,198)
#CA8DCC
(202,141,204)
#D09BD2
(208,155,210)
#D6A9D8
(214,169,216)
#DCB7DE
(220,183,222)
#E2C5E4
(226,197,228)
#E8D3EA
(232,211,234)
#EEE1F0
(238,225,240)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B863BA color. Also use rgb(184,99,186) instead hex code.

Text Font Color

.myTextColor { color: #B863BA; }

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

This text font color is #B863BA.

Background Color

.myBgColor { background-color: #B863BA; }

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

This div background color is #B863BA.

Border color

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

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

This div border color is #B863BA.

Opacity

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

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

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

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

This text has shadow with #B863BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B863BA.

Preview

Color preview on black background

This text has color #B863BA on black background.


Color preview on white background

This text has color #B863BA on white background.


Black color preview on #B863BA background

This text has black color on #B863BA background.


White color preview on #B863BA background

This text has white color on #B863BA background.


Related colors

Complementary color

Complementary color for #hex is #479C45.


I love getcolorcode.com

Triadic colors

1 #BAB863 and #63BAB8 with #B863BA are triadic colors.

2 #BA63B8 and #63B8BA with #B863BA are triadic colors.