#B575B4

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

Shades of London Hue #B575B4

Tints of London Hue #B575B4

Color information

#B575B4 (or 0xB575B4) is unknown color: approx London Hue. HEX triplet: B5, 75 and B4. RGB value is (181,117,180). Sum of RGB (Red+Green+Blue) = 181+117+180=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B575B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575B4 is #4A8A4B. Grayscale: #8F8F8F. Windows color (decimal): -4885068 or 11826613. OLE color: 11826613.

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

Color convert

RGB181117180-
CMYK00.350.010.29
HSL300.94º30.19%58.43%-
HSV(B)300.94º35.36%70.98%-
XYZ33.6625.8446.39-
YUV143.32148.7154.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=37.87%
G=24.48%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111718000.350.010.29300.9430.1958.43
HexB575B402311D12d1e3a
Octal2651652640431354553672
Binary10110101111010110110100010001111110110010110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575B4; }

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

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

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

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

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

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

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

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