#B577C1

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

Shades of East Side #B577C1

Tints of East Side #B577C1

Color information

#B577C1 (or 0xB577C1) is unknown color: approx East Side. HEX triplet: B5, 77 and C1. RGB value is (181,119,193). Sum of RGB (Red+Green+Blue) = 181+119+193=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #B577C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577C1 is #4A883E. Grayscale: #919191. Windows color (decimal): -4884543 or 12679093. OLE color: 12679093.

HSL color Cylindrical-coordinate representation of color #B577C1: hue angle of 290.27º 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 #B577C1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181119193-
CMYK0.060.3800.24
HSL290.27º37.37%61.18%-
HSV(B)290.27º38.34%75.69%-
XYZ35.2826.8753.78-
YUV145.97154.54152.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=36.71%
G=24.14%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811191930.060.3800.24290.2737.3761.18
HexB577C1626018122253d
Octal2651673016460304424575
Binary10110101111011111000001110100110011000100100010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577C1; }

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

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

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

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

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

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

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

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