#B180B6

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

Shades of East Side #B180B6

Tints of East Side #B180B6

Color information

#B180B6 (or 0xB180B6) is unknown color: approx East Side. HEX triplet: B1, 80 and B6. RGB value is (177,128,182). Sum of RGB (Red+Green+Blue) = 177+128+182=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #B180B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180B6 is #4E7F49. Grayscale: #949494. Windows color (decimal): -5144394 or 11960497. OLE color: 11960497.

HSL color Cylindrical-coordinate representation of color #B180B6: hue angle of 294.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B180B6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177128182-
CMYK0.030.3000.29
HSL294.44º27%60.78%-
HSV(B)294.44º29.67%71.37%-
XYZ34.2928.1647.88-
YUV148.81146.73148.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=36.34%
G=26.28%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771281820.030.3000.29294.442760.78
HexB180B631E01D1261b3d
Octal2612002663360354463375
Binary101100011000000010110110111111001110110010011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180B6; }

 p { color: rgb(177,128,182); }

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

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

 a { background-color: rgb(177,128,182); }

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

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

 span { border-color: rgb(177,128,182); }

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