#B176BF

Color #B176BF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B176BF

Tints of East Side #B176BF

Color information

#B176BF (or 0xB176BF) is unknown color: approx East Side. HEX triplet: B1, 76 and BF. RGB value is (177,118,191). Sum of RGB (Red+Green+Blue) = 177+118+191=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #B176BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176BF is #4E8940. Grayscale: #8F8F8F. Windows color (decimal): -5146945 or 12547761. OLE color: 12547761.

HSL color Cylindrical-coordinate representation of color #B176BF: hue angle of 288.49º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B176BF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177118191-
CMYK0.070.3800.25
HSL288.49º36.32%60.59%-
HSV(B)288.49º38.22%74.9%-
XYZ34.0126.0752.53-
YUV143.96154.55151.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 191 (75% from 255) = 39.30%
R=36.42%
G=24.28%
B=39.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771181910.070.3800.25288.4936.3260.59
HexB176BF726019120243d
Octal2611662777460314404475
Binary10110001111011010111111111100110011001100100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176BF; }

 p { color: rgb(177,118,191); }

 H1.HeaderClassName
 {
   color: #B176BF;
 }
 .AnyTagClassName
 {
   color: #B176BF;
 }
</style>
background-color css

<style>
 a { background-color: #B176BF; }

 a { background-color: rgb(177,118,191); }

 div.DivClassName
 {
   background-color: #B176BF;
 }
 .BgClassName
 {
   background-color: #B176BF;
 }
</style>
border-color css

<style>
 span { border-color: #B176BF; }

 span { border-color: rgb(177,118,191); }

 td.TdClassName
 {
   border-color: #B176BF;
 }
 .TagClassName
 {
   border-color: #B176BF;
 }
</style>