#B37DA9

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

Shades of London Hue #B37DA9

Tints of London Hue #B37DA9

Color information

#B37DA9 (or 0xB37DA9) is unknown color: approx London Hue. HEX triplet: B3, 7D and A9. RGB value is (179,125,169). Sum of RGB (Red+Green+Blue) = 179+125+169=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DA9 is #4C8256. Grayscale: #929292. Windows color (decimal): -5014103 or 11107763. OLE color: 11107763.

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

Color convert

RGB179125169-
CMYK00.300.060.30
HSL311.11º26.21%59.61%-
HSV(B)311.11º30.17%70.2%-
XYZ33.0927.1241.03-
YUV146.16140.89151.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=37.84%
G=26.43%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912516900.300.060.30311.1126.2159.61
HexB37DA901E61E1371a3c
Octal2631752510366364673274
Binary101100111111101101010010111101101111010011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37DA9; }

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

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

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

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

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

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

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

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