#B176CF

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

Shades of East Side #B176CF

Tints of East Side #B176CF

Color information

#B176CF (or 0xB176CF) is unknown color: approx East Side. HEX triplet: B1, 76 and CF. RGB value is (177,118,207). Sum of RGB (Red+Green+Blue) = 177+118+207=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B176CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B176CF is #4E8930. Grayscale: #919191. Windows color (decimal): -5146929 or 13596337. OLE color: 13596337.

HSL color Cylindrical-coordinate representation of color #B176CF: hue angle of 279.78º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B176CF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177118207-
CMYK0.140.4300.19
HSL279.78º48.11%63.73%-
HSV(B)279.78º43%81.18%-
XYZ35.8726.8162.32-
YUV145.79162.55150.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=35.26%
G=23.51%
B=41.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771182070.140.4300.19279.7848.1163.73
HexB176CFE2B0131183040
Octal261166317165302343060100
Binary1011000111101101100111111101010110100111000110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B176CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B176CF; }

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

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

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

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

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

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

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

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