#BB84BB

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

Shades of London Hue #BB84BB

Tints of London Hue #BB84BB

Color information

#BB84BB (or 0xBB84BB) is unknown color: approx London Hue. HEX triplet: BB, 84 and BB. RGB value is (187,132,187). Sum of RGB (Red+Green+Blue) = 187+132+187=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84BB is #447B44. Grayscale: #9A9A9A. Windows color (decimal): -4488005 or 12289211. OLE color: 12289211.

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

Color convert

RGB187132187-
CMYK00.2900.27
HSL300º28.8%62.55%-
HSV(B)300º29.41%73.33%-
XYZ37.7130.6650.94-
YUV154.72146.22151.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=36.96%
G=26.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713218700.2900.2730028.862.55
HexBB84BB01D01B12c1d3f
Octal2732042730350334543577
Binary10111011100001001011101101110101101110010110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84BB; }

 p { color: rgb(187,132,187); }

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

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

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

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

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

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

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