#B39FB3

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

Shades of London Hue #B39FB3

Tints of London Hue #B39FB3

Color information

#B39FB3 (or 0xB39FB3) is unknown color: approx London Hue. HEX triplet: B3, 9F and B3. RGB value is (179,159,179). Sum of RGB (Red+Green+Blue) = 179+159+179=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B39FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FB3 is #4C604C. Grayscale: #A7A7A7. Windows color (decimal): -5005389 or 11771827. OLE color: 11771827.

HSL color Cylindrical-coordinate representation of color #B39FB3: hue angle of 300º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B39FB3 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB179159179-
CMYK00.1100.30
HSL300º11.63%66.27%-
HSV(B)300º11.17%70.2%-
XYZ39.1337.6347.85-
YUV167.26134.63136.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=34.62%
G=30.75%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915917900.1100.3030011.6366.27
HexB39FB30B01E12cc42
Octal26323726301303645414102
Binary1011001110011111101100110101101111010010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FB3; }

 p { color: rgb(179,159,179); }

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

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

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

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

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

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

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