#B574B4

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

Shades of London Hue #B574B4

Tints of London Hue #B574B4

Color information

#B574B4 (or 0xB574B4) is unknown color: approx London Hue. HEX triplet: B5, 74 and B4. RGB value is (181,116,180). Sum of RGB (Red+Green+Blue) = 181+116+180=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B574B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574B4 is #4A8B4B. Grayscale: #8E8E8E. Windows color (decimal): -4885324 or 11826357. OLE color: 11826357.

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

Color convert

RGB181116180-
CMYK00.360.010.29
HSL300.92º30.52%58.24%-
HSV(B)300.92º35.91%70.98%-
XYZ33.5425.6146.36-
YUV142.73149.03155.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=37.95%
G=24.32%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111618000.360.010.29300.9230.5258.24
HexB574B402411D12d1f3a
Octal2651642640441354553772
Binary10110101111010010110100010010011110110010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574B4; }

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

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

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

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

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

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

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

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