COLOR #B15CB0

HEX: #B15CB0
RGB: (177,92,176)

Color info

#B15CB0 contains mainly red and blue colors. Web safe color of #B15CB0 is #996699 (or #969).

RGB color model

#B15CB0 color RGB value is (177,92,176).

  • red value is 177;
  • green value is 92;
  • blue value is 176.
RGB:
(177,92,176)
(69%,36%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 92 of 255 = 36%
B 176 of 255 = 69%

177
92
176

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

Portions of RGB colors in percentages

R + G + B =
177 + 92 + 176 = 445 (100%)
R 177 of 445 ~ 39.78%
G 92 of 445 ~ 20.67%
B 176 of 445 ~ 39.55%

%39.78
%20.67
%39.55

CMYK color model

#B15CB0 color CMYK value is (0,48,1,31).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 0.56%
  • key color value is 30.59%
CMYK:
(0,48,1,31)
C0M48Y1K31 
(0%,48%,1%,31%)
(0.00/0.48/0.01/0.31)	

CMYK percentages

%0
%48.02
%0.56
%30.59

Codes

Color #B15CB0 in popluar color models

B15CB0
RGB17792176
HSL301°35.27%52.75%
HSB/HSV301°48.02%69.41%
CMYK0.00%48.02%0.56%
30.59%

Color #B15CB0 in popluar number systems.

HEXB15CB0
Decimal17792176
Binary10110001101110010110000
Octal261134260

Shades and tints

Shades of #B15CB0

#B15CB0
(177,92,176)
#A154A0
(161,84,160)
#914C90
(145,76,144)
#814480
(129,68,128)
#713C70
(113,60,112)
#613460
(97,52,96)
#512C50
(81,44,80)
#412440
(65,36,64)
#311C30
(49,28,48)
#211420
(33,20,32)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #B15CB0

#B15CB0
(177,92,176)
#B86AB7
(184,106,183)
#BF78BE
(191,120,190)
#C686C5
(198,134,197)
#CD94CC
(205,148,204)
#D4A2D3
(212,162,211)
#DBB0DA
(219,176,218)
#E2BEE1
(226,190,225)
#E9CCE8
(233,204,232)
#F0DAEF
(240,218,239)
#F7E8F6
(247,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15CB0 color. Also use rgb(177,92,176) instead hex code.

Text Font Color

.myTextColor { color: #B15CB0; }

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

This text font color is #B15CB0.


Background Color

.myBgColor { background-color: #B15CB0; }

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

This div background color is #B15CB0.


Border color

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

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

This div border color is #B15CB0.


Opacity

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

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

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

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

This text has shadow with #B15CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15CB0 on black background.


Color preview on white background

This text has color #B15CB0 on white background.



Black color preview on #B15CB0 background

This text has black color on #B15CB0 background.


White color preview on #B15CB0 background

This text has white color on #B15CB0 background.