#B180BB

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

Shades of East Side #B180BB

Tints of East Side #B180BB

Color information

#B180BB (or 0xB180BB) is unknown color: approx East Side. HEX triplet: B1, 80 and BB. RGB value is (177,128,187). Sum of RGB (Red+Green+Blue) = 177+128+187=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B180BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180BB is #4E7F44. Grayscale: #959595. Windows color (decimal): -5144389 or 12288177. OLE color: 12288177.

HSL color Cylindrical-coordinate representation of color #B180BB: hue angle of 289.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B180BB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177128187-
CMYK0.050.3200.27
HSL289.83º30.26%61.76%-
HSV(B)289.83º31.55%73.33%-
XYZ34.8228.3750.66-
YUV149.38149.23147.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=35.98%
G=26.02%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771281870.050.3200.27289.8330.2661.76
HexB180BB52001B1221e3e
Octal2612002735400334423676
Binary10110001100000001011101110110000001101110010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180BB; }

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

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

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

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

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

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

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

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