#B574AD

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

Shades of London Hue #B574AD

Tints of London Hue #B574AD

Color information

#B574AD (or 0xB574AD) is unknown color: approx London Hue. HEX triplet: B5, 74 and AD. RGB value is (181,116,173). Sum of RGB (Red+Green+Blue) = 181+116+173=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B574AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B574AD is #4A8B52. Grayscale: #8D8D8D. Windows color (decimal): -4885331 or 11367605. OLE color: 11367605.

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

Color convert

RGB181116173-
CMYK00.360.040.29
HSL307.38º30.52%58.24%-
HSV(B)307.38º35.91%70.98%-
XYZ32.8425.3342.69-
YUV141.93145.53155.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=38.51%
G=24.68%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111617300.360.040.29307.3830.5258.24
HexB574AD02441D1331f3a
Octal2651642550444354633772
Binary1011010111101001010110101001001001110110011001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B574AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B574AD; }

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

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

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

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

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

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

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

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