#B477C1

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

Shades of East Side #B477C1

Tints of East Side #B477C1

Color information

#B477C1 (or 0xB477C1) is unknown color: approx East Side. HEX triplet: B4, 77 and C1. RGB value is (180,119,193). Sum of RGB (Red+Green+Blue) = 180+119+193=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #B477C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477C1 is #4B883E. Grayscale: #919191. Windows color (decimal): -4950079 or 12679092. OLE color: 12679092.

HSL color Cylindrical-coordinate representation of color #B477C1: hue angle of 289.46º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B477C1 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180119193-
CMYK0.070.3800.24
HSL289.46º37.37%61.18%-
HSV(B)289.46º38.34%75.69%-
XYZ35.0426.7553.77-
YUV145.68154.71152.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=36.59%
G=24.19%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801191930.070.3800.24289.4637.3761.18
HexB477C1726018121253d
Octal2641673017460304414575
Binary10110100111011111000001111100110011000100100001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477C1; }

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

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

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

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

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

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

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

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