#BB83BC

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

Shades of London Hue #BB83BC

Tints of London Hue #BB83BC

Color information

#BB83BC (or 0xBB83BC) is unknown color: approx London Hue. HEX triplet: BB, 83 and BC. RGB value is (187,131,188). Sum of RGB (Red+Green+Blue) = 187+131+188=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BC is #447C43. Grayscale: #9A9A9A. Windows color (decimal): -4488260 or 12354491. OLE color: 12354491.

HSL color Cylindrical-coordinate representation of color #BB83BC: hue angle of 298.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB83BC is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187131188-
CMYK0.010.3000.26
HSL298.95º29.84%62.55%-
HSV(B)298.95º30.32%73.73%-
XYZ37.6930.4351.46-
YUV154.24147.05151.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=36.96%
G=25.89%
B=37.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871311880.010.3000.26298.9529.8462.55
HexBB83BC11E01A12b1e3f
Octal2732032741360324533677
Binary10111011100000111011110011111001101010010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83BC; }

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

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

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

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

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

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

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

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