#B477BF

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

Shades of East Side #B477BF

Tints of East Side #B477BF

Color information

#B477BF (or 0xB477BF) is unknown color: approx East Side. HEX triplet: B4, 77 and BF. RGB value is (180,119,191). Sum of RGB (Red+Green+Blue) = 180+119+191=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #B477BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BF is #4B8840. Grayscale: #919191. Windows color (decimal): -4950081 or 12548020. OLE color: 12548020.

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

Color convert

RGB180119191-
CMYK0.060.3800.25
HSL290.83º36%60.78%-
HSV(B)290.83º37.7%74.9%-
XYZ34.8226.6652.6-
YUV145.45153.71152.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 191 (75% from 255) = 38.98%
R=36.73%
G=24.29%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801191910.060.3800.25290.833660.78
HexB477BF626019123243d
Octal2641672776460314434475
Binary10110100111011110111111110100110011001100100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477BF; }

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

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

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

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

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

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

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

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