#B577C2

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

Shades of East Side #B577C2

Tints of East Side #B577C2

Color information

#B577C2 (or 0xB577C2) is unknown color: approx East Side. HEX triplet: B5, 77 and C2. RGB value is (181,119,194). Sum of RGB (Red+Green+Blue) = 181+119+194=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #B577C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577C2 is #4A883D. Grayscale: #919191. Windows color (decimal): -4884542 or 12744629. OLE color: 12744629.

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

Color convert

RGB181119194-
CMYK0.070.3900.24
HSL289.6º38.07%61.37%-
HSV(B)289.6º38.66%76.08%-
XYZ35.3926.9154.37-
YUV146.09155.04152.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 194 (76.17% from 255) = 39.27%
R=36.64%
G=24.09%
B=39.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811191940.070.3900.24289.638.0761.37
HexB577C2727018122263d
Octal2651673027470304424675
Binary10110101111011111000010111100111011000100100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577C2; }

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

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

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

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

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

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

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

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