COLOR #B011C8

HEX: #B011C8 RGB: (176,17,200)

Color info

#B011C8 contains mainly red and blue colors. Web safe color of #B011C8 is #9900CC (or #90C).

RGB color model

#B011C8 color RGB value is (176,17,200).

RGB: (176,17,200) (69%, 7%, 78%)

RGB channels and saturation

R 176 of 255 = 69%
G 17 of 255 = 7%
B 200 of 255 = 78%

176
17
200

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

Portions of RGB colors in percentages

R + G + B = 176 + 17 + 200 = 393 (100%)
R 176 of 393 ~ 44.78%
G 17 of 393 ~ 4.33%
B 200 of 393 ~ 50.89'%

%44.78
%50.89

CMYK color model

#B011C8 color CMYK value is (12,92,0,22).

  • cyan value is 12.00%
  • magenta value is 91.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (12,92,0,22)
C12M92Y0K22 (12%, 92%, 0%, 22%)
(0.12 / 0.92 / 0.00 / 0.22)

CMYK percentages

%12
%91.5
%0
%21.57

Codes

Color #B011C8 in popluar color models

B0 11 C8
RGB 176 17 200
HSL 292° 84.33% 42.55%
HSB/HSV 292° 91.50% 78.43%
CMYK 12.00% 91.50% 0.00%
21.57%

Color #B011C8 in popluar number systems.

HEX B0 11 C8
Decimal 176 17 200
Binary 10110000 10001 11001000
Octal 260 21 310

Shades and tints

Shades of #B011C8

#B011C8
(176,17,200)
#A010B6
(160,16,182)
#900FA4
(144,15,164)
#800E92
(128,14,146)
#700D80
(112,13,128)
#600C6E
(96,12,110)
#500B5C
(80,11,92)
#400A4A
(64,10,74)
#300938
(48,9,56)
#200826
(32,8,38)
#100714
(16,7,20)
#000000
(0,0,0)

Tints of #B011C8

#B011C8
(176,17,200)
#B726CD
(183,38,205)
#BE3BD2
(190,59,210)
#C550D7
(197,80,215)
#CC65DC
(204,101,220)
#D37AE1
(211,122,225)
#DA8FE6
(218,143,230)
#E1A4EB
(225,164,235)
#E8B9F0
(232,185,240)
#EFCEF5
(239,206,245)
#F6E3FA
(246,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B011C8 color. Also use rgb(176,17,200) instead hex code.

Text Font Color

.myTextColor { color: #B011C8; }

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

This text font color is #B011C8.

Background Color

.myBgColor { background-color: #B011C8; }

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

This div background color is #B011C8.

Border color

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

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

This div border color is #B011C8.

Opacity

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

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

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

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

This text has shadow with #B011C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B011C8.

Preview

Color preview on black background

This text has color #B011C8 on black background.


Color preview on white background

This text has color #B011C8 on white background.


Black color preview on #B011C8 background

This text has black color on #B011C8 background.


White color preview on #B011C8 background

This text has white color on #B011C8 background.


Related colors

Complementary color

Complementary color for #hex is #4FEE37.


I love getcolorcode.com

Triadic colors

1 #C8B011 and #11C8B0 with #B011C8 are triadic colors.

2 #C811B0 and #11B0C8 with #B011C8 are triadic colors.