#BB79BB

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

Shades of London Hue #BB79BB

Tints of London Hue #BB79BB

Color information

#BB79BB (or 0xBB79BB) is unknown color: approx London Hue. HEX triplet: BB, 79 and BB. RGB value is (187,121,187). Sum of RGB (Red+Green+Blue) = 187+121+187=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BB is #448644. Grayscale: #949494. Windows color (decimal): -4490821 or 12286395. OLE color: 12286395.

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

Color convert

RGB187121187-
CMYK00.3500.27
HSL300º32.67%60.39%-
HSV(B)300º35.29%73.33%-
XYZ36.327.8350.47-
YUV148.26149.87155.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=37.78%
G=24.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712118700.3500.2730032.6760.39
HexBB79BB02301B12c213c
Octal2731712730430334544174
Binary101110111111001101110110100011011011100101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79BB; }

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

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

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

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

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

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

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

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