#B180D6

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

Shades of East Side #B180D6

Tints of East Side #B180D6

Color information

#B180D6 (or 0xB180D6) is unknown color: approx East Side. HEX triplet: B1, 80 and D6. RGB value is (177,128,214). Sum of RGB (Red+Green+Blue) = 177+128+214=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #B180D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180D6 is #4E7F29. Grayscale: #989898. Windows color (decimal): -5144362 or 14057649. OLE color: 14057649.

HSL color Cylindrical-coordinate representation of color #B180D6: hue angle of 274.19º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B180D6 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177128214-
CMYK0.170.4000.16
HSL274.19º51.19%67.06%-
HSV(B)274.19º40.19%83.92%-
XYZ37.9929.6467.34-
YUV152.45162.73145.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=34.10%
G=24.66%
B=41.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771282140.170.4000.16274.1951.1967.06
HexB180D611280101123343
Octal261200326215002042263103
Binary101100011000000011010110100011010000100001000100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180D6; }

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

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

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

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

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

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

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

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