#B678AB

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

Shades of London Hue #B678AB

Tints of London Hue #B678AB

Color information

#B678AB (or 0xB678AB) is unknown color: approx London Hue. HEX triplet: B6, 78 and AB. RGB value is (182,120,171). Sum of RGB (Red+Green+Blue) = 182+120+171=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B678AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678AB is #498754. Grayscale: #909090. Windows color (decimal): -4818773 or 11237558. OLE color: 11237558.

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

Color convert

RGB182120171-
CMYK00.340.060.29
HSL310.65º29.81%59.22%-
HSV(B)310.65º34.07%71.37%-
XYZ33.3626.3241.85-
YUV144.35143.04154.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=38.48%
G=25.37%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212017100.340.060.29310.6529.8159.22
HexB678AB02261D1371e3b
Octal2661702530426354673673
Binary1011011011110001010101101000101101110110011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678AB; }

 p { color: rgb(182,120,171); }

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

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

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

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

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

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

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