#B77FBA

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

Shades of London Hue #B77FBA

Tints of London Hue #B77FBA

Color information

#B77FBA (or 0xB77FBA) is unknown color: approx London Hue. HEX triplet: B7, 7F and BA. RGB value is (183,127,186). Sum of RGB (Red+Green+Blue) = 183+127+186=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B77FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FBA is #488045. Grayscale: #969696. Windows color (decimal): -4751430 or 12222391. OLE color: 12222391.

HSL color Cylindrical-coordinate representation of color #B77FBA: hue angle of 296.95º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77FBA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183127186-
CMYK0.020.3200.27
HSL296.95º29.95%61.37%-
HSV(B)296.95º31.72%72.94%-
XYZ35.9828.7950.12-
YUV150.47148.05151.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=36.90%
G=25.60%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831271860.020.3200.27296.9529.9561.37
HexB77FBA22001B1291e3d
Octal2671772722400334513675
Binary101101111111111101110101010000001101110010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77FBA; }

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

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

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

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

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

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

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

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