#B477BA

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

Shades of East Side #B477BA

Tints of East Side #B477BA

Color information

#B477BA (or 0xB477BA) is unknown color: approx East Side. HEX triplet: B4, 77 and BA. RGB value is (180,119,186). Sum of RGB (Red+Green+Blue) = 180+119+186=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B477BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BA is #4B8845. Grayscale: #909090. Windows color (decimal): -4950086 or 12220340. OLE color: 12220340.

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

Color convert

RGB180119186-
CMYK0.030.3600.27
HSL294.63º32.68%59.8%-
HSV(B)294.63º36.02%72.94%-
XYZ34.2826.4449.75-
YUV144.88151.21153.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=37.11%
G=24.54%
B=38.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801191860.030.3600.27294.6332.6859.8
HexB477BA32401B127213c
Octal2641672723440334474174
Binary1011010011101111011101011100100011011100100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477BA; }

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

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

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

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

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

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

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

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