#BB81B5

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

Shades of London Hue #BB81B5

Tints of London Hue #BB81B5

Color information

#BB81B5 (or 0xBB81B5) is unknown color: approx London Hue. HEX triplet: BB, 81 and B5. RGB value is (187,129,181). Sum of RGB (Red+Green+Blue) = 187+129+181=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81B5 is #447E4A. Grayscale: #989898. Windows color (decimal): -4488779 or 11895227. OLE color: 11895227.

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

Color convert

RGB187129181-
CMYK00.310.030.27
HSL306.21º29.9%61.96%-
HSV(B)306.21º31.02%73.33%-
XYZ36.6829.647.5-
YUV152.27144.22152.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=37.63%
G=25.96%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712918100.310.030.27306.2129.961.96
HexBB81B501F31B1321e3e
Octal2732012650373334623676
Binary101110111000000110110101011111111101110011001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81B5; }

 p { color: rgb(187,129,181); }

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

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

 a { background-color: rgb(187,129,181); }

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

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

 span { border-color: rgb(187,129,181); }

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