#BB73B1

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

Shades of London Hue #BB73B1

Tints of London Hue #BB73B1

Color information

#BB73B1 (or 0xBB73B1) is unknown color: approx London Hue. HEX triplet: BB, 73 and B1. RGB value is (187,115,177). Sum of RGB (Red+Green+Blue) = 187+115+177=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73B1 is #448C4E. Grayscale: #8F8F8F. Windows color (decimal): -4492367 or 11629499. OLE color: 11629499.

HSL color Cylindrical-coordinate representation of color #BB73B1: hue angle of 308.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73B1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB187115177-
CMYK00.390.050.27
HSL308.33º34.62%59.22%-
HSV(B)308.33º38.5%73.33%-
XYZ34.562644.79-
YUV143.6146.85158.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=39.04%
G=24.01%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711517700.390.050.27308.3334.6259.22
HexBB73B102751B134233b
Octal2731632610475334644373
Binary10111011111001110110001010011110111011100110100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73B1; }

 p { color: rgb(187,115,177); }

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

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

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

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

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

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

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