#B578AD

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

Shades of London Hue #B578AD

Tints of London Hue #B578AD

Color information

#B578AD (or 0xB578AD) is unknown color: approx London Hue. HEX triplet: B5, 78 and AD. RGB value is (181,120,173). Sum of RGB (Red+Green+Blue) = 181+120+173=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B578AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B578AD is #4A8752. Grayscale: #909090. Windows color (decimal): -4884307 or 11368629. OLE color: 11368629.

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

Color convert

RGB181120173-
CMYK00.340.040.29
HSL307.87º29.19%59.02%-
HSV(B)307.87º33.7%70.98%-
XYZ33.3226.2742.85-
YUV144.28144.21154.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=38.19%
G=25.32%
B=36.50%

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
Decimal18112017300.340.040.29307.8729.1959.02
HexB578AD02241D1341d3b
Octal2651702550424354643573
Binary1011010111110001010110101000101001110110011010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578AD; }

 p { color: rgb(181,120,173); }

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

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

 a { background-color: rgb(181,120,173); }

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

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

 span { border-color: rgb(181,120,173); }

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