#B575B7

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

Shades of London Hue #B575B7

Tints of London Hue #B575B7

Color information

#B575B7 (or 0xB575B7) is unknown color: approx London Hue. HEX triplet: B5, 75 and B7. RGB value is (181,117,183). Sum of RGB (Red+Green+Blue) = 181+117+183=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #B575B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575B7 is #4A8A48. Grayscale: #8F8F8F. Windows color (decimal): -4885065 or 12023221. OLE color: 12023221.

HSL color Cylindrical-coordinate representation of color #B575B7: hue angle of 298.18º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B575B7 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181117183-
CMYK0.010.3600.28
HSL298.18º31.43%58.82%-
HSV(B)298.18º36.07%71.76%-
XYZ33.9625.9748.02-
YUV143.66150.2154.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=37.63%
G=24.32%
B=38.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811171830.010.3600.28298.1831.4358.82
HexB575B712401C12a1f3b
Octal2651652671440344523773
Binary10110101111010110110111110010001110010010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575B7; }

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

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

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

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

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

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

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

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