COLOR #B365DC

HEX: #B365DC
RGB: (179,101,220)

Color info

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

RGB color model

#B365DC color RGB value is (179,101,220).

  • red value is 179;
  • green value is 101;
  • blue value is 220.
RGB:
(179,101,220)
(70%,40%,86%)

RGB channels and saturation

R 179 of 255 = 70%
G 101 of 255 = 40%
B 220 of 255 = 86%

179
101
220

R + G + B ~ 65%. #B365DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 101 + 220 = 500 (100%)
R 179 of 500 ~ 35.8%
G 101 of 500 ~ 20.2%
B 220 of 500 ~ 44%

%35.8
%20.2
%44

CMYK color model

#B365DC color CMYK value is (19,54,0,14).

  • cyan value is 18.64%
  • magenta value is 54.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(19,54,0,14)
C19M54Y0K14 
(19%,54%,0%,14%)
(0.19/0.54/0.00/0.14)	

CMYK percentages

%18.64
%54.09
%0
%13.73

Codes

Color #B365DC in popluar color models

B365DC
RGB179101220
HSL279°62.96%62.94%
HSB/HSV279°54.09%86.27%
CMYK18.64%54.09%0.00%
13.73%

Color #B365DC in popluar number systems.

HEXB365DC
Decimal179101220
Binary10110011110010111011100
Octal263145334

Shades and tints

Shades of #B365DC

#B365DC
(179,101,220)
#A35CC8
(163,92,200)
#9353B4
(147,83,180)
#834AA0
(131,74,160)
#73418C
(115,65,140)
#633878
(99,56,120)
#532F64
(83,47,100)
#432650
(67,38,80)
#331D3C
(51,29,60)
#231428
(35,20,40)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #B365DC

#B365DC
(179,101,220)
#B973DF
(185,115,223)
#BF81E2
(191,129,226)
#C58FE5
(197,143,229)
#CB9DE8
(203,157,232)
#D1ABEB
(209,171,235)
#D7B9EE
(215,185,238)
#DDC7F1
(221,199,241)
#E3D5F4
(227,213,244)
#E9E3F7
(233,227,247)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B365DC; }

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

This text font color is #B365DC.


Background Color

.myBgColor { background-color: #B365DC; }

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

This div background color is #B365DC.


Border color

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

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

This div border color is #B365DC.


Opacity

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

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

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

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

This text has shadow with #B365DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B365DC on black background.


Color preview on white background

This text has color #B365DC on white background.



Black color preview on #B365DC background

This text has black color on #B365DC background.


White color preview on #B365DC background

This text has white color on #B365DC background.