#B577C4

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

Shades of East Side #B577C4

Tints of East Side #B577C4

Color information

#B577C4 (or 0xB577C4) is unknown color: approx East Side. HEX triplet: B5, 77 and C4. RGB value is (181,119,196). Sum of RGB (Red+Green+Blue) = 181+119+196=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 196 - color contains mainly: blue. Hex color #B577C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577C4 is #4A883B. Grayscale: #929292. Windows color (decimal): -4884540 or 12875701. OLE color: 12875701.

HSL color Cylindrical-coordinate representation of color #B577C4: hue angle of 288.31º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B577C4 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181119196-
CMYK0.080.3900.23
HSL288.31º39.49%61.76%-
HSV(B)288.31º39.29%76.86%-
XYZ35.622755.56-
YUV146.32156.04152.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 196 (76.95% from 255) = 39.52%
R=36.49%
G=23.99%
B=39.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811191960.080.3900.23288.3139.4961.76
HexB577C4827017120273e
Octal26516730410470274404776
Binary101101011110111110001001000100111010111100100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577C4; }

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

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

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

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

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

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

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

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