#B678AF

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

Shades of London Hue #B678AF

Tints of London Hue #B678AF

Color information

#B678AF (or 0xB678AF) is unknown color: approx London Hue. HEX triplet: B6, 78 and AF. RGB value is (182,120,175). Sum of RGB (Red+Green+Blue) = 182+120+175=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B678AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678AF is #498750. Grayscale: #909090. Windows color (decimal): -4818769 or 11499702. OLE color: 11499702.

HSL color Cylindrical-coordinate representation of color #B678AF: hue angle of 306.77º 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 #B678AF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182120175-
CMYK00.340.040.29
HSL306.77º29.81%59.22%-
HSV(B)306.77º34.07%71.37%-
XYZ33.7526.4743.89-
YUV144.81145.04154.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=38.16%
G=25.16%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212017500.340.040.29306.7729.8159.22
HexB678AF02241D1331e3b
Octal2661702570424354633673
Binary1011011011110001010111101000101001110110011001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B678AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B678AF; }

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

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

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

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

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

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

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

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