#B577BA

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

Shades of East Side #B577BA

Tints of East Side #B577BA

Color information

#B577BA (or 0xB577BA) is unknown color: approx East Side. HEX triplet: B5, 77 and BA. RGB value is (181,119,186). Sum of RGB (Red+Green+Blue) = 181+119+186=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B577BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577BA is #4A8845. Grayscale: #909090. Windows color (decimal): -4884550 or 12220341. OLE color: 12220341.

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

Color convert

RGB181119186-
CMYK0.030.3600.27
HSL295.52º32.68%59.8%-
HSV(B)295.52º36.02%72.94%-
XYZ34.5226.5649.76-
YUV145.18151.04153.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=37.24%
G=24.49%
B=38.27%

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
Decimal1811191860.030.3600.27295.5232.6859.8
HexB577BA32401B128213c
Octal2651672723440334504174
Binary1011010111101111011101011100100011011100101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577BA; }

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

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

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

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

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

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

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

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