#B577B1

Color #B577B1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B577B1

Tints of London Hue #B577B1

Color information

#B577B1 (or 0xB577B1) is unknown color: approx London Hue. HEX triplet: B5, 77 and B1. RGB value is (181,119,177). Sum of RGB (Red+Green+Blue) = 181+119+177=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B577B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577B1 is #4A884E. Grayscale: #8F8F8F. Windows color (decimal): -4884559 or 11630517. OLE color: 11630517.

HSL color Cylindrical-coordinate representation of color #B577B1: hue angle of 303.87º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B577B1 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181119177-
CMYK00.340.020.29
HSL303.87º29.52%58.82%-
HSV(B)303.87º34.25%70.98%-
XYZ33.5926.1944.88-
YUV144.15146.54154.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=37.95%
G=24.95%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111917700.340.020.29303.8729.5258.82
HexB577B102221D1301e3b
Octal2651672610422354603673
Binary101101011110111101100010100010101110110011000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B577B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B577B1; }

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

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

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

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

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

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

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

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