#B597B2

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

Shades of London Hue #B597B2

Tints of London Hue #B597B2

Color information

#B597B2 (or 0xB597B2) is unknown color: approx London Hue. HEX triplet: B5, 97 and B2. RGB value is (181,151,178). Sum of RGB (Red+Green+Blue) = 181+151+178=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B597B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B597B2 is #4A684D. Grayscale: #A2A2A2. Windows color (decimal): -4876366 or 11704245. OLE color: 11704245.

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

Color convert

RGB181151178-
CMYK00.170.020.29
HSL306º16.85%65.1%-
HSV(B)306º16.57%70.98%-
XYZ38.1635.1746.9-
YUV163.05136.44140.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=35.49%
G=29.61%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115117800.170.020.2930616.8565.1
HexB597B201121D1321141
Octal26522726202123546221101
Binary1011010110010111101100100100011011101100110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B597B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B597B2; }

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

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

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

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

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

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

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

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