#B178BC

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

Shades of East Side #B178BC

Tints of East Side #B178BC

Color information

#B178BC (or 0xB178BC) is unknown color: approx East Side. HEX triplet: B1, 78 and BC. RGB value is (177,120,188). Sum of RGB (Red+Green+Blue) = 177+120+188=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #B178BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178BC is #4E8743. Grayscale: #909090. Windows color (decimal): -5146436 or 12351665. OLE color: 12351665.

HSL color Cylindrical-coordinate representation of color #B178BC: hue angle of 290.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B178BC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177120188-
CMYK0.060.3600.26
HSL290.29º33.66%60.39%-
HSV(B)290.29º36.17%73.73%-
XYZ33.9326.4150.89-
YUV144.8152.38150.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=36.49%
G=24.74%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771201880.060.3600.26290.2933.6660.39
HexB178BC62401A122223c
Octal2611702746440324424274
Binary10110001111100010111100110100100011010100100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178BC; }

 p { color: rgb(177,120,188); }

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

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

 a { background-color: rgb(177,120,188); }

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

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

 span { border-color: rgb(177,120,188); }

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