#B684B0

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

Shades of London Hue #B684B0

Tints of London Hue #B684B0

Color information

#B684B0 (or 0xB684B0) is unknown color: approx London Hue. HEX triplet: B6, 84 and B0. RGB value is (182,132,176). Sum of RGB (Red+Green+Blue) = 182+132+176=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B684B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B684B0 is #497B4F. Grayscale: #979797. Windows color (decimal): -4815696 or 11568310. OLE color: 11568310.

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

Color convert

RGB182132176-
CMYK00.270.030.29
HSL307.2º25.51%61.57%-
HSV(B)307.2º27.47%71.37%-
XYZ35.3829.5844.92-
YUV151.97141.56149.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=37.14%
G=26.94%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213217600.270.030.29307.225.5161.57
HexB684B001B31D1331a3e
Octal2662042600333354633276
Binary101101101000010010110000011011111110110011001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684B0; }

 p { color: rgb(182,132,176); }

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

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

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

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

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

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

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