#BB83B1

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

Shades of London Hue #BB83B1

Tints of London Hue #BB83B1

Color information

#BB83B1 (or 0xBB83B1) is unknown color: approx London Hue. HEX triplet: BB, 83 and B1. RGB value is (187,131,177). Sum of RGB (Red+Green+Blue) = 187+131+177=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83B1 is #447C4E. Grayscale: #989898. Windows color (decimal): -4488271 or 11633595. OLE color: 11633595.

HSL color Cylindrical-coordinate representation of color #BB83B1: hue angle of 310.71º 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 #BB83B1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB187131177-
CMYK00.300.050.27
HSL310.71º29.17%62.35%-
HSV(B)310.71º29.95%73.33%-
XYZ36.5529.9745.45-
YUV152.99141.55152.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=37.78%
G=26.46%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713117700.300.050.27310.7129.1762.35
HexBB83B101E51B1371d3e
Octal2732032610365334673576
Binary1011101110000011101100010111101011101110011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83B1; }

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

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

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

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

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

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

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

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