COLOR #B563C8

HEX: #B563C8
RGB: (181,99,200)

Color info

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

RGB color model

#B563C8 color RGB value is (181,99,200).

  • red value is 181;
  • green value is 99;
  • blue value is 200.
RGB:
(181,99,200)
(71%,39%,78%)

RGB channels and saturation

R 181 of 255 = 71%
G 99 of 255 = 39%
B 200 of 255 = 78%

181
99
200

R + G + B ~ 63%. #B563C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 99 + 200 = 480 (100%)
R 181 of 480 ~ 37.71%
G 99 of 480 ~ 20.63%
B 200 of 480 ~ 41.67%

%37.71
%20.63
%41.67

CMYK color model

#B563C8 color CMYK value is (10,51,0,22).

  • cyan value is 9.50%
  • magenta value is 50.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(10,51,0,22)
C10M51Y0K22 
(10%,51%,0%,22%)
(0.10/0.51/0.00/0.22)	

CMYK percentages

%9.5
%50.5
%0
%21.57

Codes

Color #B563C8 in popluar color models

B563C8
RGB18199200
HSL289°47.87%58.63%
HSB/HSV289°50.50%78.43%
CMYK9.50%50.50%0.00%
21.57%

Color #B563C8 in popluar number systems.

HEXB563C8
Decimal18199200
Binary10110101110001111001000
Octal265143310

Shades and tints

Shades of #B563C8

#B563C8
(181,99,200)
#A55AB6
(165,90,182)
#9551A4
(149,81,164)
#854892
(133,72,146)
#753F80
(117,63,128)
#65366E
(101,54,110)
#552D5C
(85,45,92)
#45244A
(69,36,74)
#351B38
(53,27,56)
#251226
(37,18,38)
#150914
(21,9,20)
#000000
(0,0,0)

Tints of #B563C8

#B563C8
(181,99,200)
#BB71CD
(187,113,205)
#C17FD2
(193,127,210)
#C78DD7
(199,141,215)
#CD9BDC
(205,155,220)
#D3A9E1
(211,169,225)
#D9B7E6
(217,183,230)
#DFC5EB
(223,197,235)
#E5D3F0
(229,211,240)
#EBE1F5
(235,225,245)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B563C8 color. Also use rgb(181,99,200) instead hex code.

Text Font Color

.myTextColor { color: #B563C8; }

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

This text font color is #B563C8.


Background Color

.myBgColor { background-color: #B563C8; }

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

This div background color is #B563C8.


Border color

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

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

This div border color is #B563C8.


Opacity

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

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

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

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

This text has shadow with #B563C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B563C8 on black background.


Color preview on white background

This text has color #B563C8 on white background.



Black color preview on #B563C8 background

This text has black color on #B563C8 background.


White color preview on #B563C8 background

This text has white color on #B563C8 background.