#B578AB

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

Shades of London Hue #B578AB

Tints of London Hue #B578AB

Color information

#B578AB (or 0xB578AB) is unknown color: approx London Hue. HEX triplet: B5, 78 and AB. RGB value is (181,120,171). Sum of RGB (Red+Green+Blue) = 181+120+171=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B578AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B578AB is #4A8754. Grayscale: #8F8F8F. Windows color (decimal): -4884309 or 11237557. OLE color: 11237557.

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

Color convert

RGB181120171-
CMYK00.340.060.29
HSL309.84º29.19%59.02%-
HSV(B)309.84º33.7%70.98%-
XYZ33.1226.241.84-
YUV144.05143.21154.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 120 (47.27% from 255) = 25.42%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=38.35%
G=25.42%
B=36.23%

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
Decimal18112017100.340.060.29309.8429.1959.02
HexB578AB02261D1361d3b
Octal2651702530426354663573
Binary1011010111110001010101101000101101110110011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578AB; }

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

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

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

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

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

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

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

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