#B680BA

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

Shades of London Hue #B680BA

Tints of London Hue #B680BA

Color information

#B680BA (or 0xB680BA) is unknown color: approx London Hue. HEX triplet: B6, 80 and BA. RGB value is (182,128,186). Sum of RGB (Red+Green+Blue) = 182+128+186=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #B680BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B680BA is #497F45. Grayscale: #969696. Windows color (decimal): -4816710 or 12222646. OLE color: 12222646.

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

Color convert

RGB182128186-
CMYK0.020.3100.27
HSL295.86º29.59%61.57%-
HSV(B)295.86º31.18%72.94%-
XYZ35.8728.9350.15-
YUV150.76147.89150.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=36.69%
G=25.81%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821281860.020.3100.27295.8629.5961.57
HexB680BA21F01B1281e3e
Octal2662002722370334503676
Binary101101101000000010111010101111101101110010100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B680BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B680BA; }

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

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

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

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

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

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

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

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