#B577BF

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

Shades of East Side #B577BF

Tints of East Side #B577BF

Color information

#B577BF (or 0xB577BF) is unknown color: approx East Side. HEX triplet: B5, 77 and BF. RGB value is (181,119,191). Sum of RGB (Red+Green+Blue) = 181+119+191=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #B577BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577BF is #4A8840. Grayscale: #919191. Windows color (decimal): -4884545 or 12548021. OLE color: 12548021.

HSL color Cylindrical-coordinate representation of color #B577BF: hue angle of 291.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B577BF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181119191-
CMYK0.050.3800.25
HSL291.67º36%60.78%-
HSV(B)291.67º37.7%74.9%-
XYZ35.0626.7852.61-
YUV145.75153.54153.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 191 (75% from 255) = 38.90%
R=36.86%
G=24.24%
B=38.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811191910.050.3800.25291.673660.78
HexB577BF526019124243d
Octal2651672775460314444475
Binary10110101111011110111111101100110011001100100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577BF; }

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

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

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

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

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

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

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

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