#B477BB

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

Shades of East Side #B477BB

Tints of East Side #B477BB

Color information

#B477BB (or 0xB477BB) is unknown color: approx East Side. HEX triplet: B4, 77 and BB. RGB value is (180,119,187). Sum of RGB (Red+Green+Blue) = 180+119+187=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B477BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BB is #4B8844. Grayscale: #909090. Windows color (decimal): -4950085 or 12285876. OLE color: 12285876.

HSL color Cylindrical-coordinate representation of color #B477BB: hue angle of 293.82º 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 #B477BB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180119187-
CMYK0.040.3600.27
HSL293.82º33.33%60%-
HSV(B)293.82º36.36%73.33%-
XYZ34.3926.4850.31-
YUV144.99151.71152.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=37.04%
G=24.49%
B=38.48%

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
Decimal1801191870.040.3600.27293.8233.3360
HexB477BB42401B126213c
Octal2641672734440334464174
Binary10110100111011110111011100100100011011100100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477BB; }

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

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

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

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

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

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

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

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