COLOR #B36CCB

HEX: #B36CCB RGB: (179,108,203)

Color info

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

RGB color model

#B36CCB color RGB value is (179,108,203).

RGB: (179,108,203) (70%, 42%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 108 of 255 = 42%
B 203 of 255 = 80%

179
108
203

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

Portions of RGB colors in percentages

R + G + B = 179 + 108 + 203 = 490 (100%)
R 179 of 490 ~ 36.53%
G 108 of 490 ~ 22.04%
B 203 of 490 ~ 41.43'%

%36.53
%22.04
%41.43

CMYK color model

#B36CCB color CMYK value is (12,47,0,20).

  • cyan value is 11.82%
  • magenta value is 46.80%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (12,47,0,20)
C12M47Y0K20 (12%, 47%, 0%, 20%)
(0.12 / 0.47 / 0.00 / 0.20)

CMYK percentages

%11.82
%46.8
%0
%20.39

Codes

Color #B36CCB in popluar color models

B3 6C CB
RGB 179 108 203
HSL 285° 47.74% 60.98%
HSB/HSV 285° 46.80% 79.61%
CMYK 11.82% 46.80% 0.00%
20.39%

Color #B36CCB in popluar number systems.

HEX B3 6C CB
Decimal 179 108 203
Binary 10110011 1101100 11001011
Octal 263 154 313

Shades and tints

Shades of #B36CCB

#B36CCB
(179,108,203)
#A363B9
(163,99,185)
#935AA7
(147,90,167)
#835195
(131,81,149)
#734883
(115,72,131)
#633F71
(99,63,113)
#53365F
(83,54,95)
#432D4D
(67,45,77)
#33243B
(51,36,59)
#231B29
(35,27,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #B36CCB

#B36CCB
(179,108,203)
#B979CF
(185,121,207)
#BF86D3
(191,134,211)
#C593D7
(197,147,215)
#CBA0DB
(203,160,219)
#D1ADDF
(209,173,223)
#D7BAE3
(215,186,227)
#DDC7E7
(221,199,231)
#E3D4EB
(227,212,235)
#E9E1EF
(233,225,239)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36CCB color. Also use rgb(179,108,203) instead hex code.

Text Font Color

.myTextColor { color: #B36CCB; }

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

This text font color is #B36CCB.

Background Color

.myBgColor { background-color: #B36CCB; }

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

This div background color is #B36CCB.

Border color

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

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

This div border color is #B36CCB.

Opacity

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

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

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

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

This text has shadow with #B36CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B36CCB.

Preview

Color preview on black background

This text has color #B36CCB on black background.


Color preview on white background

This text has color #B36CCB on white background.


Black color preview on #B36CCB background

This text has black color on #B36CCB background.


White color preview on #B36CCB background

This text has white color on #B36CCB background.


Related colors

Complementary color

Complementary color for #hex is #4C9334.


I love getcolorcode.com

Triadic colors

1 #CBB36C and #6CCBB3 with #B36CCB are triadic colors.

2 #CB6CB3 and #6CB3CB with #B36CCB are triadic colors.