#BB79B1

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

Shades of London Hue #BB79B1

Tints of London Hue #BB79B1

Color information

#BB79B1 (or 0xBB79B1) is unknown color: approx London Hue. HEX triplet: BB, 79 and B1. RGB value is (187,121,177). Sum of RGB (Red+Green+Blue) = 187+121+177=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB79B1 is #44864E. Grayscale: #929292. Windows color (decimal): -4490831 or 11631035. OLE color: 11631035.

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

Color convert

RGB187121177-
CMYK00.350.050.27
HSL309.09º32.67%60.39%-
HSV(B)309.09º35.29%73.33%-
XYZ35.2727.4145.03-
YUV147.12144.87156.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=38.56%
G=24.95%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712117700.350.050.27309.0932.6760.39
HexBB79B102351B135213c
Octal2731712610435334654174
Binary10111011111100110110001010001110111011100110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79B1; }

 p { color: rgb(187,121,177); }

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

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

 a { background-color: rgb(187,121,177); }

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

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

 span { border-color: rgb(187,121,177); }

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