#B679B4

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

Shades of London Hue #B679B4

Tints of London Hue #B679B4

Color information

#B679B4 (or 0xB679B4) is unknown color: approx London Hue. HEX triplet: B6, 79 and B4. RGB value is (182,121,180). Sum of RGB (Red+Green+Blue) = 182+121+180=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B679B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679B4 is #49864B. Grayscale: #919191. Windows color (decimal): -4818508 or 11827638. OLE color: 11827638.

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

Color convert

RGB182121180-
CMYK00.340.010.29
HSL301.97º29.47%59.41%-
HSV(B)301.97º33.52%71.37%-
XYZ34.3726.9246.56-
YUV145.96147.21153.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=37.68%
G=25.05%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212118000.340.010.29301.9729.4759.41
HexB679B402211D12e1d3b
Octal2661712640421354563573
Binary10110110111100110110100010001011110110010111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679B4; }

 p { color: rgb(182,121,180); }

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

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

 a { background-color: rgb(182,121,180); }

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

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

 span { border-color: rgb(182,121,180); }

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