#B77FAF

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

Shades of London Hue #B77FAF

Tints of London Hue #B77FAF

Color information

#B77FAF (or 0xB77FAF) is unknown color: approx London Hue. HEX triplet: B7, 7F and AF. RGB value is (183,127,175). Sum of RGB (Red+Green+Blue) = 183+127+175=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FAF is #488050. Grayscale: #959595. Windows color (decimal): -4751441 or 11501495. OLE color: 11501495.

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

Color convert

RGB183127175-
CMYK00.310.040.28
HSL308.57º28%60.78%-
HSV(B)308.57º30.6%71.76%-
XYZ34.8628.3444.19-
YUV149.22142.55152.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=37.73%
G=26.19%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312717500.310.040.28308.572860.78
HexB77FAF01F41C1351c3d
Octal2671772570374344653475
Binary101101111111111101011110111111001110010011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FAF; }

 p { color: rgb(183,127,175); }

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

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

 a { background-color: rgb(183,127,175); }

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

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

 span { border-color: rgb(183,127,175); }

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