COLOR #B075DC

HEX: #B075DC RGB: (176,117,220)

Color info

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

RGB color model

#B075DC color RGB value is (176,117,220).

RGB: (176,117,220) (69%, 46%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 117 of 255 = 46%
B 220 of 255 = 86%

176
117
220

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

Portions of RGB colors in percentages

R + G + B = 176 + 117 + 220 = 513 (100%)
R 176 of 513 ~ 34.31%
G 117 of 513 ~ 22.81%
B 220 of 513 ~ 42.88'%

%34.31
%22.81
%42.88

CMYK color model

#B075DC color CMYK value is (20,47,0,14).

  • cyan value is 20.00%
  • magenta value is 46.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (20,47,0,14)
C20M47Y0K14 (20%, 47%, 0%, 14%)
(0.20 / 0.47 / 0.00 / 0.14)

CMYK percentages

%20
%46.82
%0
%13.73

Codes

Color #B075DC in popluar color models

B0 75 DC
RGB 176 117 220
HSL 274° 59.54% 66.08%
HSB/HSV 274° 46.82% 86.27%
CMYK 20.00% 46.82% 0.00%
13.73%

Color #B075DC in popluar number systems.

HEX B0 75 DC
Decimal 176 117 220
Binary 10110000 1110101 11011100
Octal 260 165 334

Shades and tints

Shades of #B075DC

#B075DC
(176,117,220)
#A06BC8
(160,107,200)
#9061B4
(144,97,180)
#8057A0
(128,87,160)
#704D8C
(112,77,140)
#604378
(96,67,120)
#503964
(80,57,100)
#402F50
(64,47,80)
#30253C
(48,37,60)
#201B28
(32,27,40)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B075DC

#B075DC
(176,117,220)
#B781DF
(183,129,223)
#BE8DE2
(190,141,226)
#C599E5
(197,153,229)
#CCA5E8
(204,165,232)
#D3B1EB
(211,177,235)
#DABDEE
(218,189,238)
#E1C9F1
(225,201,241)
#E8D5F4
(232,213,244)
#EFE1F7
(239,225,247)
#F6EDFA
(246,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B075DC; }

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

This text font color is #B075DC.

Background Color

.myBgColor { background-color: #B075DC; }

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

This div background color is #B075DC.

Border color

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

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

This div border color is #B075DC.

Opacity

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

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

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

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

This text has shadow with #B075DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B075DC.

Preview

Color preview on black background

This text has color #B075DC on black background.


Color preview on white background

This text has color #B075DC on white background.


Black color preview on #B075DC background

This text has black color on #B075DC background.


White color preview on #B075DC background

This text has white color on #B075DC background.


Related colors

Complementary color

Complementary color for #hex is #4F8A23.


I love getcolorcode.com

Triadic colors

1 #DCB075 and #75DCB0 with #B075DC are triadic colors.

2 #DC75B0 and #75B0DC with #B075DC are triadic colors.