#B477BE

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

Shades of East Side #B477BE

Tints of East Side #B477BE

Color information

#B477BE (or 0xB477BE) is unknown color: approx East Side. HEX triplet: B4, 77 and BE. RGB value is (180,119,190). Sum of RGB (Red+Green+Blue) = 180+119+190=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #B477BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BE is #4B8841. Grayscale: #919191. Windows color (decimal): -4950082 or 12482484. OLE color: 12482484.

HSL color Cylindrical-coordinate representation of color #B477BE: hue angle of 291.55º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B477BE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180119190-
CMYK0.050.3700.25
HSL291.55º35.32%60.59%-
HSV(B)291.55º37.37%74.51%-
XYZ34.7126.6152.02-
YUV145.33153.21152.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=36.81%
G=24.34%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801191900.050.3700.25291.5535.3260.59
HexB477BE525019124233d
Octal2641672765450314444375
Binary10110100111011110111110101100101011001100100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477BE; }

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

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

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

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

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

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

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

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