#B377BB

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

Shades of East Side #B377BB

Tints of East Side #B377BB

Color information

#B377BB (or 0xB377BB) is unknown color: approx East Side. HEX triplet: B3, 77 and BB. RGB value is (179,119,187). Sum of RGB (Red+Green+Blue) = 179+119+187=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B377BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B377BB is #4C8844. Grayscale: #909090. Windows color (decimal): -5015621 or 12285875. OLE color: 12285875.

HSL color Cylindrical-coordinate representation of color #B377BB: hue angle of 292.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B377BB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179119187-
CMYK0.040.3600.27
HSL292.94º33.33%60%-
HSV(B)292.94º36.36%73.33%-
XYZ34.1626.3750.3-
YUV144.69151.88152.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=36.91%
G=24.54%
B=38.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791191870.040.3600.27292.9433.3360
HexB377BB42401B125213c
Octal2631672734440334454174
Binary10110011111011110111011100100100011011100100101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B377BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B377BB; }

 p { color: rgb(179,119,187); }

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

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

 a { background-color: rgb(179,119,187); }

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

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

 span { border-color: rgb(179,119,187); }

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