COLOR #B275B5

HEX: #B275B5
RGB: (178,117,181)

Color info

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

RGB color model

#B275B5 color RGB value is (178,117,181).

  • red value is 178;
  • green value is 117;
  • blue value is 181.
RGB:
(178,117,181)
(70%,46%,71%)

RGB channels and saturation

R 178 of 255 = 70%
G 117 of 255 = 46%
B 181 of 255 = 71%

178
117
181

R + G + B ~ 62%. #B275B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 117 + 181 = 476 (100%)
R 178 of 476 ~ 37.39%
G 117 of 476 ~ 24.58%
B 181 of 476 ~ 38.03%

%37.39
%24.58
%38.03

CMYK color model

#B275B5 color CMYK value is (2,35,0,29).

  • cyan value is 1.66%
  • magenta value is 35.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,35,0,29)
C2M35Y0K29 
(2%,35%,0%,29%)
(0.02/0.35/0.00/0.29)	

CMYK percentages

%1.66
%35.36
%0
%29.02

Codes

Color #B275B5 in popluar color models

B275B5
RGB178117181
HSL297°30.19%58.43%
HSB/HSV297°35.36%70.98%
CMYK1.66%35.36%0.00%
29.02%

Color #B275B5 in popluar number systems.

HEXB275B5
Decimal178117181
Binary10110010111010110110101
Octal262165265

Shades and tints

Shades of #B275B5

#B275B5
(178,117,181)
#A26BA5
(162,107,165)
#926195
(146,97,149)
#825785
(130,87,133)
#724D75
(114,77,117)
#624365
(98,67,101)
#523955
(82,57,85)
#422F45
(66,47,69)
#322535
(50,37,53)
#221B25
(34,27,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B275B5

#B275B5
(178,117,181)
#B981BB
(185,129,187)
#C08DC1
(192,141,193)
#C799C7
(199,153,199)
#CEA5CD
(206,165,205)
#D5B1D3
(213,177,211)
#DCBDD9
(220,189,217)
#E3C9DF
(227,201,223)
#EAD5E5
(234,213,229)
#F1E1EB
(241,225,235)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B275B5 color. Also use rgb(178,117,181) instead hex code.

Text Font Color

.myTextColor { color: #B275B5; }

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

This text font color is #B275B5.


Background Color

.myBgColor { background-color: #B275B5; }

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

This div background color is #B275B5.


Border color

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

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

This div border color is #B275B5.


Opacity

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

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

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

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

This text has shadow with #B275B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B275B5 on black background.


Color preview on white background

This text has color #B275B5 on white background.



Black color preview on #B275B5 background

This text has black color on #B275B5 background.


White color preview on #B275B5 background

This text has white color on #B275B5 background.