#BB79B6

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

Shades of London Hue #BB79B6

Tints of London Hue #BB79B6

Color information

#BB79B6 (or 0xBB79B6) is unknown color: approx London Hue. HEX triplet: BB, 79 and B6. RGB value is (187,121,182). Sum of RGB (Red+Green+Blue) = 187+121+182=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79B6 is #448649. Grayscale: #939393. Windows color (decimal): -4490826 or 11958715. OLE color: 11958715.

HSL color Cylindrical-coordinate representation of color #BB79B6: hue angle of 304.55º 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 #BB79B6 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187121182-
CMYK00.350.030.27
HSL304.55º32.67%60.39%-
HSV(B)304.55º35.29%73.33%-
XYZ35.7727.6247.7-
YUV147.69147.37156.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 121 (47.66% from 255) = 24.69%
BLUE value IS 182 (71.48% from 255) = 37.14%
R=38.16%
G=24.69%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712118200.350.030.27304.5532.6760.39
HexBB79B602331B131213c
Octal2731712660433334614174
Binary1011101111110011011011001000111111011100110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79B6; }

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

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

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

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

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

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

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

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