#B578AE

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

Shades of London Hue #B578AE

Tints of London Hue #B578AE

Color information

#B578AE (or 0xB578AE) is unknown color: approx London Hue. HEX triplet: B5, 78 and AE. RGB value is (181,120,174). Sum of RGB (Red+Green+Blue) = 181+120+174=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B578AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B578AE is #4A8751. Grayscale: #909090. Windows color (decimal): -4884306 or 11434165. OLE color: 11434165.

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

Color convert

RGB181120174-
CMYK00.340.040.29
HSL306.89º29.19%59.02%-
HSV(B)306.89º33.7%70.98%-
XYZ33.4126.3143.36-
YUV144.4144.71154.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=38.11%
G=25.26%
B=36.63%

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
Decimal18112017400.340.040.29306.8929.1959.02
HexB578AE02241D1331d3b
Octal2651702560424354633573
Binary1011010111110001010111001000101001110110011001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578AE; }

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

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

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

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

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

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

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

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