#B37CB0

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

Shades of London Hue #B37CB0

Tints of London Hue #B37CB0

Color information

#B37CB0 (or 0xB37CB0) is unknown color: approx London Hue. HEX triplet: B3, 7C and B0. RGB value is (179,124,176). Sum of RGB (Red+Green+Blue) = 179+124+176=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B37CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37CB0 is #4C834F. Grayscale: #929292. Windows color (decimal): -5014352 or 11566259. OLE color: 11566259.

HSL color Cylindrical-coordinate representation of color #B37CB0: hue angle of 303.27º 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 #B37CB0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179124176-
CMYK00.310.020.30
HSL303.27º26.57%59.41%-
HSV(B)303.27º30.73%70.2%-
XYZ33.6327.1344.54-
YUV146.37144.72151.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=37.37%
G=25.89%
B=36.74%

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
Decimal17912417600.310.020.30303.2726.5759.41
HexB37CB001F21E12f1b3b
Octal2631742600372364573373
Binary10110011111110010110000011111101111010010111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CB0; }

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

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

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

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

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

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

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

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