#BB80B3

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

Shades of London Hue #BB80B3

Tints of London Hue #BB80B3

Color information

#BB80B3 (or 0xBB80B3) is unknown color: approx London Hue. HEX triplet: BB, 80 and B3. RGB value is (187,128,179). Sum of RGB (Red+Green+Blue) = 187+128+179=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80B3 is #447F4C. Grayscale: #979797. Windows color (decimal): -4489037 or 11763899. OLE color: 11763899.

HSL color Cylindrical-coordinate representation of color #BB80B3: hue angle of 308.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB80B3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187128179-
CMYK00.320.040.27
HSL308.14º30.26%61.76%-
HSV(B)308.14º31.55%73.33%-
XYZ36.3529.2646.38-
YUV151.45143.55153.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=37.85%
G=25.91%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712817900.320.040.27308.1430.2661.76
HexBB80B302041B1341e3e
Octal2732002630404334643676
Binary10111011100000001011001101000001001101110011010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80B3; }

 p { color: rgb(187,128,179); }

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

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

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

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

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

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

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