#B178D3

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

Shades of East Side #B178D3

Tints of East Side #B178D3

Color information

#B178D3 (or 0xB178D3) is unknown color: approx East Side. HEX triplet: B1, 78 and D3. RGB value is (177,120,211). Sum of RGB (Red+Green+Blue) = 177+120+211=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #B178D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B178D3 is #4E872C. Grayscale: #939393. Windows color (decimal): -5146413 or 13858993. OLE color: 13858993.

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

Color convert

RGB177120211-
CMYK0.160.4300.17
HSL277.58º50.84%64.9%-
HSV(B)277.58º43.13%82.75%-
XYZ36.6127.4865-
YUV147.42163.88149.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=34.84%
G=23.62%
B=41.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1771202110.160.4300.17277.5850.8464.9
HexB178D3102B0111163341
Octal261170323205302142663101
Binary10110001111100011010011100001010110100011000101101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B178D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B178D3; }

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

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

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

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

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

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

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

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