#BB79BC

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

Shades of London Hue #BB79BC

Tints of London Hue #BB79BC

Color information

#BB79BC (or 0xBB79BC) is unknown color: approx London Hue. HEX triplet: BB, 79 and BC. RGB value is (187,121,188). Sum of RGB (Red+Green+Blue) = 187+121+188=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BC is #448643. Grayscale: #949494. Windows color (decimal): -4490820 or 12351931. OLE color: 12351931.

HSL color Cylindrical-coordinate representation of color #BB79BC: hue angle of 299.1º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB79BC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187121188-
CMYK0.010.3600.26
HSL299.1º33.33%60.59%-
HSV(B)299.1º35.64%73.73%-
XYZ36.4127.8751.04-
YUV148.37150.37155.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=37.70%
G=24.40%
B=37.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871211880.010.3600.26299.133.3360.59
HexBB79BC12401A12b213d
Octal2731712741440324534175
Binary101110111111001101111001100100011010100101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79BC; }

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

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

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

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

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

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

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

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