#B57FB4

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

Shades of London Hue #B57FB4

Tints of London Hue #B57FB4

Color information

#B57FB4 (or 0xB57FB4) is unknown color: approx London Hue. HEX triplet: B5, 7F and B4. RGB value is (181,127,180). Sum of RGB (Red+Green+Blue) = 181+127+180=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FB4 is #4A804B. Grayscale: #959595. Windows color (decimal): -4882508 or 11829173. OLE color: 11829173.

HSL color Cylindrical-coordinate representation of color #B57FB4: hue angle of 301.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57FB4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181127180-
CMYK00.300.010.29
HSL301.11º26.73%60.39%-
HSV(B)301.11º29.83%70.98%-
XYZ34.8828.346.8-
YUV149.19145.39150.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=37.09%
G=26.02%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112718000.300.010.29301.1126.7360.39
HexB57FB401E11D12d1b3c
Octal2651772640361354553374
Binary1011010111111111011010001111011110110010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FB4; }

 p { color: rgb(181,127,180); }

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

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

 a { background-color: rgb(181,127,180); }

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

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

 span { border-color: rgb(181,127,180); }

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