#BB77BA

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

Shades of London Hue #BB77BA

Tints of London Hue #BB77BA

Color information

#BB77BA (or 0xBB77BA) is unknown color: approx London Hue. HEX triplet: BB, 77 and BA. RGB value is (187,119,186). Sum of RGB (Red+Green+Blue) = 187+119+186=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77BA is #448845. Grayscale: #929292. Windows color (decimal): -4491334 or 12220347. OLE color: 12220347.

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

Color convert

RGB187119186-
CMYK00.360.010.27
HSL300.88º33.33%60%-
HSV(B)300.88º36.36%73.33%-
XYZ35.9527.349.83-
YUV146.97150.03156.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=38.01%
G=24.19%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711918600.360.010.27300.8833.3360
HexBB77BA02411B12d213c
Octal2731672720441334554174
Binary101110111110111101110100100100111011100101101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77BA; }

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

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

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

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

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

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

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

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