COLOR #B375DB

HEX: #B375DB
RGB: (179,117,219)

Color info

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

RGB color model

#B375DB color RGB value is (179,117,219).

  • red value is 179;
  • green value is 117;
  • blue value is 219.
RGB:
(179,117,219)
(70%,46%,86%)

RGB channels and saturation

R 179 of 255 = 70%
G 117 of 255 = 46%
B 219 of 255 = 86%

179
117
219

R + G + B ~ 67%. #B375DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 117 + 219 = 515 (100%)
R 179 of 515 ~ 34.76%
G 117 of 515 ~ 22.72%
B 219 of 515 ~ 42.52%

%34.76
%22.72
%42.52

CMYK color model

#B375DB color CMYK value is (18,47,0,14).

  • cyan value is 18.26%
  • magenta value is 46.58%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(18,47,0,14)
C18M47Y0K14 
(18%,47%,0%,14%)
(0.18/0.47/0.00/0.14)	

CMYK percentages

%18.26
%46.58
%0
%14.12

Codes

Color #B375DB in popluar color models

B375DB
RGB179117219
HSL276°58.62%65.88%
HSB/HSV276°46.58%85.88%
CMYK18.26%46.58%0.00%
14.12%

Color #B375DB in popluar number systems.

HEXB375DB
Decimal179117219
Binary10110011111010111011011
Octal263165333

Shades and tints

Shades of #B375DB

#B375DB
(179,117,219)
#A36BC8
(163,107,200)
#9361B5
(147,97,181)
#8357A2
(131,87,162)
#734D8F
(115,77,143)
#63437C
(99,67,124)
#533969
(83,57,105)
#432F56
(67,47,86)
#332543
(51,37,67)
#231B30
(35,27,48)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #B375DB

#B375DB
(179,117,219)
#B981DE
(185,129,222)
#BF8DE1
(191,141,225)
#C599E4
(197,153,228)
#CBA5E7
(203,165,231)
#D1B1EA
(209,177,234)
#D7BDED
(215,189,237)
#DDC9F0
(221,201,240)
#E3D5F3
(227,213,243)
#E9E1F6
(233,225,246)
#EFEDF9
(239,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B375DB color. Also use rgb(179,117,219) instead hex code.

Text Font Color

.myTextColor { color: #B375DB; }

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

This text font color is #B375DB.


Background Color

.myBgColor { background-color: #B375DB; }

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

This div background color is #B375DB.


Border color

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

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

This div border color is #B375DB.


Opacity

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

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

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

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

This text has shadow with #B375DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B375DB on black background.


Color preview on white background

This text has color #B375DB on white background.



Black color preview on #B375DB background

This text has black color on #B375DB background.


White color preview on #B375DB background

This text has white color on #B375DB background.