#B59FB2

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

Shades of London Hue #B59FB2

Tints of London Hue #B59FB2

Color information

#B59FB2 (or 0xB59FB2) is unknown color: approx London Hue. HEX triplet: B5, 9F and B2. RGB value is (181,159,178). Sum of RGB (Red+Green+Blue) = 181+159+178=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FB2 is #4A604D. Grayscale: #A7A7A7. Windows color (decimal): -4874318 or 11706293. OLE color: 11706293.

HSL color Cylindrical-coordinate representation of color #B59FB2: hue angle of 308.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B59FB2 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181159178-
CMYK00.120.020.29
HSL308.18º12.94%66.67%-
HSV(B)308.18º12.15%70.98%-
XYZ39.4937.8347.34-
YUV167.74133.79137.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=34.94%
G=30.69%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115917800.120.020.29308.1812.9466.67
HexB59FB20C21D134d43
Octal26523726201423546415103
Binary10110101100111111011001001100101110110011010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FB2; }

 p { color: rgb(181,159,178); }

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

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

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

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

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

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

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