#BB78BB

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

Shades of London Hue #BB78BB

Tints of London Hue #BB78BB

Color information

#BB78BB (or 0xBB78BB) is unknown color: approx London Hue. HEX triplet: BB, 78 and BB. RGB value is (187,120,187). Sum of RGB (Red+Green+Blue) = 187+120+187=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78BB is #448744. Grayscale: #939393. Windows color (decimal): -4491077 or 12286139. OLE color: 12286139.

HSL color Cylindrical-coordinate representation of color #BB78BB: 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.36%. Process color model (Four color, CMYK) of #BB78BB is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187120187-
CMYK00.3600.27
HSL300º33%60.2%-
HSV(B)300º35.83%73.33%-
XYZ36.1827.5950.43-
YUV147.67150.2156.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 120 (47.27% from 255) = 24.29%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=37.85%
G=24.29%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712018700.3600.273003360.2
HexBB78BB02401B12c213c
Octal2731702730440334544174
Binary101110111111000101110110100100011011100101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78BB; }

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

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

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

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

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

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

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

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