#BB77B3

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

Shades of London Hue #BB77B3

Tints of London Hue #BB77B3

Color information

#BB77B3 (or 0xBB77B3) is unknown color: approx London Hue. HEX triplet: BB, 77 and B3. RGB value is (187,119,179). Sum of RGB (Red+Green+Blue) = 187+119+179=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77B3 is #44884C. Grayscale: #929292. Windows color (decimal): -4491341 or 11761595. OLE color: 11761595.

HSL color Cylindrical-coordinate representation of color #BB77B3: hue angle of 307.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77B3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187119179-
CMYK00.360.040.27
HSL307.06º33.33%60%-
HSV(B)307.06º36.36%73.33%-
XYZ35.2327.0146.01-
YUV146.17146.53157.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=38.56%
G=24.54%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711917900.360.040.27307.0633.3360
HexBB77B302441B133213c
Octal2731672630444334634174
Binary10111011111011110110011010010010011011100110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77B3; }

 p { color: rgb(187,119,179); }

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

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

 a { background-color: rgb(187,119,179); }

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

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

 span { border-color: rgb(187,119,179); }

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