#BB83BB

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

Shades of London Hue #BB83BB

Tints of London Hue #BB83BB

Color information

#BB83BB (or 0xBB83BB) is unknown color: approx London Hue. HEX triplet: BB, 83 and BB. RGB value is (187,131,187). Sum of RGB (Red+Green+Blue) = 187+131+187=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BB is #447C44. Grayscale: #999999. Windows color (decimal): -4488261 or 12288955. OLE color: 12288955.

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

Color convert

RGB187131187-
CMYK00.3000.27
HSL300º29.17%62.35%-
HSV(B)300º29.95%73.33%-
XYZ37.5830.3950.9-
YUV154.13146.55151.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=37.03%
G=25.94%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713118700.3000.2730029.1762.35
HexBB83BB01E01B12c1d3e
Octal2732032730360334543576
Binary10111011100000111011101101111001101110010110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83BB; }

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

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

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

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

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

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

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

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