#B676B5

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

Shades of London Hue #B676B5

Tints of London Hue #B676B5

Color information

#B676B5 (or 0xB676B5) is unknown color: approx London Hue. HEX triplet: B6, 76 and B5. RGB value is (182,118,181). Sum of RGB (Red+Green+Blue) = 182+118+181=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B676B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676B5 is #49894A. Grayscale: #909090. Windows color (decimal): -4819275 or 11892406. OLE color: 11892406.

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

Color convert

RGB182118181-
CMYK00.350.010.29
HSL300.94º30.48%58.82%-
HSV(B)300.94º35.16%71.37%-
XYZ34.1126.2446.98-
YUV144.32148.7154.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=37.84%
G=24.53%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211818100.350.010.29300.9430.4858.82
HexB676B502311D12d1e3b
Octal2661662650431354553673
Binary10110110111011010110101010001111110110010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B676B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B676B5; }

 p { color: rgb(182,118,181); }

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

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

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

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

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

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

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