COLOR #B075BF

HEX: #B075BF
RGB: (176,117,191)

Color info

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

RGB color model

#B075BF color RGB value is (176,117,191).

  • red value is 176;
  • green value is 117;
  • blue value is 191.
RGB:
(176,117,191)
(69%,46%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 117 of 255 = 46%
B 191 of 255 = 75%

176
117
191

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

Portions of RGB colors in percentages

R + G + B =
176 + 117 + 191 = 484 (100%)
R 176 of 484 ~ 36.36%
G 117 of 484 ~ 24.17%
B 191 of 484 ~ 39.46%

%36.36
%24.17
%39.46

CMYK color model

#B075BF color CMYK value is (8,39,0,25).

  • cyan value is 7.85%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,39,0,25)
C8M39Y0K25 
(8%,39%,0%,25%)
(0.08/0.39/0.00/0.25)	

CMYK percentages

%7.85
%38.74
%0
%25.1

Codes

Color #B075BF in popluar color models

B075BF
RGB176117191
HSL288°36.63%60.39%
HSB/HSV288°38.74%74.90%
CMYK7.85%38.74%0.00%
25.10%

Color #B075BF in popluar number systems.

HEXB075BF
Decimal176117191
Binary10110000111010110111111
Octal260165277

Shades and tints

Shades of #B075BF

#B075BF
(176,117,191)
#A06BAE
(160,107,174)
#90619D
(144,97,157)
#80578C
(128,87,140)
#704D7B
(112,77,123)
#60436A
(96,67,106)
#503959
(80,57,89)
#402F48
(64,47,72)
#302537
(48,37,55)
#201B26
(32,27,38)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B075BF

#B075BF
(176,117,191)
#B781C4
(183,129,196)
#BE8DC9
(190,141,201)
#C599CE
(197,153,206)
#CCA5D3
(204,165,211)
#D3B1D8
(211,177,216)
#DABDDD
(218,189,221)
#E1C9E2
(225,201,226)
#E8D5E7
(232,213,231)
#EFE1EC
(239,225,236)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B075BF color. Also use rgb(176,117,191) instead hex code.

Text Font Color

.myTextColor { color: #B075BF; }

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

This text font color is #B075BF.


Background Color

.myBgColor { background-color: #B075BF; }

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

This div background color is #B075BF.


Border color

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

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

This div border color is #B075BF.


Opacity

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

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

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

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

This text has shadow with #B075BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B075BF on black background.


Color preview on white background

This text has color #B075BF on white background.



Black color preview on #B075BF background

This text has black color on #B075BF background.


White color preview on #B075BF background

This text has white color on #B075BF background.