#BB78AE

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

Shades of London Hue #BB78AE

Tints of London Hue #BB78AE

Color information

#BB78AE (or 0xBB78AE) is unknown color: approx London Hue. HEX triplet: BB, 78 and AE. RGB value is (187,120,174). Sum of RGB (Red+Green+Blue) = 187+120+174=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB78AE is #448751. Grayscale: #929292. Windows color (decimal): -4491090 or 11434171. OLE color: 11434171.

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

Color convert

RGB187120174-
CMYK00.360.070.27
HSL311.64º33%60.2%-
HSV(B)311.64º35.83%73.33%-
XYZ34.8527.0543.43-
YUV146.19143.7157.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=38.88%
G=24.95%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712017400.360.070.27311.643360.2
HexBB78AE02471B138213c
Octal2731702560447334704174
Binary10111011111100010101110010010011111011100111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78AE; }

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

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

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

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

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

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

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

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