COLOR #B15CDE

HEX: #B15CDE
RGB: (177,92,222)

Color info

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

RGB color model

#B15CDE color RGB value is (177,92,222).

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

RGB channels and saturation

R 177 of 255 = 69%
G 92 of 255 = 36%
B 222 of 255 = 87%

177
92
222

R + G + B ~ 64%. #B15CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 92 + 222 = 491 (100%)
R 177 of 491 ~ 36.05%
G 92 of 491 ~ 18.74%
B 222 of 491 ~ 45.21%

%36.05
%18.74
%45.21

CMYK color model

#B15CDE color CMYK value is (20,59,0,13).

  • cyan value is 20.27%
  • magenta value is 58.56%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,59,0,13)
C20M59Y0K13 
(20%,59%,0%,13%)
(0.20/0.59/0.00/0.13)	

CMYK percentages

%20.27
%58.56
%0
%12.94

Codes

Color #B15CDE in popluar color models

B15CDE
RGB17792222
HSL279°66.33%61.57%
HSB/HSV279°58.56%87.06%
CMYK20.27%58.56%0.00%
12.94%

Color #B15CDE in popluar number systems.

HEXB15CDE
Decimal17792222
Binary10110001101110011011110
Octal261134336

Shades and tints

Shades of #B15CDE

#B15CDE
(177,92,222)
#A154CA
(161,84,202)
#914CB6
(145,76,182)
#8144A2
(129,68,162)
#713C8E
(113,60,142)
#61347A
(97,52,122)
#512C66
(81,44,102)
#412452
(65,36,82)
#311C3E
(49,28,62)
#21142A
(33,20,42)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #B15CDE

#B15CDE
(177,92,222)
#B86AE1
(184,106,225)
#BF78E4
(191,120,228)
#C686E7
(198,134,231)
#CD94EA
(205,148,234)
#D4A2ED
(212,162,237)
#DBB0F0
(219,176,240)
#E2BEF3
(226,190,243)
#E9CCF6
(233,204,246)
#F0DAF9
(240,218,249)
#F7E8FC
(247,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B15CDE; }

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

This text font color is #B15CDE.


Background Color

.myBgColor { background-color: #B15CDE; }

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

This div background color is #B15CDE.


Border color

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

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

This div border color is #B15CDE.


Opacity

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

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

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

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

This text has shadow with #B15CDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15CDE on black background.


Color preview on white background

This text has color #B15CDE on white background.



Black color preview on #B15CDE background

This text has black color on #B15CDE background.


White color preview on #B15CDE background

This text has white color on #B15CDE background.