#B579B0

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

Shades of London Hue #B579B0

Tints of London Hue #B579B0

Color information

#B579B0 (or 0xB579B0) is unknown color: approx London Hue. HEX triplet: B5, 79 and B0. RGB value is (181,121,176). Sum of RGB (Red+Green+Blue) = 181+121+176=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B579B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B579B0 is #4A864F. Grayscale: #919191. Windows color (decimal): -4884048 or 11565493. OLE color: 11565493.

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

Color convert

RGB181121176-
CMYK00.330.030.29
HSL305º28.85%59.22%-
HSV(B)305º33.15%70.98%-
XYZ33.7326.6344.44-
YUV145.21145.38153.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=37.87%
G=25.31%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112117600.330.030.2930528.8559.22
HexB579B002131D1311d3b
Octal2651712600413354613573
Binary101101011111001101100000100001111110110011000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B579B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B579B0; }

 p { color: rgb(181,121,176); }

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

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

 a { background-color: rgb(181,121,176); }

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

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

 span { border-color: rgb(181,121,176); }

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