#BB80BD

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

Shades of London Hue #BB80BD

Tints of London Hue #BB80BD

Color information

#BB80BD (or 0xBB80BD) is unknown color: approx London Hue. HEX triplet: BB, 80 and BD. RGB value is (187,128,189). Sum of RGB (Red+Green+Blue) = 187+128+189=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BD is #447F42. Grayscale: #989898. Windows color (decimal): -4489027 or 12419259. OLE color: 12419259.

HSL color Cylindrical-coordinate representation of color #BB80BD: hue angle of 298.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB80BD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187128189-
CMYK0.010.3200.26
HSL298.03º31.61%62.16%-
HSV(B)298.03º32.28%74.12%-
XYZ37.429.6851.9-
YUV152.59148.55152.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=37.10%
G=25.40%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871281890.010.3200.26298.0331.6162.16
HexBB80BD12001A12a203e
Octal2732002751400324524076
Binary1011101110000000101111011100000011010100101010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80BD; }

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

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

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

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

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

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

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

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