#B07FA9

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

Shades of London Hue #B07FA9

Tints of London Hue #B07FA9

Color information

#B07FA9 (or 0xB07FA9) is unknown color: approx London Hue. HEX triplet: B0, 7F and A9. RGB value is (176,127,169). Sum of RGB (Red+Green+Blue) = 176+127+169=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FA9 is #4F8056. Grayscale: #929292. Windows color (decimal): -5210199 or 11108272. OLE color: 11108272.

HSL color Cylindrical-coordinate representation of color #B07FA9: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07FA9 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176127169-
CMYK00.280.040.31
HSL308.57º23.67%59.41%-
HSV(B)308.57º27.84%69.02%-
XYZ32.6627.2741.08-
YUV146.44140.73149.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=37.29%
G=26.91%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612716900.280.040.31308.5723.6759.41
HexB07FA901C41F135183b
Octal2601772510344374653073
Binary101100001111111101010010111001001111110011010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FA9; }

 p { color: rgb(176,127,169); }

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

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

 a { background-color: rgb(176,127,169); }

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

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

 span { border-color: rgb(176,127,169); }

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