#BB7FBC

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

Shades of London Hue #BB7FBC

Tints of London Hue #BB7FBC

Color information

#BB7FBC (or 0xBB7FBC) is unknown color: approx London Hue. HEX triplet: BB, 7F and BC. RGB value is (187,127,188). Sum of RGB (Red+Green+Blue) = 187+127+188=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FBC is #448043. Grayscale: #979797. Windows color (decimal): -4489284 or 12353467. OLE color: 12353467.

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

Color convert

RGB187127188-
CMYK0.010.3200.26
HSL299.02º31.28%61.76%-
HSV(B)299.02º32.45%73.73%-
XYZ37.1629.3751.29-
YUV151.89148.38153.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=37.25%
G=25.30%
B=37.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871271880.010.3200.26299.0231.2861.76
HexBB7FBC12001A12b1f3e
Octal2731772741400324533776
Binary10111011111111110111100110000001101010010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FBC; }

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

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

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

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

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

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

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

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