COLOR #B075C1

HEX: #B075C1
RGB: (176,117,193)

Color info

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

RGB color model

#B075C1 color RGB value is (176,117,193).

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

RGB channels and saturation

R 176 of 255 = 69%
G 117 of 255 = 46%
B 193 of 255 = 76%

176
117
193

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

Portions of RGB colors in percentages

R + G + B =
176 + 117 + 193 = 486 (100%)
R 176 of 486 ~ 36.21%
G 117 of 486 ~ 24.07%
B 193 of 486 ~ 39.71%

%36.21
%24.07
%39.71

CMYK color model

#B075C1 color CMYK value is (9,39,0,24).

  • cyan value is 8.81%
  • magenta value is 39.38%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(9,39,0,24)
C9M39Y0K24 
(9%,39%,0%,24%)
(0.09/0.39/0.00/0.24)	

CMYK percentages

%8.81
%39.38
%0
%24.31

Codes

Color #B075C1 in popluar color models

B075C1
RGB176117193
HSL287°38.00%60.78%
HSB/HSV287°39.38%75.69%
CMYK8.81%39.38%0.00%
24.31%

Color #B075C1 in popluar number systems.

HEXB075C1
Decimal176117193
Binary10110000111010111000001
Octal260165301

Shades and tints

Shades of #B075C1

#B075C1
(176,117,193)
#A06BB0
(160,107,176)
#90619F
(144,97,159)
#80578E
(128,87,142)
#704D7D
(112,77,125)
#60436C
(96,67,108)
#50395B
(80,57,91)
#402F4A
(64,47,74)
#302539
(48,37,57)
#201B28
(32,27,40)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #B075C1

#B075C1
(176,117,193)
#B781C6
(183,129,198)
#BE8DCB
(190,141,203)
#C599D0
(197,153,208)
#CCA5D5
(204,165,213)
#D3B1DA
(211,177,218)
#DABDDF
(218,189,223)
#E1C9E4
(225,201,228)
#E8D5E9
(232,213,233)
#EFE1EE
(239,225,238)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B075C1; }

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

This text font color is #B075C1.


Background Color

.myBgColor { background-color: #B075C1; }

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

This div background color is #B075C1.


Border color

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

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

This div border color is #B075C1.


Opacity

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

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

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

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

This text has shadow with #B075C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B075C1 on black background.


Color preview on white background

This text has color #B075C1 on white background.



Black color preview on #B075C1 background

This text has black color on #B075C1 background.


White color preview on #B075C1 background

This text has white color on #B075C1 background.