COLOR #B063BA

HEX: #B063BA
RGB: (176,99,186)

Color info

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

RGB color model

#B063BA color RGB value is (176,99,186).

  • red value is 176;
  • green value is 99;
  • blue value is 186.
RGB:
(176,99,186)
(69%,39%,73%)

RGB channels and saturation

R 176 of 255 = 69%
G 99 of 255 = 39%
B 186 of 255 = 73%

176
99
186

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

Portions of RGB colors in percentages

R + G + B =
176 + 99 + 186 = 461 (100%)
R 176 of 461 ~ 38.18%
G 99 of 461 ~ 21.48%
B 186 of 461 ~ 40.35%

%38.18
%21.48
%40.35

CMYK color model

#B063BA color CMYK value is (5,47,0,27).

  • cyan value is 5.38%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,47,0,27)
C5M47Y0K27 
(5%,47%,0%,27%)
(0.05/0.47/0.00/0.27)	

CMYK percentages

%5.38
%46.77
%0
%27.06

Codes

Color #B063BA in popluar color models

B063BA
RGB17699186
HSL293°38.67%55.88%
HSB/HSV293°46.77%72.94%
CMYK5.38%46.77%0.00%
27.06%

Color #B063BA in popluar number systems.

HEXB063BA
Decimal17699186
Binary10110000110001110111010
Octal260143272

Shades and tints

Shades of #B063BA

#B063BA
(176,99,186)
#A05AAA
(160,90,170)
#90519A
(144,81,154)
#80488A
(128,72,138)
#703F7A
(112,63,122)
#60366A
(96,54,106)
#502D5A
(80,45,90)
#40244A
(64,36,74)
#301B3A
(48,27,58)
#20122A
(32,18,42)
#10091A
(16,9,26)
#000000
(0,0,0)

Tints of #B063BA

#B063BA
(176,99,186)
#B771C0
(183,113,192)
#BE7FC6
(190,127,198)
#C58DCC
(197,141,204)
#CC9BD2
(204,155,210)
#D3A9D8
(211,169,216)
#DAB7DE
(218,183,222)
#E1C5E4
(225,197,228)
#E8D3EA
(232,211,234)
#EFE1F0
(239,225,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B063BA; }

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

This text font color is #B063BA.


Background Color

.myBgColor { background-color: #B063BA; }

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

This div background color is #B063BA.


Border color

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

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

This div border color is #B063BA.


Opacity

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

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

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

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

This text has shadow with #B063BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B063BA on black background.


Color preview on white background

This text has color #B063BA on white background.



Black color preview on #B063BA background

This text has black color on #B063BA background.


White color preview on #B063BA background

This text has white color on #B063BA background.