COLOR #B095C1

HEX: #B095C1 RGB: (176,149,193)

Color info

#B095C1 contains red, green and blue colors in about the same proportion. Web safe color of #B095C1 is #9999CC (or #99C).

RGB color model

#B095C1 color RGB value is (176,149,193).

RGB: (176,149,193) (69%, 58%, 76%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 193 of 255 = 76%

176
149
193

R + G + B ~ 68%. #B095C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 149 + 193 = 518 (100%)
R 176 of 518 ~ 33.98%
G 149 of 518 ~ 28.76%
B 193 of 518 ~ 37.26'%

%33.98
%28.76
%37.26

CMYK color model

#B095C1 color CMYK value is (9,23,0,24).

  • cyan value is 8.81%
  • magenta value is 22.80%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (9,23,0,24)
C9M23Y0K24 (9%, 23%, 0%, 24%)
(0.09 / 0.23 / 0.00 / 0.24)

CMYK percentages

%8.81
%22.8
%0
%24.31

Codes

Color #B095C1 in popluar color models

B0 95 C1
RGB 176 149 193
HSL 277° 26.19% 67.06%
HSB/HSV 277° 22.80% 75.69%
CMYK 8.81% 22.80% 0.00%
24.31%

Color #B095C1 in popluar number systems.

HEX B0 95 C1
Decimal 176 149 193
Binary 10110000 10010101 11000001
Octal 260 225 301

Shades and tints

Shades of #B095C1

#B095C1
(176,149,193)
#A088B0
(160,136,176)
#907B9F
(144,123,159)
#806E8E
(128,110,142)
#70617D
(112,97,125)
#60546C
(96,84,108)
#50475B
(80,71,91)
#403A4A
(64,58,74)
#302D39
(48,45,57)
#202028
(32,32,40)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #B095C1

#B095C1
(176,149,193)
#B79EC6
(183,158,198)
#BEA7CB
(190,167,203)
#C5B0D0
(197,176,208)
#CCB9D5
(204,185,213)
#D3C2DA
(211,194,218)
#DACBDF
(218,203,223)
#E1D4E4
(225,212,228)
#E8DDE9
(232,221,233)
#EFE6EE
(239,230,238)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B095C1; }

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

This text font color is #B095C1.

Background Color

.myBgColor { background-color: #B095C1; }

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

This div background color is #B095C1.

Border color

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

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

This div border color is #B095C1.

Opacity

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

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

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

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

This text has shadow with #B095C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B095C1.

Preview

Color preview on black background

This text has color #B095C1 on black background.


Color preview on white background

This text has color #B095C1 on white background.


Black color preview on #B095C1 background

This text has black color on #B095C1 background.


White color preview on #B095C1 background

This text has white color on #B095C1 background.


Related colors

Complementary color

Complementary color for #hex is #4F6A3E.


I love getcolorcode.com

Triadic colors

1 #C1B095 and #95C1B0 with #B095C1 are triadic colors.

2 #C195B0 and #95B0C1 with #B095C1 are triadic colors.