#B575AE

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

Shades of London Hue #B575AE

Tints of London Hue #B575AE

Color information

#B575AE (or 0xB575AE) is unknown color: approx London Hue. HEX triplet: B5, 75 and AE. RGB value is (181,117,174). Sum of RGB (Red+Green+Blue) = 181+117+174=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B575AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575AE is #4A8A51. Grayscale: #8E8E8E. Windows color (decimal): -4885074 or 11433397. OLE color: 11433397.

HSL color Cylindrical-coordinate representation of color #B575AE: hue angle of 306.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B575AE is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181117174-
CMYK00.350.040.29
HSL306.56º30.19%58.43%-
HSV(B)306.56º35.36%70.98%-
XYZ33.0625.643.24-
YUV142.63145.7155.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=38.35%
G=24.79%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111717400.350.040.29306.5630.1958.43
HexB575AE02341D1331e3a
Octal2651652560434354633672
Binary1011010111101011010111001000111001110110011001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575AE; }

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

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

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

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

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

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

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

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