#BB79B8

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

Shades of London Hue #BB79B8

Tints of London Hue #BB79B8

Color information

#BB79B8 (or 0xBB79B8) is unknown color: approx London Hue. HEX triplet: BB, 79 and B8. RGB value is (187,121,184). Sum of RGB (Red+Green+Blue) = 187+121+184=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79B8 is #448647. Grayscale: #939393. Windows color (decimal): -4490824 or 12089787. OLE color: 12089787.

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

Color convert

RGB187121184-
CMYK00.350.020.27
HSL302.73º32.67%60.39%-
HSV(B)302.73º35.29%73.33%-
XYZ35.9827.748.8-
YUV147.92148.37155.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=38.01%
G=24.59%
B=37.40%

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
Decimal18712118400.350.020.27302.7332.6760.39
HexBB79B802321B12f213c
Octal2731712700432334574174
Binary1011101111110011011100001000111011011100101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79B8; }

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

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

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

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

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

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

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

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