#B178D2

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

Shades of East Side #B178D2

Tints of East Side #B178D2

Color information

#B178D2 (or 0xB178D2) is unknown color: approx East Side. HEX triplet: B1, 78 and D2. RGB value is (177,120,210). Sum of RGB (Red+Green+Blue) = 177+120+210=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #B178D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178D2 is #4E872D. Grayscale: #939393. Windows color (decimal): -5146414 or 13793457. OLE color: 13793457.

HSL color Cylindrical-coordinate representation of color #B178D2: hue angle of 278º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B178D2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177120210-
CMYK0.160.4300.18
HSL278º50%64.71%-
HSV(B)278º42.86%82.35%-
XYZ36.4827.4364.35-
YUV147.3163.38149.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=34.91%
G=23.67%
B=41.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771202100.160.4300.182785064.71
HexB178D2102B0121163241
Octal261170322205302242662101
Binary10110001111100011010010100001010110100101000101101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178D2; }

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

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

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

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

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

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

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

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