#B178BA

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

Shades of East Side #B178BA

Tints of East Side #B178BA

Color information

#B178BA (or 0xB178BA) is unknown color: approx East Side. HEX triplet: B1, 78 and BA. RGB value is (177,120,186). Sum of RGB (Red+Green+Blue) = 177+120+186=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B178BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178BA is #4E8745. Grayscale: #909090. Windows color (decimal): -5146438 or 12220593. OLE color: 12220593.

HSL color Cylindrical-coordinate representation of color #B178BA: hue angle of 291.82º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B178BA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177120186-
CMYK0.050.3500.27
HSL291.82º32.35%60%-
HSV(B)291.82º35.48%72.94%-
XYZ33.7126.3349.76-
YUV144.57151.38151.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=36.65%
G=24.84%
B=38.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771201860.050.3500.27291.8232.3560
HexB178BA52301B124203c
Octal2611702725430334444074
Binary10110001111100010111010101100011011011100100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178BA; }

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

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

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

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

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

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

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

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