#B180BE

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

Shades of East Side #B180BE

Tints of East Side #B180BE

Color information

#B180BE (or 0xB180BE) is unknown color: approx East Side. HEX triplet: B1, 80 and BE. RGB value is (177,128,190). Sum of RGB (Red+Green+Blue) = 177+128+190=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #B180BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180BE is #4E7F41. Grayscale: #959595. Windows color (decimal): -5144386 or 12484785. OLE color: 12484785.

HSL color Cylindrical-coordinate representation of color #B180BE: hue angle of 287.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B180BE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177128190-
CMYK0.070.3300.25
HSL287.42º32.29%62.35%-
HSV(B)287.42º32.63%74.51%-
XYZ35.1428.552.36-
YUV149.72150.73147.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=35.76%
G=25.86%
B=38.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771281900.070.3300.25287.4232.2962.35
HexB180BE72101911f203e
Octal2612002767410314374076
Binary101100011000000010111110111100001011001100011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180BE; }

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

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

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

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

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

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

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

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