COLOR #B075BE

HEX: #B075BE RGB: (176,117,190)

Color info

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

RGB color model

#B075BE color RGB value is (176,117,190).

RGB: (176,117,190) (69%, 46%, 75%)

RGB channels and saturation

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

176
117
190

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

Portions of RGB colors in percentages

R + G + B = 176 + 117 + 190 = 483 (100%)
R 176 of 483 ~ 36.44%
G 117 of 483 ~ 24.22%
B 190 of 483 ~ 39.34'%

%36.44
%24.22
%39.34

CMYK color model

#B075BE color CMYK value is (7,38,0,25).

  • cyan value is 7.37%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (7,38,0,25) C7M38Y0K25 (7%,38%,0%,25%) (0.07/0.38/0.00/0.25) 

CMYK percentages

%7.37
%38.42
%0
%25.49

Codes

Color #B075BE in popluar color models

B0 75 BE
RGB 176 117 190
HSL 288° 35.96% 60.20%
HSB/HSV 288° 38.42% 74.51%
CMYK 7.37% 38.42% 0.00%
25.49%

Color #B075BE in popluar number systems.

HEX B0 75 BE
Decimal 176 117 190
Binary 10110000 1110101 10111110
Octal 260 165 276

Shades and tints

Shades of #B075BE

#B075BE
(176,117,190)
#A06BAD
(160,107,173)
#90619C
(144,97,156)
#80578B
(128,87,139)
#704D7A
(112,77,122)
#604369
(96,67,105)
#503958
(80,57,88)
#402F47
(64,47,71)
#302536
(48,37,54)
#201B25
(32,27,37)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #B075BE

#B075BE
(176,117,190)
#B781C3
(183,129,195)
#BE8DC8
(190,141,200)
#C599CD
(197,153,205)
#CCA5D2
(204,165,210)
#D3B1D7
(211,177,215)
#DABDDC
(218,189,220)
#E1C9E1
(225,201,225)
#E8D5E6
(232,213,230)
#EFE1EB
(239,225,235)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B075BE; }

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

This text font color is #B075BE.

Background Color

.myBgColor { background-color: #B075BE; }

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

This div background color is #B075BE.

Border color

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

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

This div border color is #B075BE.

Opacity

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

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

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

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

This text has shadow with #B075BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B075BE.

Preview

Color preview on black background

This text has color #B075BE on black background.


Color preview on white background

This text has color #B075BE on white background.


Black color preview on #B075BE background

This text has black color on #B075BE background.


White color preview on #B075BE background

This text has white color on #B075BE background.


Related colors

Complementary color

Complementary color for #hex is #4F8A41.


I love getcolorcode.com

Triadic colors

1 #BEB075 and #75BEB0 with #B075BE are triadic colors.

2 #BE75B0 and #75B0BE with #B075BE are triadic colors.