#B79FB4

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

Shades of London Hue #B79FB4

Tints of London Hue #B79FB4

Color information

#B79FB4 (or 0xB79FB4) is unknown color: approx London Hue. HEX triplet: B7, 9F and B4. RGB value is (183,159,180). Sum of RGB (Red+Green+Blue) = 183+159+180=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B79FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79FB4 is #48604B. Grayscale: #A8A8A8. Windows color (decimal): -4743244 or 11837367. OLE color: 11837367.

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

Color convert

RGB183159180-
CMYK00.130.020.28
HSL307.5º14.29%67.06%-
HSV(B)307.5º13.11%71.76%-
XYZ40.1638.1648.43-
YUV168.57134.45138.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=35.06%
G=30.46%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315918000.130.020.28307.514.2967.06
HexB79FB40D21C134e43
Octal26723726401523446416103
Binary10110111100111111011010001101101110010011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79FB4; }

 p { color: rgb(183,159,180); }

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

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

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

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

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

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

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