#B37FAC

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

Shades of London Hue #B37FAC

Tints of London Hue #B37FAC

Color information

#B37FAC (or 0xB37FAC) is unknown color: approx London Hue. HEX triplet: B3, 7F and AC. RGB value is (179,127,172). Sum of RGB (Red+Green+Blue) = 179+127+172=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FAC is #4C8053. Grayscale: #939393. Windows color (decimal): -5013588 or 11304883. OLE color: 11304883.

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

Color convert

RGB179127172-
CMYK00.290.040.30
HSL308.08º25.49%60%-
HSV(B)308.08º29.05%70.2%-
XYZ33.6327.7442.61-
YUV147.68141.73150.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=37.45%
G=26.57%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912717200.290.040.30308.0825.4960
HexB37FAC01D41E134193c
Octal2631772540354364643174
Binary101100111111111101011000111011001111010011010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37FAC; }

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

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

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

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

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

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

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

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