#BB79BA

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

Shades of London Hue #BB79BA

Tints of London Hue #BB79BA

Color information

#BB79BA (or 0xBB79BA) is unknown color: approx London Hue. HEX triplet: BB, 79 and BA. RGB value is (187,121,186). Sum of RGB (Red+Green+Blue) = 187+121+186=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB79BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BA is #448645. Grayscale: #939393. Windows color (decimal): -4490822 or 12220859. OLE color: 12220859.

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

Color convert

RGB187121186-
CMYK00.350.010.27
HSL300.91º32.67%60.39%-
HSV(B)300.91º35.29%73.33%-
XYZ36.1927.7849.91-
YUV148.14149.37155.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=37.85%
G=24.49%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712118600.350.010.27300.9132.6760.39
HexBB79BA02311B12d213c
Octal2731712720431334554174
Binary101110111111001101110100100011111011100101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79BA; }

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

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

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

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

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

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

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

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