#b574b5

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

Shades of London Hue #B574B5

Tints of London Hue #B574B5

Color information

#B574B5 (or 0xB574B5) is unknown color: approx London Hue. HEX triplet: B5, 74 and B5. RGB value is (181,116,181). Sum of RGB (Red+Green+Blue) = 181+116+181=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B574B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574B5 is #4A8B4A. Grayscale: #8E8E8E. Windows color (decimal): -4885323 or 11891893. OLE color: 11891893.

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

Color convert

RGB181116181-
CMYK00.3600.29
HSL300º30.52%58.24%-
HSV(B)300º35.91%70.98%-
XYZ33.6425.6546.89-
YUV142.84149.53155.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=37.87%
G=24.27%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111618100.3600.2930030.5258.24
HexB574B502401D12c1f3a
Octal2651642650440354543772
Binary10110101111010010110101010010001110110010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b574b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b574b5; }

 p { color: rgb(181,116,181); }

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

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

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

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

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

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

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