#B37DB2

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

Shades of London Hue #B37DB2

Tints of London Hue #B37DB2

Color information

#B37DB2 (or 0xB37DB2) is unknown color: approx London Hue. HEX triplet: B3, 7D and B2. RGB value is (179,125,178). Sum of RGB (Red+Green+Blue) = 179+125+178=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DB2 is #4C824D. Grayscale: #939393. Windows color (decimal): -5014094 or 11697587. OLE color: 11697587.

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

Color convert

RGB179125178-
CMYK00.300.010.30
HSL301.11º26.21%59.61%-
HSV(B)301.11º30.17%70.2%-
XYZ33.9627.4745.63-
YUV147.19145.39150.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 178 (69.92% from 255) = 36.93%
R=37.14%
G=25.93%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912517800.300.010.30301.1126.2159.61
HexB37DB201E11E12d1a3c
Octal2631752620361364553274
Binary1011001111111011011001001111011111010010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DB2; }

 p { color: rgb(179,125,178); }

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

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

 a { background-color: rgb(179,125,178); }

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

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

 span { border-color: rgb(179,125,178); }

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