#B37BB0

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

Shades of London Hue #B37BB0

Tints of London Hue #B37BB0

Color information

#B37BB0 (or 0xB37BB0) is unknown color: approx London Hue. HEX triplet: B3, 7B and B0. RGB value is (179,123,176). Sum of RGB (Red+Green+Blue) = 179+123+176=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BB0 is #4C844F. Grayscale: #919191. Windows color (decimal): -5014608 or 11566003. OLE color: 11566003.

HSL color Cylindrical-coordinate representation of color #B37BB0: hue angle of 303.21º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37BB0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179123176-
CMYK00.310.020.30
HSL303.21º26.92%59.22%-
HSV(B)303.21º31.28%70.2%-
XYZ33.5126.8844.5-
YUV145.79145.05151.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=37.45%
G=25.73%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912317600.310.020.30303.2126.9259.22
HexB37BB001F21E12f1b3b
Octal2631732600372364573373
Binary10110011111101110110000011111101111010010111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BB0; }

 p { color: rgb(179,123,176); }

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

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

 a { background-color: rgb(179,123,176); }

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

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

 span { border-color: rgb(179,123,176); }

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