COLOR #B315CC

HEX: #B315CC RGB: (179,21,204)

Color info

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

RGB color model

#B315CC color RGB value is (179,21,204).

RGB: (179,21,204) (70%, 8%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 21 of 255 = 8%
B 204 of 255 = 80%

179
21
204

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

Portions of RGB colors in percentages

R + G + B = 179 + 21 + 204 = 404 (100%)
R 179 of 404 ~ 44.31%
G 21 of 404 ~ 5.2%
B 204 of 404 ~ 50.5'%

%44.31
%50.5

CMYK color model

#B315CC color CMYK value is (12,90,0,20).

  • cyan value is 12.25%
  • magenta value is 89.71%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,90,0,20)
C12M90Y0K20 (12%, 90%, 0%, 20%)
(0.12 / 0.90 / 0.00 / 0.20)

CMYK percentages

%12.25
%89.71
%0
%20

Codes

Color #B315CC in popluar color models

B3 15 CC
RGB 179 21 204
HSL 292° 81.33% 44.12%
HSB/HSV 292° 89.71% 80.00%
CMYK 12.25% 89.71% 0.00%
20.00%

Color #B315CC in popluar number systems.

HEX B3 15 CC
Decimal 179 21 204
Binary 10110011 10101 11001100
Octal 263 25 314

Shades and tints

Shades of #B315CC

#B315CC
(179,21,204)
#A314BA
(163,20,186)
#9313A8
(147,19,168)
#831296
(131,18,150)
#731184
(115,17,132)
#631072
(99,16,114)
#530F60
(83,15,96)
#430E4E
(67,14,78)
#330D3C
(51,13,60)
#230C2A
(35,12,42)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #B315CC

#B315CC
(179,21,204)
#B92AD0
(185,42,208)
#BF3FD4
(191,63,212)
#C554D8
(197,84,216)
#CB69DC
(203,105,220)
#D17EE0
(209,126,224)
#D793E4
(215,147,228)
#DDA8E8
(221,168,232)
#E3BDEC
(227,189,236)
#E9D2F0
(233,210,240)
#EFE7F4
(239,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B315CC color. Also use rgb(179,21,204) instead hex code.

Text Font Color

.myTextColor { color: #B315CC; }

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

This text font color is #B315CC.

Background Color

.myBgColor { background-color: #B315CC; }

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

This div background color is #B315CC.

Border color

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

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

This div border color is #B315CC.

Opacity

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

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

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

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

This text has shadow with #B315CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B315CC.

Preview

Color preview on black background

This text has color #B315CC on black background.


Color preview on white background

This text has color #B315CC on white background.


Black color preview on #B315CC background

This text has black color on #B315CC background.


White color preview on #B315CC background

This text has white color on #B315CC background.


Related colors

Complementary color

Complementary color for #hex is #4CEA33.


I love getcolorcode.com

Triadic colors

1 #CCB315 and #15CCB3 with #B315CC are triadic colors.

2 #CC15B3 and #15B3CC with #B315CC are triadic colors.