#B37FB1

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

Shades of London Hue #B37FB1

Tints of London Hue #B37FB1

Color information

#B37FB1 (or 0xB37FB1) is unknown color: approx London Hue. HEX triplet: B3, 7F and B1. RGB value is (179,127,177). Sum of RGB (Red+Green+Blue) = 179+127+177=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FB1 is #4C804E. Grayscale: #949494. Windows color (decimal): -5013583 or 11632563. OLE color: 11632563.

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

Color convert

RGB179127177-
CMYK00.290.010.30
HSL302.31º25.49%60%-
HSV(B)302.31º29.05%70.2%-
XYZ34.1227.9445.19-
YUV148.25144.23149.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=37.06%
G=26.29%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912717700.290.010.30302.3125.4960
HexB37FB101D11E12e193c
Octal2631772610351364563174
Binary1011001111111111011000101110111111010010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FB1; }

 p { color: rgb(179,127,177); }

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

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

 a { background-color: rgb(179,127,177); }

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

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

 span { border-color: rgb(179,127,177); }

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