COLOR #B365C6

HEX: #B365C6 RGB: (179,101,198)

Color info

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

RGB color model

#B365C6 color RGB value is (179,101,198).

RGB: (179,101,198) (70%, 40%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 101 of 255 = 40%
B 198 of 255 = 78%

179
101
198

R + G + B ~ 63%. #B365C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 101 + 198 = 478 (100%)
R 179 of 478 ~ 37.45%
G 101 of 478 ~ 21.13%
B 198 of 478 ~ 41.42'%

%37.45
%21.13
%41.42

CMYK color model

#B365C6 color CMYK value is (10,49,0,22).

  • cyan value is 9.60%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (10,49,0,22)
C10M49Y0K22 (10%, 49%, 0%, 22%)
(0.10 / 0.49 / 0.00 / 0.22)

CMYK percentages

%9.6
%48.99
%0
%22.35

Codes

Color #B365C6 in popluar color models

B3 65 C6
RGB 179 101 198
HSL 288° 45.97% 58.63%
HSB/HSV 288° 48.99% 77.65%
CMYK 9.60% 48.99% 0.00%
22.35%

Color #B365C6 in popluar number systems.

HEX B3 65 C6
Decimal 179 101 198
Binary 10110011 1100101 11000110
Octal 263 145 306

Shades and tints

Shades of #B365C6

#B365C6
(179,101,198)
#A35CB4
(163,92,180)
#9353A2
(147,83,162)
#834A90
(131,74,144)
#73417E
(115,65,126)
#63386C
(99,56,108)
#532F5A
(83,47,90)
#432648
(67,38,72)
#331D36
(51,29,54)
#231424
(35,20,36)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #B365C6

#B365C6
(179,101,198)
#B973CB
(185,115,203)
#BF81D0
(191,129,208)
#C58FD5
(197,143,213)
#CB9DDA
(203,157,218)
#D1ABDF
(209,171,223)
#D7B9E4
(215,185,228)
#DDC7E9
(221,199,233)
#E3D5EE
(227,213,238)
#E9E3F3
(233,227,243)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B365C6 color. Also use rgb(179,101,198) instead hex code.

Text Font Color

.myTextColor { color: #B365C6; }

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

This text font color is #B365C6.

Background Color

.myBgColor { background-color: #B365C6; }

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

This div background color is #B365C6.

Border color

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

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

This div border color is #B365C6.

Opacity

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

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

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

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

This text has shadow with #B365C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B365C6.

Preview

Color preview on black background

This text has color #B365C6 on black background.


Color preview on white background

This text has color #B365C6 on white background.


Black color preview on #B365C6 background

This text has black color on #B365C6 background.


White color preview on #B365C6 background

This text has white color on #B365C6 background.


Related colors

Complementary color

Complementary color for #hex is #4C9A39.


I love getcolorcode.com

Triadic colors

1 #C6B365 and #65C6B3 with #B365C6 are triadic colors.

2 #C665B3 and #65B3C6 with #B365C6 are triadic colors.