#B77FAC

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

Shades of London Hue #B77FAC

Tints of London Hue #B77FAC

Color information

#B77FAC (or 0xB77FAC) is unknown color: approx London Hue. HEX triplet: B7, 7F and AC. RGB value is (183,127,172). Sum of RGB (Red+Green+Blue) = 183+127+172=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B77FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77FAC is #488053. Grayscale: #949494. Windows color (decimal): -4751444 or 11304887. OLE color: 11304887.

HSL color Cylindrical-coordinate representation of color #B77FAC: hue angle of 311.79º 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 #B77FAC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183127172-
CMYK00.310.060.28
HSL311.79º28%60.78%-
HSV(B)311.79º30.6%71.76%-
XYZ34.5628.2242.66-
YUV148.87141.05152.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=37.97%
G=26.35%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312717200.310.060.28311.792860.78
HexB77FAC01F61C1381c3d
Octal2671772540376344703475
Binary101101111111111101011000111111101110010011100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FAC; }

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

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

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

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

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

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

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

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