#B680B6

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

Shades of London Hue #B680B6

Tints of London Hue #B680B6

Color information

#B680B6 (or 0xB680B6) is unknown color: approx London Hue. HEX triplet: B6, 80 and B6. RGB value is (182,128,182). Sum of RGB (Red+Green+Blue) = 182+128+182=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B680B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680B6 is #497F49. Grayscale: #969696. Windows color (decimal): -4816714 or 11960502. OLE color: 11960502.

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

Color convert

RGB182128182-
CMYK00.3000.29
HSL300º27%60.78%-
HSV(B)300º29.67%71.37%-
XYZ35.4528.7647.94-
YUV150.3145.89150.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=36.99%
G=26.02%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212818200.3000.293002760.78
HexB680B601E01D12c1b3d
Octal2662002660360354543375
Binary10110110100000001011011001111001110110010110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680B6; }

 p { color: rgb(182,128,182); }

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

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

 a { background-color: rgb(182,128,182); }

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

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

 span { border-color: rgb(182,128,182); }

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