#BB79B7

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

Shades of London Hue #BB79B7

Tints of London Hue #BB79B7

Color information

#BB79B7 (or 0xBB79B7) is unknown color: approx London Hue. HEX triplet: BB, 79 and B7. RGB value is (187,121,183). Sum of RGB (Red+Green+Blue) = 187+121+183=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79B7 is #448648. Grayscale: #939393. Windows color (decimal): -4490825 or 12024251. OLE color: 12024251.

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

Color convert

RGB187121183-
CMYK00.350.020.27
HSL303.64º32.67%60.39%-
HSV(B)303.64º35.29%73.33%-
XYZ35.8827.6648.25-
YUV147.8147.87155.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=38.09%
G=24.64%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712118300.350.020.27303.6432.6760.39
HexBB79B702321B130213c
Octal2731712670432334604174
Binary1011101111110011011011101000111011011100110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79B7; }

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

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

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

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

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

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

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

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